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-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-04-18Cycles: Cleanup, styleSergey Sharybin
2017-04-07Cycles: Fix indentationMai Lavelle
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-09Cycles: Speedup transparent shadows in split kernelHristo Gueorguiev
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2017-02-08Cycles: Fix regression with transparent shadows in volumeSergey Sharybin
2017-02-08Cycles: Solve speed regression by casting opaque ray firstSergey Sharybin
2017-02-08Cycles: Fix compilation error on OpenCLSergey Sharybin
2017-02-08Cycles: Split shadow functions to avoid some duplicated calculationsSergey Sharybin
2017-02-08Cycles: Store shadow intersections in the kernel globalsSergey Sharybin
2017-02-08Cycles: Implement record-all transparent shadow function for GPUSergey Sharybin
2017-02-08Cycles: Use an utility function to sort intersections arraySergey Sharybin
2017-02-08Cycles: Make GPU version of shadow_blocked() closer to CPUSergey Sharybin
2017-02-08Cycles: De-duplicate transparent shadows attenuationSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-21Cycles: Make code more uniform across two versions of shadow_blocked()Sergey Sharybin
2016-09-21Cycles: Remove out of date commentSergey Sharybin
2016-07-26Cycles: Revert previous fixes to intersect_all functionsSergey Sharybin
2016-07-14Cycles: Fix wrong termination criteria in intersect_all functionsSergey Sharybin
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-05-24Fix T48508: Cycles Regression / CrashSergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-01-30Cycles: Cleanup of OpenCL split kernel routinesSergey Sharybin
2016-01-28Cycles: Remove few function arguments needed only for the split kernelSergey Sharybin
2016-01-14Cycles: Tweak inline policy for some functionsSergey Sharybin
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-05-21Cleanup: Remove some outdated comments related to split kernel.Thomas Dinges
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-30Cycles: Record all possible volume intersections for SSS and camera checksThomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-09-26Cycles: Keep STACK_MAX_HITS private in kernel_shadowSergey Sharybin
2014-09-24Cleanup: Avoid some defines for scene_intersect(), related to Min Width.Thomas Dinges
2014-06-30Condition was inverted in the previous transparent shadows commitSergey Sharybin
2014-06-30Fix T40836: Cycles volume scattering shader crashSergey Sharybin
2014-05-21Fix T40289: Cycles leaking memoryCampbell Barton
2014-05-15Fix cycles bug with new transparent shadow code, giving too much volume shadow.Brecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-04-25Fix T39843: cycles memory leak rendering with high transparent depth.Brecht Van Lommel
2014-04-21Cycles: shadow function optimization for transparent shadows (CPU only).Brecht Van Lommel
2014-04-21Code cleanup: remove old closure sampling code Cycles.Brecht Van Lommel
2014-04-21Cycles: add Transparent Depth output to Light Path node.Carlo Andreacchio
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2013-12-30Cycles Volume Render: heterogeneous (textured) volumes support.Brecht Van Lommel
2013-12-29Cycles Volume Render: add volume emission support.Brecht Van Lommel
2013-12-28Cycles Volume Render: add support for overlapping volume objects.Brecht Van Lommel
2013-12-28Cycles Volume Render: support for rendering of homogeneous volume with absorp...Brecht Van Lommel