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
2012-10-18Fix for OSL compile errors.Lukas Toenne
2012-10-18More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.Brecht Van Lommel
2012-10-18style cleanupCampbell Barton
2012-10-18Cycles: OSL compile fixes.Thomas Dinges
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17Fix for OSL 'background' attributes (attributes that are not associated to a ...Lukas Toenne
2012-10-17code cleanup:Campbell Barton
2012-10-17code cleanup: add check spelling oslCampbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. http://wiki.blender.or...Campbell Barton
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-17Cycles / OSL:Thomas Dinges
2012-10-16Fix for (camera) motion blur changes in Cycles OSL. Compilation was broken du...Lukas Toenne
2012-10-06Fix for a case of 'static initialization fiasco' with OSL closure variables. ...Lukas Toenne
2012-10-05Fix part of cycles/osl light pass rendering, transmission still not correct.Brecht Van Lommel
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: cycles now uses system includes for boost/oiio.. etc, so we don...Campbell Barton
2012-09-16OSL Fix for fireflies in velvet bsdf, ported over from SVM fix in r41738.Lukas Toenne
2012-09-15OSL implementation of RGB ramp node.Lukas Toenne
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15style cleanupCampbell Barton
2012-09-14Implemented the Particle Info for OSL. Uses the following attributes:Lukas Toenne
2012-09-14Added Object Info node implementation for OSL. This uses an additional attrib...Lukas Toenne
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-06silencing some of the warnings in OSL for OSXDalai Felinto
2012-09-05Fix for OSL memory leak. The context creation for OSL is now done in the shad...Lukas Toenne
2012-09-05* Forgot to commit CMake change for the Brick texture.Thomas Dinges
2012-09-05OSL:Thomas Dinges
2012-09-05Cycles / OSL:Thomas Dinges
2012-09-04Revert "Use one context per OSL thread. Not sure if this actually works, but ...Lukas Toenne
2012-09-04OSL:Thomas Dinges
2012-09-04Fix for OSL input parameter name mapping. When assigning input constants to s...Lukas Toenne
2012-09-04Minor syntax error in musgrave osl texture.Lukas Toenne
2012-09-04OSL:Thomas Dinges
2012-09-04OSL:Thomas Dinges
2012-09-04Use one context per OSL thread. Not sure if this actually works, but the simp...Lukas Toenne
2012-09-04Fix for bad memory leak in OSL: the context created for each OSL sample did n...Lukas Toenne
2012-09-03Fix for Cycles OSL: The RenderServices pointer in ShadingSystem is no longer ...Lukas Toenne
2012-09-03OSL / Cmake:Thomas Dinges
2012-09-03Fix for OSL shader install paths.Lukas Toenne
2012-09-03Added library linking for cycles_kernel_osl to OSL libraries and added cycles...Lukas Toenne
2012-09-02* Removed last occurrence of get_pointcloud_attr_query. Thomas Dinges
2012-09-02* OSL can't overwrite input parameters, use a local variable instead.Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Fixed a number of OSL syntax errors from the updated 1.2 API. Microfacet func...Lukas Toenne
2012-09-02Fix for r50314:Thomas Dinges
2012-09-02Fixed remaining syntax errors in OSL files. node_sepcomb_rgb.osl is split int...Lukas Toenne
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02OSL / Cycles:Thomas Dinges