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
2015-09-24Cleanup: And one more commit... (BVH Cache).Thomas Dinges
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-08-30Cycles: Avoid copying objects in some places of BVH buildSergey Sharybin
2015-08-24Cycles: Use better policy for primitive array resize for spatial splitSergey Sharybin
2015-08-24Cycles: Speedup of Spatial BVH split codeSergey Sharybin
2015-08-24Cycles: Implementation of object reference nodes spatial splitSergey Sharybin
2015-08-24Cycles: Make primitive split code easier for re-use by reference splitting fu...Sergey Sharybin
2015-08-24Cycles: Move primitive splitting into own functionsSergey Sharybin
2015-08-24Cycles: BVH statistics print was missing for spatially split BVH treeSergey Sharybin
2015-06-28Cycles: Avoid having duplication of BVH arrays during buildSergey Sharybin
2015-05-04Cleanup: style & const'sCampbell Barton
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-30Fix T44193: Hair intersection with duplis causes flickeringSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-20Cycles: Avoid memcpy of intersecting memorySergey 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-18Cleanup: Use bools in BVHParams class.Thomas Dinges
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-22Fix T43357: Cycles crash with spatial splits after recent changesSergey Sharybin
2015-01-22Cycles: Add assert check to triangle packingSergey Sharybin
2015-01-19Cycles: Avoid crash in statistics when canceling BVH buildSergey Sharybin
2015-01-16Cycles; Correction to previous debug print to survive prints from multiple th...Sergey Sharybin
2015-01-16Cycles: Report BVH statistics after buildSergey Sharybin
2015-01-16Cycles: Fix stupid typo in the previous commitSergey Sharybin
2015-01-15Cycles: Tweak to leaf creation criteria in all BVH typesSergey 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: Fix compilation error on platforms without SSE supportSergey Sharybin
2015-01-12Cycles: Enable leaf split by primitive type and adopt BVH traversal for thisSergey Sharybin
2015-01-12Cycles: Optimize leaf splitting code by avoid vector allocationSergey 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-12-09Cycles: Code cleanup, typoSergey Sharybin