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-08-24Fix T90854: Cycles, normal map fails with applied transformationsKévin Dietrich
2021-08-18Cycles: avoid copying vertex normals attribute twice to the devicesKévin Dietrich
2021-06-29Cleanup: clang-formatCampbell Barton
2021-06-28Cycles: reduce shadow terminator artifactsMikhail Matrosov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-09Merge branch 'blender-v2.91-release'Brecht Van Lommel
2020-11-09Fix T78956: banding artifacts of vertex colors in CyclesBrecht Van Lommel
2020-10-28Cycles: refactor to make attribute lookup slightly more efficientBrecht Van Lommel
2020-10-28Cycles: internal support for float4 geometry attributesAlexander Gavrilov
2020-06-25Cycles: add support for rendering sculpt vertex colorsBrecht Van Lommel
2020-02-11CLeanup: clang-formatCampbell Barton
2020-02-10Cycles: internal support for constant object/mesh attribute valuesAlex Fuller
2019-09-12Shading: Add Vertex Color node.OmarSquircleArt
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-05Cycles: Added Float2 attribute type.Brecht Van Lommel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2014-12-25Cycles: Implement watertight ray/triangle intersectionSergey Sharybin
2014-12-25Cycles: Move triangle intersection functions into own fileSergey Sharybin
2014-10-11Cycles: set hit values in-orderCampbell Barton
2014-10-09Cycles: Remove redundant float4->float3 conversionSergey Sharybin
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-08-14Cycles: Correction to previous commit -- forgot to take instancing into accountSergey Sharybin
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-08-02SpellingCampbell Barton
2014-07-23Fix T41116: Motion Blur causes random black surfaces on rigged modelsSergey Sharybin
2014-07-23Fix T41147: Static BVH shading problemSergey Sharybin
2014-06-14Cycles: Add support for uchar4 attributes.Thomas Dinges
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-04-03Cycles: avoid 1.0f/(1.0f/x) divisions, which msvc (only) can't optimize.Sv. Lockal
2014-03-29Cycles code refactor: move more code to geom folder, add some comments.Brecht Van Lommel
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-29Cycles code refactor: add support for motion vertex attributes.Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-03-29Cycles code refactor: move geometry related kernel files into own directory.Brecht Van Lommel