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
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