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
2016-07-14Cleanup: comment blocksCampbell Barton
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-06-06Cycles: Ignore zero size instances in BVHSergey Sharybin
2016-05-28Code refactor: nodify object and mesh, but not used for XML yet.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-04-22Cycles: Reduce verbosity of loggingSergey Sharybin
2016-04-20Cycles: Multi-thread object transform updateSergey Sharybin
2016-03-31Cycles: Fix too many objects being considered an instanceSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2015-07-13Fix T45390: Cycles experimental displacement method ignores scaling when renderSergey Sharybin
2015-06-13Cycles: Fix compilation error with motion blur disabled on CPUSergey Sharybin
2015-06-01Fix T44908: Blender crashes when trying to use cycles experimental displacementSergey Sharybin
2015-05-14Cycles: Fix missing camera-in-volume update when using certain render layers ...Sergey Sharybin
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-19Fix T43311: using displacement shader crashes blenderSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-19Cycles: Missed some changes in the previous hair motion blur fixSergey Sharybin
2014-10-03Cycles: Decouple object flags update to a separate update stepSergey Sharybin
2014-10-03Cycles: Implement preliminary test for volume stack update from SSSSergey Sharybin
2014-10-03Cycles: Fix for non-initialized variableSergey Sharybin
2014-10-03Cycles: Speedup of kernel side camera-in-volume detectionSergey Sharybin
2014-08-13Fix T41219: Cycles backface detection doesn't work properlySergey Sharybin
2014-07-23Fix T41116: Motion Blur causes random black surfaces on rigged modelsSergey Sharybin
2014-07-23Fix T41147: Static BVH shading problemSergey Sharybin
2014-05-19Remove two unnecessary includes.Nathan Letwory
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-09Fix T39585: cycles motion vector pass problem with curves.Brecht Van Lommel
2014-05-06Fix possible NULL pointer dereference in CyclesCampbell Barton
2014-05-04Code cleanup: avoid int/uint mixup in cyclesCampbell Barton
2014-04-26Cycles: avoid some CUDA performance on scenes without deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for curve deformation motion blur.Brecht Van Lommel
2014-03-29Cycles: add support for mesh deformation motion blur.Brecht Van Lommel
2014-03-29Cycles code refactor: improve vertex motion attribute storage and export.Brecht Van Lommel
2014-03-29Cycles code refactor: change curve key to float4 for easier storage as attrib...Brecht Van Lommel
2014-03-29Cycles code refactor: move more geometry code into per primitive files.Brecht Van Lommel
2014-02-25Fix T38811: Cycles particle ids are inconsistent when using multiple particle...Lukas Tönne
2014-02-02Code cleanup / Cycles: Remove unused "curverender" variable from Object class...Thomas Dinges
2013-10-18Fix cycles hair segments not giving correct vector speed pass, the motion vectorBrecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-18Cycles: add "Transparent Shadow" option for materials, to disable them per ma...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-02-26Fix #34421: cycles viewport render stuck with no objects in the scene.Brecht Van Lommel
2013-01-29Cycles Hair: Addition of render settings and static BVH strand width scalingStuart Broadfoot