Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin
2017-03-23Cycles: Remove unused macroSergey Sharybin
2017-03-23Cycles: Use SSE-optimized version of triangle intersection for motion trianglesSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Use utility function for SSS triangle intersectionSergey Sharybin
2017-03-23Cycles: Move watertight triangle intersection to an utility fileSergey Sharybin
2017-03-23Cycles: Move triangle intersection precalc to an util fileSergey Sharybin
2017-03-23Cycles: Cleanup, move utility function to utility fileSergey Sharybin
2017-03-23Cycles: Move intersection math to own header fileSergey Sharybin
2017-03-23Cycles: Cleanup, inline AVX register construction from kernel global dataSergey Sharybin
2017-03-22Fix/workaround T50533: Transparency shader doesn't cast shadows with curve se...Sergey Sharybin
2017-03-21Cycles: Fix building of OpenCL kernelsMai Lavelle
2017-03-20Fix T50975: Cycles: Light sampling threshold inadvertently clamps negative lampsSergey Sharybin
2017-03-20Fix T50990: Random black pixels in Cycles when rendering material with Multis...Sergey Sharybin
2017-03-17Cycles: Fix mistake in previous split kernel commitsSergey Sharybin
2017-03-17Cycles: Cleanup, indentationSergey Sharybin
2017-03-17Cycles: Fix compilation error of LCG RNGSergey Sharybin
2017-03-17Cycles: Fix handling of barriersMai Lavelle
2017-03-16Cycles: Define ccl_local variables in kernel functionsSergey Sharybin
2017-03-16Cycles: Workaround for compilation error caused by passing KernelGlobalsSergey Sharybin
2017-03-16Cycles: Avoid some ccl_local in various kernelsSergey Sharybin
2017-03-14Cycles: Try to avoid infinite loops by catching invalid ray statesMai Lavelle
2017-03-13Cycles: Cleanup, wipe obviously outdated parts of split kernel commentsSergey Sharybin
2017-03-13fix msvc warnings about unknown opencl pragmaslazydodo
2017-03-13Cycles: Add missing header in the fileSergey Sharybin
2017-03-13Fix T50925: Add AO approximation to split kernelHristo Gueorguiev
2017-03-13Cycles: Make MESA compiler more happySergey Sharybin
2017-03-11Fix T50888: Numeric overflow in split kernel state buffer size calculationMai Lavelle
2017-03-10Cycles: Cleanup, extra semicolon and spaceSergey Sharybin
2017-03-10Cycles: Enable SSS and volumes for CUDA and Nvidia OpenCL split kernelMai Lavelle
2017-03-09Cycles: add single program debug option for split kernelHristo Gueorguiev
2017-03-09Cycles: split kernel_shadow_blocked to AO & DL partsHristo Gueorguiev
2017-03-09Cycles: Speedup transparent shadows in split kernelHristo Gueorguiev
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-09Cycles: Fix CUDA build error for some compilersMai Lavelle
2017-03-08Cycles: Make it possible to access KernelGlobals from split data initializati...Sergey Sharybin
2017-03-08Cycles: Cleanup, remove residue of previous split kernel dataSergey Sharybin
2017-03-08Cycles: Fix indentationMai Lavelle
2017-03-08Cycles: Fix strict warning about unused variableMai Lavelle
2017-03-08Cycles: Calculate size of split state buffer kernel sideMai Lavelle
2017-03-08Cycles: Initialize rng_state for split kernelMai Lavelle
2017-03-08Cycles: Remove sum_all_radiance kernelMai Lavelle
2017-03-08Cycles: Split path initialization into own kernelMai Lavelle
2017-03-08Cycles: CUDA implementation of split kernelMai Lavelle
2017-03-08Cycles: CPU implementation of split kernelMai Lavelle
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2017-03-08Cycles: Add OpenCL kernel for zeroing memory buffersMai Lavelle
2017-02-28Cycles: Fix division by zero in volume code which was producing -nanSergey Sharybin