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-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-17Cycles: refactor intrinsic functions implementationBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-08-19Cycles : add a Volume Geometry NodeKévin Dietrich
2020-06-22Cycles: internal refactoring to make thick/ribbon curve separate primitivesBrecht 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
2020-06-22Cycles: make TBB a required library dependency, and use in a few placesBrecht Van Lommel
2020-06-04Cleanup: remove unused flagBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-10-18Cycles: Fix wrong shading when some mesh triangle has non-finite coordinateSergey Sharybin
2017-08-31Cycles: Fix typo in commentSergey Sharybin
2017-08-23Cycles: Add maximum depth stat to bvh builderMai Lavelle
2017-08-14Cycles: Guard memcpy to potentially re-allocating memory with lockSergey Sharybin
2017-08-10Cycles: Fix instanced shadow catcher objects influencing each otherSergey Sharybin
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-03-29Cycles: Cleanup, don't use m_ prefix for public propertiesSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-25Fix build error with macOS / clang / c++11.Brecht Van Lommel
2017-02-15Cycles: Don't calculate primitive time if BVH motion steps are not usedSergey Sharybin
2017-02-15Cycles: Fix wrong hair render results when using BVH motion stepsSergey Sharybin
2017-01-24Cycles: Don't rely on indirectly included algorithmSergey Sharybin
2017-01-20Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-20Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-20Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-16Cycles: Cleanup, spellingSergey Sharybin
2017-01-16Cycles: Cleanup, avoid shadowingSergey Sharybin
2017-01-13Cycles: Simplify some code in Curve BVH reference fillSergey Sharybin
2017-01-13Cycles: Avoid shadowing in BVH codeSergey Sharybin
2017-01-12Cycles: Use separate limit for motion primitives for BVH node limitsSergey Sharybin
2017-01-12Cycles: Change confusing logic of max leaf size checkSergey Sharybin
2016-10-24Cycles: Fix uninitialized variable from the previous commitSergey Sharybin
2016-10-24Fix T49818: Crash when rendering with motion blurSergey Sharybin
2016-10-24Cycles: Cleanup, spacesSergey Sharybin
2016-08-18Cycles: Fix wrong allocator used for spatial builderSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-06-08Cycles: Fix crash after recent zero scale instance optimizationSergey Sharybin
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-05-31Cycles: Add human readable sizes to debug outputMai Lavelle