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
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2017-08-07Cycles: Cleanup, move curve intersection functions to own fileSergey Sharybin
2017-08-07Cycles: Cleanup, trailign whitespaceSergey Sharybin
2017-08-07Cycles: Cleanup, remove bvh prefix from curve functionsSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-03-29Cycles: Attempt to work around compilation errors of CUDA on sm_2xSergey Sharybin
2017-03-22Fix/workaround T50533: Transparency shader doesn't cast shadows with curve se...Sergey Sharybin
2017-03-08Cycles: Remove ccl_fetch and SOAMai Lavelle
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-12Cycles: Cleanup, indentation within preprocessorSergey Sharybin
2016-12-02Cycles: Implement AVX2 path for curve intersection functionsSergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-07-02Cleanup: comment blocksCampbell Barton
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2015-05-14Cycles: Enable hair for split kernels when using Intel or NVidia driversSergey Sharybin
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-07Fix T41066: An actual fix for curve intersection on FMA-enabled CPUsSv. Lockal
2015-01-16Cycles: Cleanup and optimization comment updateSergey Sharybin
2014-10-11Cycles: set hit values in-orderCampbell Barton
2014-07-27Fix T41139: Cycles Hair BSDF roughness problemSergey Sharybin
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-06-01Code cleanup, unused variables and comments.Thomas Dinges
2014-05-09Fix cycles motion pass for hair curves showing a bit of motion when there isn...Brecht Van Lommel
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-23Cycles: some tiny hair intersection optimizations that help maybe 2%.Brecht Van Lommel
2014-04-23Fix occasional wrong normal for curves with minimum width.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 curve deformation motion blur.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