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
2017-01-20Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-20Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2017-01-20Cycles: Cleanup, commentsSergey Sharybin
2016-12-12Cycles: Cleanup, variable namesSergey Sharybin
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-07-25Cycles: Fix SSS with spatial splits and motion blurSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-15Cycles: Tweaks for 32bit CUDA binariesSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-05-14Cycles: Prepare code for OpenCL camera/motion blurSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-06Cycles: Cleanup, spaces around assignment operatorSergey Sharybin
2015-02-10Cycles: Bring back distance check in re-intersectionSergey Sharybin
2014-10-11Cycles: set hit values in-orderCampbell Barton
2014-09-24make "tri_shader" an int instead of a floatMartijn Berger
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-06-13Cycles: Calculate face normal on the fly.Thomas Dinges
2014-05-23Fix T40320: wrong render layer visibility with cycles deformation motion blur.Brecht Van Lommel
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: add support for mesh deformation motion blur.Brecht Van Lommel