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-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-10-04Code refactor: add WorkTile struct for passing work to kernel.Brecht Van Lommel
2017-09-21Code cleanup: simplify kernel side work stealing code.Brecht Van Lommel
2017-09-13Code cleanup: store branch factor in PathState.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-13Code cleanup: make L_transparent part of PathRadiance.Brecht Van Lommel
2017-08-13Code cleanup: make DebugData part of PathRadiance.Brecht Van Lommel
2017-06-10Cycles: Faster split branched path tracing by sharing samples with inactive t...Mai Lavelle
2017-05-05Cycles: Split kernel SSS & Volume data definitions cleanupHristo Gueorguiev
2017-05-03Cycles: Split kernel - sort shadersHristo Gueorguiev
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-04-25Workaround for AMD GPU OpenCL compiler.Hristo Gueorguiev
2017-03-16Cycles: Define ccl_local variables in kernel functionsSergey Sharybin
2017-03-09Cycles: split kernel_shadow_blocked to AO & DL partsHristo Gueorguiev
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-03-08Cycles: Make it possible to access KernelGlobals from split data initializati...Sergey Sharybin