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
2018-02-09Cycles: add random walk subsurface scattering to Principled BSDF.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2018-02-08Code refactor: tweaks in SSS code to prepare for coming changes.Brecht Van Lommel
2018-01-26Code refactor: store RGB BSSRDF in a single closure.Brecht Van Lommel
2018-01-12Fix Cycles bevel normal baking having some random incorrect pixels.Brecht Van Lommel
2017-11-09Cycles: Replace __MAX_CLOSURE__ build option with runtime integrator variableMai Lavelle
2017-11-08Code refactor: rename subsurface to local traversal, for reuse.Brecht Van Lommel
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-09-20Cycles: slightly improve BSDF sample stratification for path tracing.Brecht Van Lommel
2017-09-20Code cleanup: refactor BSSRDF closure sampling, for next commit.Brecht Van Lommel
2017-08-24Code cleanup: remove shader context.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-06-13Cycles: Fix compilation error of OpenCL mega kernelSergey Sharybin
2017-05-05Cycles: Workaround for AMD GPU OpenCL compilerHristo Gueorguiev
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-04-25Workaround for AMD GPU OpenCL compiler.Hristo Gueorguiev
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-21Cycles: Fix regression in SSS rendering after principled commitSergey Sharybin
2017-04-21Cycles: Cleanup, indentation of commentSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2016-10-12Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-12Cycles: Fix use of uninitialized variable in SSSSergey Sharybin
2016-10-12Cycles: Cleanup, styleSergey Sharybin
2016-09-12Cycles: Fix wrong SSS in combination with hair on AVX2 platformSergey Sharybin
2016-08-05Cycles: Correction to previous commitSergey Sharybin
2016-08-05Cycles: Fix/workaround for wrong/noise render results with GCC6Sergey Sharybin
2016-08-03Cycles: Recent SSS inline changes broke CPU testsSergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-02-06Fix Burley BSSRDF NaNs and fireflies.Brecht Van Lommel
2016-02-05Cleanup: Update BSSRDF code comment.Thomas Dinges
2016-02-02Cycles: Cleanup and reference actual paper used for BSSRDF samplingSergey Sharybin
2016-01-12Cycles: Use proper primitive for the motion subsurface refineSergey Sharybin
2016-01-11Cycles: Fix for SSS objects being black when combined with motion blurSergey Sharybin
2016-01-07Cycles: Whitespace cleanup, extra space in the argument listSergey Sharybin
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-12-02Cycles: Fix wrong SSS on scaled instanced objectsSergey Sharybin
2015-12-02Cycles: Remove TODO, it is possible there'll be more intersections recordedSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-10-08Cycles / SSS:Thomas Dinges
2013-09-04Fix cycles CUDA/OpenCL build error after recent change.Brecht Van Lommel
2013-08-24Fix issue in last subsurface commit with branched path tracing, was rendering...Brecht Van Lommel