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-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-17Cycles: Cleanup, indentationSergey Sharybin
2017-03-09Cycles: SSS and Volume rendering in split kernelHristo Gueorguiev
2017-02-28Cycles: Fix division by zero in volume code which was producing -nanSergey Sharybin
2016-12-08Fix emissive volumes generates unexpected fireflies around intersectionsSergey Sharybin
2016-12-01Cycles: Fix correlation issues in certain casesSergey Sharybin
2016-11-24Cycles: Avoid divisions by zero in volume sampling codeSergey Sharybin
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-08-25Fix T49078: Cycles tries to render volume from another render layer when came...Sergey Sharybin
2016-08-01Cycles: Tweaks to support CUDA 8 toolkitSergey Sharybin
2016-07-26Cycles: Proper fix for buffer overflow in volume intersect allSergey Sharybin
2016-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-06Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-18Cycles: Fix compilation error of CUDA kernels after recent volume commitSergey Sharybin
2016-05-18Cycles: Reduce amount of malloc() calls from the kernelSergey Sharybin
2016-04-20Fix T48162: GPU render gives wrong results in certain volume setupsSergey Sharybin
2016-04-14Cycles: Yet another fix for camera in volumeSergey Sharybin
2016-04-04Cycles: Fix wrong camera in volume check when domain is only visible to camer...Sergey Sharybin
2016-04-04Cycles: Fix regression caused by recent camera-in-volume commitSergey Sharybin
2016-04-01Cycles: Fix wrong camera-in-volume stack when camera ray hits volume domain t...Sergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-01-24Cleanup: Remove outdated comment in volume code.Thomas Dinges
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2015-08-31Cleanup: Fix some typos in volume code comments.Thomas Dinges
2015-07-04Cleanup: Typo in comment.Thomas Dinges
2015-04-30Cycles: Record all possible volume intersections for SSS and camera checksThomas Dinges
2015-04-29Cycles: Fix wrong termination criteria in SSS volume stack updateSergey Sharybin
2015-04-28Cleanup: Move Cycles volume stack update for subsurface into kernel_volume.h.Thomas Dinges
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-12Cycles / Decoupled Ray Marching: Skip consecutive empty steps.Thomas Dinges
2015-02-18Cycles: Avoid over-allocation in decouple ray marchingSergey Sharybin
2015-02-05Fix T43562: Cycles gets stuck with camera in volume in certain setupSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-13Cycles: Update some comments in volume code.Thomas Dinges
2014-11-12Cleanup, typo fixes.Thomas Dinges
2014-11-10Cycles: Speedup for homogenous volumes in decoupled volume samplingSergey Sharybin
2014-11-04Cycles: Don't check shader for volume when checking if camera is inside volumeSergey Sharybin
2014-10-23Cleanup: spellingCampbell Barton
2014-10-07Cleanup: warningsCampbell Barton
2014-10-06Cycles: Fix for camera-in-volume detectionSergey Sharybin
2014-10-03Cycles: Speedup of kernel side camera-in-volume detectionSergey Sharybin
2014-09-28Cycles: Avoid temp variable in camera-in-volume checkSergey Sharybin
2014-09-25Cycles: Add support for cameras inside volumeSergey Sharybin
2014-08-24Cycles: Avoid redundant call to volume_stack_is_heterogeneous() for Distance ...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: Don't check closure flag in kernel_volume_decoupled_scatter(), we che...Thomas Dinges
2014-08-14Cycles: Optimize Equi-Angular sampling using binary range search.Thomas Dinges