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
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-08-26Cycles: refactor of BVH building to prepare for OptixPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-01-09Cycles: Make BVH wider prior to packingSergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2017-10-15Code cleanup: deduplicate primitive refit code.Brecht Van Lommel
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-04-13Cycles: Use more explicit and commonly used names for BVH structuresSergey Sharybin
2017-03-30Cycles: Cleanup, rename RegularBVH to BinaryBVHSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2016-09-09Cycles: Deduplicate QBVH node packing across BVH build and refitSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey 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-04-11Cycles: Remove unused SAH from BVH packSergey Sharybin
2016-04-11Cycles: Rename tri_woop to tri_storageSergey 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-04-20Cycles: Split BVH nodes storage into inner and leaf nodesSergey Sharybin
2015-02-18Cycles / BVH: Remove unused temp copy of prim_object.Thomas Dinges
2015-01-30Cycles: Use bool for is_lead arraySergey 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: Implement refit_nodes for QBVHSergey Sharybin
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2013-07-30Cycles:Thomas Dinges
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-06-09style cleanup: block commentsCampbell Barton
2012-01-16Cycles: add option to cache BVH's between subsequent renders, storing the BVH onBrecht Van Lommel
2011-09-01Cycles:Brecht Van Lommel
2011-08-10Cycles: clang build fixes.Brecht Van Lommel
2011-05-03Cycles: first batch of windows build fixes, not quite there yet.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal