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-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-01-27Cycles: Add option to replace GI with AO approximation after certain amount o...Sergey Sharybin
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2016-12-08Fix emissive volumes generates unexpected fireflies around intersectionsSergey Sharybin
2016-11-11Cycles: Add comments to endif directivesMai Lavelle
2016-10-31Cycles: Deduplicate AO calculationLukas Stockner
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-08-03Cycles: Recent SSS inline changes broke CPU testsSergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-05-25Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-19Workaround for T47213: branched path sampling issues with CUDA 7.5.Brecht Van Lommel
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-12-02Cycles: Fix SSS object not properly reflected in glossy object with indirect ...Sergey Sharybin
2015-11-28Cycles: Fix wrong volume stack after SSS bounceSergey Sharybin
2015-11-28Cycles: Fix wrong original ray used for SSS bakingSergey Sharybin
2015-11-28Cycles: Set of fixes for delayed SSS ray tracingSergey Sharybin
2015-11-28Cycles: Fallback to diffuse BSDF for the indirect SSS rays when BSSRDF is hitSergey Sharybin
2015-11-27Cycles: Fully roll-back to non-delayed SSS indirect rays for CPUSergey Sharybin
2015-11-27Revert "Cycles: Fix wrong SSS with regular path tracing and clamping enabled"Sergey Sharybin
2015-11-26Cycles: Fix wrong SSS with regular path tracing and clamping enabledSergey Sharybin
2015-11-25Cycles: Trace indirect subsurface rays by restarting the integrator loopSergey Sharybin
2015-11-25Cycles: Delay shooting SSS indirect raysSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-05-08Cleanup: Remove unused ray type flags.Thomas Dinges
2015-04-28Cleanup: Move Cycles volume stack update for subsurface into kernel_volume.h.Thomas Dinges
2015-03-13Cycles: Simplify volume light connect code.Thomas Dinges
2015-02-26Revert "Cleanup: Simplify camera sample motion blur code."Thomas Dinges
2015-02-26Cleanup: Simplify camera sample motion blur code.Thomas Dinges
2015-02-14Cycles: Small improvement for volume render (decoupled)Thomas Dinges
2015-02-05Fix T43562: Cycles gets stuck with camera in volume in certain setupSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-07Cleanup: warningsCampbell Barton
2014-10-06Cycles: Optimize of volume stack update when sampling SSSSergey Sharybin
2014-10-05Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__Sergey Sharybin