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
2015-07-31Cycles: Fix for transmissive microfacet samplingSergey Sharybin
2015-06-11Cycles: Simplify volume_phase_eval().Thomas Dinges
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-27Cycles: Use native saturate function for CUDASergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2015-04-06Cycles: Cleanup, spaces around assignment operatorSergey Sharybin
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-04-01Fix T44113: Ashikhmin-Shirley distribution of glossy shader at 0 roughness ca...Sergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-25Fix T44123: Cycles SSS renders black in recent buildsSergey Sharybin
2015-03-23Fix T43926: Volume scatter: intersecting objects GPU rendering artifactsSergey Sharybin
2015-02-18Cleanup: Remove unused SD_PHASE_HAS_EVAL flag.Thomas Dinges
2015-02-18Cleanup for Cycles hair shader ifdefs.Thomas Dinges
2015-02-17Cycles: Fix for hair transmission BSDF not returning proper labelSergey Sharybin
2015-02-17Cycles: Small tweaks for Henyey Greenstein closure code.Thomas Dinges
2015-02-17Cycles: Remove empty closure blur code and the corresponding entries in the s...Thomas Dinges
2015-02-16Cleanup: Remove unused code from hair BSDF.Thomas Dinges
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
2015-01-30Cycles: Use fast math functions in hair BSDFSergey Sharybin
2015-01-30Cycles: Remove confusing labels usage in hair BSDFSergey Sharybin
2015-01-20Fix T42212: Singular reflection pass is incorrect in regular path tracerSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-11-20Cleanup: Remove SD_BSDF_GLOSSY flag, unused.Thomas Dinges
2014-10-29Cleanup: Style fixes for closures, mainly bitflags and conditions.Thomas Dinges
2014-10-29Cleanup: Remove unused function in Translucent BSDF.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-03Cycles: Remove Westin closure.Thomas Dinges
2014-10-03Cleanup: Spelling.Thomas Dinges
2014-10-03Cycles: Use more accurate implementation of erf() and erfinv()Sergey Sharybin
2014-09-07Comment out SVM fresnel_conductor() function for now, still unused.Thomas Dinges
2014-09-07Cycles / OSL: Add a conductive fresnel shader template.Thomas Dinges
2014-08-21Cleanup: Remove __ANISOTROPIC__ define.Thomas Dinges
2014-08-19Fix T40962: Ashikhmen Shirley shader firefliesSergey 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: Ashikhmin-Shirley anisotropic BSDFKarsten Schwenk
2014-06-14Cycles: improved importance sampling for Beckmann and GGX glossyBrecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-02-13Fix T38615: cycles rendering beckmann/GGX refraction wrong with IOR equal to 1.Brecht Van Lommel
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2014-01-07Fix CUDA/OpenCL compile errors in scattering commit.Brecht Van Lommel