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-02-09Fix Cycles error with hair and spatial splits after recent changesBrecht Van Lommel
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-04-25Cycles: Move vector re-allocation out of loopsSergey Sharybin
2016-04-13Cycles: Resolve ridiculous amount of memory used by spatial split builderSergey Sharybin
2016-04-04Cycles: Make spatial split BVH multi-threadedSergey Sharybin
2016-04-01Cycles: Temporarily revert index sort commit for spatial splitSergey Sharybin
2016-03-31Cycles: Name cleanup and some comments in BVH codeSergey Sharybin
2016-03-31Cycles: Avoid per-split memory allocation for the new references listSergey Sharybin
2016-03-31Cycles: Pass BVH builder by const reference to spatial splittersSergey Sharybin
2016-03-31Cycles: Only sort indices when finding a best dimension to splitSergey Sharybin
2016-03-31Cycles: Wrap spatial split storage into own structureSergey Sharybin
2016-02-17Fix (harmless) assert in BVH spatial splits with Visual Studio debug builds.Brecht Van Lommel
2015-08-30Cycles: Avoid copying objects in some places of BVH buildSergey 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-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2014-04-22Cycles: optimization for hair BVH build, allow max 2 hair curves per leaf.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel