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-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-21Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-04-21Cycles: Cleanup, indentation inside preprocessorSergey Sharybin
2017-04-21Cycles: Fix regression in SSS rendering after principled commitSergey Sharybin
2017-04-21Cycles: Cleanup, indentation of commentSergey Sharybin
2017-04-18Cleanup: missing headersCampbell Barton
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Cleanup, styleSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-07Cycles: Fix compilation error with certain CUDA and host compiler configurationSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-03-30Fix T51051: Incorrect render on 32bit LinuxSergey Sharybin
2017-03-29Cycles: Attempt to work around compilation errors of CUDA on sm_2xSergey Sharybin
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Remove toolkit-specific workaround from kernelSergey Sharybin
2017-03-29Cycles: Fix compilation error with visibility flag disabledSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-27Cleanup: Resolve todo in CUDA voxel image code.Thomas Dinges
2017-03-27Cycles: Make shadow catcher an optional feature for OpenCLSergey Sharybin
2017-03-27Cycles: Add OpenCL support for shadow catcher featureHristo Gueorguiev
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
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