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: changes to source code folders structureBrecht Van Lommel
2020-12-11Cycles: Add CPU+GPU rendering support with OptiXPatrick Mours
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2020-06-22Cycles: remove SIMD BVH optimizations, to be replaced by EmbreeBrecht Van Lommel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-09-13Cycles: add Optix device backendPatrick Mours
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-08-29Cycles: Add BVH8 and packeted triangle intersectionSergey Sharybin
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2012-10-17code cleanup:Campbell Barton
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-08-16Cycles:Brecht Van Lommel
2011-04-28Cycles: hook up the CMake build system.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal