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-12-02Merge branch 'cycles_disney_brdf' into cycles_disney_bsdf_transmittancecycles_disney_bsdf_transmittancePascal Schoen
2016-12-02Enhanced the thin surface specular transmission approximation by a simple ref...Pascal Schoen
2016-11-16Indication if to use fresnel is now handled via the type of the BSDF.Pascal Schoen
2016-11-11Fixed an error in the clearcoat where it appeared too bright for defaultPascal Schoen
2016-11-07Resolved inconsistencies in using tabs and spacesPascal Schoen
2016-11-07Improved the clearcoat part by using GTR1 instead of GTR2Pascal Schoen
2016-10-31Use reflection BSDF for glossy reflections when roughness is 0.0 toPascal Schoen
2016-10-26Fixed glossy reflections and refractions for low roughness values andPascal Schoen
2016-10-25Removed default values in setup functions and added extra functions forPascal Schoen
2016-10-21Code style cleanupPascal Schoen
2016-10-20Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-09-28Cycles: Cleanup, indentationSergey Sharybin
2016-09-16Fixed a bug in the Disney BSDF that caused specular reflections to be tooPascal Schoen
2016-08-16Implemented the fresnel in the multi-scatter GGX for the Disney BSDFPascal Schoen
2016-08-03Implemented the Disney clearcoat as a variation of the microfacet bsdf,Pascal Schoen
2016-08-03Merge branch 'master' into cycles_disney_brdfPascal Schoen
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