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-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-04-24Cycles: Cleanup, space after keywordSergey Sharybin
2017-04-18Squashed commit of the following:Pascal Schoen
2017-03-13Cycles: Make MESA compiler more happySergey Sharybin
2016-12-14Cycles: Fix uninitialized variable issue after recent changesSergey Sharybin
2016-12-14Cycles: Consider GGX/Beckmann/Ashikhmin of 0 roughness a singular raySergey Sharybin
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-28Cycles: Cleanup, indentationSergey Sharybin
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-07-16Cycles: Deduplicate geometric factor calculation in the Beckmann distributionLukas Stockner
2016-06-17Fix T46492: GGX distribution produces black pixelsSergey Sharybin
2015-07-31Cycles: Fix for transmissive microfacet samplingSergey Sharybin
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2015-04-06Cycles: de-duplicate fast/approximate erf function calculationSergey Sharybin
2015-04-05Cycles: Avoid using lookup table for Beckmann slopes on GPUSergey Sharybin
2015-04-05Cycles: Remove unused Beckmann slope sampling codeSergey Sharybin
2015-02-16Cycles: Use some more bools in microfacet code.Thomas Dinges
2015-02-10Cycles: Correction to glossy shaders not handling total internal reflectionSergey Sharybin
2014-11-20Cleanup: Remove SD_BSDF_GLOSSY flag, unused.Thomas Dinges
2014-10-10Fix typo breaking compilation with rather strict flags (does not like implici...Bastien Montagne
2014-10-10Cycles: Use a bit better approach for erfinv()Sergey Sharybin
2014-10-03Cleanup: Spelling.Thomas Dinges
2014-10-03Cycles: Use more accurate implementation of erf() and erfinv()Sergey Sharybin
2014-08-02SpellingCampbell Barton
2014-07-15Fix T40964: Massive shading failures with glass node mixing, whiteouts and bl...Sergey Sharybin
2014-07-06Fix part of T40964: Glass shader was giving wrong results with OSL.Thomas Dinges
2014-06-22Cycles: improved Beckmann sampling using precomputed dataBrecht Van Lommel
2014-06-14Cycles: glossy and anisotropic BSDF changesBrecht Van Lommel
2014-06-14Cycles: internal code support for anisotropic Beckmann and GGX reflectionBrecht Van Lommel
2014-06-14Cycles: improved importance sampling for Beckmann and GGX glossyBrecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-02-13Fix T38615: cycles rendering beckmann/GGX refraction wrong with IOR equal to 1.Brecht Van Lommel
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-05-12Cycles / Math:Thomas Dinges
2013-05-11Cycles / Closures:Thomas Dinges
2013-05-03Fix for recent glossy BSDF fix, color ramp test file was rendering different.Brecht Van Lommel
2013-05-03Fix #35160: cycles was rendering glossy BSDF's with zero roughness too roughBrecht Van Lommel
2013-04-09Fix #34740: cycles rendering issue mixing glossy/glass BSDF's with zero or veryBrecht Van Lommel
2012-12-12Cycles: disable scaling up of ray differentials after diffuse/glossy bounce, ...Brecht Van Lommel
2012-11-03Cycles OSL: refactoring and fixesBrecht Van Lommel
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel