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
2016-06-08Cycles: Fix two numerical issues in the volume codeLukas Stockner
2016-06-08Fix T48571: Cycles/GPU - A lot of fireflies on SSS+VolumeSergey Sharybin
2016-06-08Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-06-08Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-06-08Cycles: Fix compilation error of CUDA kernels after recent volume commitSergey Sharybin
2016-06-08Cycles: 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
2014-08-14Cycles: Optimization for Heterogeneous Volume Shadows.Thomas Dinges
2014-07-06Cycles: Equi-Angular and MIS Volume sampling work on GPU now.Thomas Dinges
2014-07-05Cycles: Compile fixes for CUDA Volumetrics.Thomas Dinges
2014-06-24Fix T40695: world surface shader incorrectly visible with world volume.Brecht Van Lommel
2014-06-14Cycles: volume sampling method can now be set per material/world.Brecht Van Lommel
2014-06-14Cycles: volume light samplingBrecht Van Lommel
2014-05-29Fix T39804: cycles smoke domain visible in rendering.Brecht Van Lommel
2014-05-29Fix T40408: world MIS + equiangular sampling giving unnecessary noise.Brecht Van Lommel
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-21Cycles: add Transparent Depth output to Light Path node.Carlo Andreacchio
2014-04-02Fix T39525: cycles volume render difference between branched/non-branched path.Brecht Van Lommel