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
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2020-09-30Cycles: Fix usage of memory barriers in split kernelSergey Sharybin
2019-12-12Cycles: perform clamping per light contribution instead of whole pathLukas Stockner
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-10-28Cycles: Added Cryptomatte output.Stefan Werner
2017-11-05Cycles: reduce closure memory usage for emission/shadow shader data.Brecht Van Lommel
2017-10-04Code refactor: zero render buffers outside of kernel.Brecht Van Lommel
2017-10-04Code refactor: remove rng_state buffer and compute hash on the fly.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: abstract shadow catcher logic more into accumulation code.Brecht Van Lommel
2017-08-22Fix panorama render crash with split kernel, due to incorrect buffer pointer.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-08-12Code cleanup: remove unused Cycles random number code.Brecht Van Lommel
2017-05-19Fix T51537: Light passes are summed twice for split kernel since denoise commitSergey Sharybin
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
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-16Cycles: Define ccl_local variables in kernel functionsSergey Sharybin
2017-03-13Cycles: Cleanup, wipe obviously outdated parts of split kernel commentsSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev