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-04-03Merge branch 'master' into cycles_disney_brdfcycles_disney_brdfSchoen
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-02-03Fix to comply strict compiler flags and some code cleanupPascal Schoen
2017-01-24Renamed the Disney BSDF to Principled BSDF.Pascal Schoen
2016-10-25Removed default values in setup functions and added extra functions forPascal Schoen
2016-09-27Cleanup the Disney BSDF implementation and removing unneeded files.Pascal Schoen
2016-09-16Fixed a bug in the Disney BSDF that caused specular reflections to be tooPascal Schoen
2016-09-06Implemented the OSL part of the Disney shaderPascal Schoen
2016-07-31Cycles: refactor kernel closure storage to use structs per closure type.Brecht Van Lommel
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-02-11Cycles: Remove some ifdefs for OSL < 1.7.1.Thomas Dinges
2016-02-04Cycles: Implement approximate reflectance profilesSergey Sharybin
2016-02-03Cycles: Cleanup, indentationSergey Sharybin
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-09-23Cycles: Support building with latest OSL-1.7devSergey Sharybin
2015-04-26Cleanup: Code style.Thomas Dinges
2014-10-03Cycles: Remove Westin closure.Thomas Dinges
2014-07-25Cycles: Drop old OSL closure compatibility code.Thomas Dinges
2014-06-22Cycles: improved Beckmann sampling using precomputed dataBrecht Van Lommel
2014-01-03Fix cycles OSL volume render crash with multiple closures.Brecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-11-29Cycles OSL: fix mistake in recent refactoring, parameters are not set before ...Brecht Van Lommel
2013-11-29Cycles OSL: refactoring to remove all dependencies on builtin OSL closures.Brecht Van Lommel
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-14include order change for osl, fixes gcc compile error - undefined uintptr_tCampbell Barton
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-18Cycles / OSL:Thomas Dinges
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2012-12-20Cycles OSL: diffuse_toon and specular_toon closures. These are toon shaders withBrecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-11-21Style cleanup: mixed tabs/spaces were used for indentation in osl_closures.hSergey Sharybin
2012-11-21Cycles: solve -Wmissing-declarations for osl kernelSergey Sharybin
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-10-21Fix for OSL closure base class. The 'blur' method is not implemented and must...Lukas Toenne
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel
2012-10-06Fix for a case of 'static initialization fiasco' with OSL closure variables. ...Lukas Toenne
2012-09-06OSL Backend:Thomas Dinges
2011-11-14Cycles: Oren-Nayar BSDF support. This is not a separate shader node, rather itBrecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal