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-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-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-21Code cleanup / Cycles: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-11Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.Brecht Van Lommel
2012-11-06Cycles OSL: phong_ramp(N, exponent, colors[8]) closure added, which works likeBrecht 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
2012-10-17code cleanup:Campbell Barton
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-09-06OSL Backend:Thomas Dinges
2012-09-03Added library linking for cycles_kernel_osl to OSL libraries and added cycles...Lukas Toenne
2011-11-14Cycles: Oren-Nayar BSDF support. This is not a separate shader node, rather itBrecht Van Lommel
2011-11-10add some missing headers to cmake, also add some files as comments since it s...Campbell Barton
2011-11-09edits to cycles cmake files so cmake_consistency_check.py can parse them.Campbell Barton
2011-08-16Cycles:Brecht Van Lommel
2011-05-14Cycles: OSL build fixes, based on patch from erwin94.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal