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-06-13Cycles: Fix compilation error of OpenCL mega kernelSergey Sharybin
2017-05-21Cycles Denoising: Skip feature pass writing for volume-only shadersLukas Stockner
2017-05-19Fix T51506: Wrong shadow catcher color when using selective denoisingLukas Stockner
2017-05-11Cycles: Fix occasional black pixels from denoising with excessive radiiLukas Stockner
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-03-08Cycles: OpenCL split kernel refactorMai Lavelle
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-09-17Fix #36741: cycles AO pass giving values > 1.0 with transparency.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-13Code cleanup:Thomas Dinges
2013-08-03Cycles / SSS:Thomas Dinges
2013-06-08Cycles: invert mist pass so that 0 is nearby and 1 is far away. This is theBrecht Van Lommel
2013-06-07Cycles: mist pass added, with start/depth/falloff control. If the pass isBrecht Van Lommel
2013-02-13Fix #34226: cycles shadow pass got incorrectly influenced by world multipleBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-11-21Fix #33256: cycles Z pass for orthographic camera was not right, now is moreBrecht Van Lommel
2012-09-28Fix #32072: cycles shadow pass gave different results with/without emittingBrecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-16Fix #30966: cycles nan mesh vertices got set to (0, 0, 0), now remove them in...Brecht Van Lommel
2012-03-28Fix #30551: cycles passes combining did not always give identical result comb...Brecht Van Lommel
2012-03-28Cycles: shadow pass support. Note that this only takes into account lamps,Brecht Van Lommel
2012-02-28Cycles: ambient occlusion support, with AO factor and distance, and a render ...Brecht Van Lommel
2012-01-26Cycles: render passes for CUDA cards with compute model >= 2.x.Brecht Van Lommel
2012-01-26Cycles: fixes for OpenCL build after pass changes, patch by Daniel Genrich.Brecht Van Lommel
2012-01-26Cycles: fix issues rendering second render layer passes, and avoid unnecessaryBrecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel