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-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2016-10-30Cycles: Add optional probabilistic termination of light samples based on thei...Lukas Stockner
2016-09-26Cycles: Use correct light sampling PDF for MIS calculation with Branched Path...Lukas Stockner
2016-09-14Cycles: Stop lamp sampling if the lamp isn't visibleLukas Stockner
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-03-13Cycles: Simplify volume light connect code.Thomas Dinges
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-06Cycles: Add "Max Bounce" control for lampsThomas Dinges
2014-10-15Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize()Sergey Sharybin
2014-09-03Fix T41693: Volumes get brightened with extra volume samples on GPU + BPTSergey Sharybin
2014-09-01Cleanup: Silence compiler warning.Thomas Dinges
2014-08-25Cleanup: Remove unused variable in kernel_path_volume_bounce().Thomas Dinges
2014-08-21Code refactor: Split __VOLUME__ defines in Cycles.Thomas Dinges
2014-08-21Cycles: Further tweak for Decoupled Ray MarchingThomas Dinges
2014-08-14Cycles: Avoid intermediate function when we sample all lamps.Thomas Dinges
2014-08-14Cycles: Avoid segment NULL check, we access it before this function already.Thomas Dinges
2014-07-13Fix T40987: Distant Lamps have no influence on Volumes.Thomas Dinges
2014-07-05Cycles: Compile fixes for CUDA Volumetrics.Thomas Dinges
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-06-14Cycles code refactor: move some surface and volume path code to separate files.Brecht Van Lommel