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
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2020-06-22Cycles: use TBB for task pools and task schedulerBrecht Van Lommel
2020-06-22Cleanup: use lambdas instead of functors for task pools, remove threadidBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
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-07-04Cycles: remove extended precision hacks, no longer needed with SSE2 requirement.Brecht Van Lommel
2016-05-18Cleanup code style inconsistency in last commits.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-04-20Cycles: Use threads to sort reference arrays when searching for splitSergey Sharybin
2016-04-01Cycles: Temporarily revert index sort commit for spatial splitSergey Sharybin
2016-03-31Cycles: Only sort indices when finding a best dimension to splitSergey Sharybin
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2013-04-26Fix #34172: cycles BVH build crashing in some rare circumstances on 32 bit li...Brecht Van Lommel
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-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal