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-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH traversalSergey Sharybin
2016-07-07Cycles: Switch node address to absolute values in BVH treeSergey Sharybin
2016-07-07Cycles: Support visibility check for inner nodes of QBVHSergey Sharybin
2016-05-27Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2015-10-09Cycles: Fix wrong intersection with motion blur and degenerate object transformSergey Sharybin
2015-06-12Cycles: Fix missing node distance update when only two child intersected in QBVHSergey Sharybin
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2015-04-01Cycles: Remove unused direction from triangle intersection functionsSergey Sharybin
2015-02-10Fix T43596: Refraction BSDF crashes blender on pre-sse4 CPUSergey Sharybin
2015-01-12Cycles: Add leaf primitives sanity check asserts to the kernelSergey Sharybin
2015-01-12Cycles: Enable leaf split by primitive type and adopt BVH traversal for thisSergey Sharybin
2014-12-29Cycles: Fix MSVC which desn't like condition to be split by preprocessorSergey Sharybin
2014-12-29Cycles: Add asserts around BVH stack pushesSergey Sharybin
2014-12-29Cycles: Bump stack size for QBVH traversal codeSergey Sharybin
2014-12-27Cycles: Fix visibility check for instanced nodesSergey Sharybin
2014-12-25Cycles: Distance optimization for QBVHSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin