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
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-14Fix T64515, T60434: crash in OSL and preview render after recent changesBrecht Van Lommel
2019-05-03Cleanup: refactor passing of OSL kernel globals for upcoming changesBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-07-18Cycles: add Principled Hair BSDF.L. E. Segovia
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-15Cycles: change Ambient Occlusion shader to output colors.Lukas Stockner
2018-02-08Cycles: unify OSL BSSRDF closure into a single bssrdf() closure with method.Brecht Van Lommel
2017-11-05Code refactor: sum transparent and absorption weights outside closures.Brecht Van Lommel
2017-04-18Squashed commit of the following:Pascal Schoen
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
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