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-02-22Blender 2.78c: Fix wrong cycles hair render results when using BVH motion stepsSergey Sharybin
2017-01-26Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Cleanup, styleSergey Sharybin
2017-01-20Revert "Cycles: Tweak empty boundbox children"Sergey Sharybin
2017-01-20Cycles: Tweak empty boundbox childrenSergey Sharybin
2017-01-20Cycles: Deduplicate QBVH node packing across BVH build and refitSergey Sharybin
2016-10-24Blender 2.78: Port style cleanup from CyclesSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-09-14Fix T49290: Specific .blend with hair crashes in MacOS 2.78 RC1 on renderSergey Sharybin
2016-09-14Cycles: Fix regular BVH nodes refitSergey Sharybin
2016-09-14Cycles: Add asserts to BVH node packingSergey Sharybin
2016-09-14Cycles: Cleanup: line wrappingSergey Sharybin
2016-07-15Cycles: Fix refitting of regular BVHSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-07-07Cycles: Switch node address to absolute values in BVH treeSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-07-07Cycles: Support visibility check for inner nodes of QBVHSergey Sharybin
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-04-25Cycles: Proper pack of leaves which are bigger than single float4Sergey Sharybin
2016-04-11Cycles: Remove unused SAH from BVH packSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2015-09-24Cleanup: Remove some more BVH cache code, for reading/writing the cache.Thomas Dinges
2015-09-24Cleanup: Remove some underlying code for the BVH disk cache.Thomas Dinges
2015-06-28Cycles: Avoid having duplication of BVH arrays during buildSergey Sharybin
2015-04-29Fix T44544: Cached BVH is broken since BVH leaf splitSergey Sharybin
2015-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-09Fix T43484: Motion blur fails in certain circumstancesSergey Sharybin
2015-02-19Cycles: Free memory used by intermediate BVH vectors earlierSergey Sharybin
2015-02-18Cycles / BVH: Remove unused temp copy of prim_object.Thomas Dinges
2015-01-30Cycles: Use bool for is_lead arraySergey Sharybin
2015-01-22Cycles: Add assert check to triangle packingSergey Sharybin
2015-01-14Cycles: Fix QBVH refit nodes not setting primitive type properlySergey Sharybin
2015-01-12Cycles: Fix crash after recent BVH changes on empty BVH treesSergey Sharybin
2015-01-12Cycles: BVH params option to split leaf node by primitive typesSergey Sharybin
2015-01-02cleanup: styleCampbell Barton
2014-12-27Cycles: Mark visibility TODO as resolvedSergey Sharybin
2014-12-25Cleanup: Typo fixes for comments.Thomas Dinges
2014-12-25Cycles: Correction for node tail copy on packing BVHSergey Sharybin
2014-12-25Cycles: Implement QBVH tree traversalSergey Sharybin
2014-12-25Cycles: Store proper empty boundbox for missing child nodes in QBVHSergey Sharybin
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-12-25Cycles: Optimize storage of QBVH node by one float4Sergey Sharybin
2014-12-25Cycles: Make it more clear offsets in BVH constructionSergey Sharybin
2014-12-25Cycles: Replace magic constant in the code with actual node sizeSergey Sharybin
2014-12-25Cycles: Avoid over-allocation in packing BVH instancesSergey Sharybin
2014-12-25Cycles: Implement refit_nodes for QBVHSergey Sharybin
2014-12-25Cycles: Use proper node counter to allocate QBVH nodesSergey Sharybin
2014-09-01Cycles: Rebuild BVH from scratch if loading cache failedSergey Sharybin