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
2014-08-05Fix T41318: OSL broken on Linux kubuntu 14.04Sergey Sharybin
2014-08-05Fix: T41318Martijn Berger
2014-07-25Cycles: Updates for new OSL 1.5 API.Thomas Dinges
2014-04-05Fix for auto detect homogeneous volume with OSL, forgot to include this file ...Brecht Van Lommel
2014-03-29Fix: cycles volume emission incorrectly enabling surface importance sampling.Brecht Van Lommel
2014-03-07Cycles: Use Displacement type in OSL ShadingSystem.Thomas Dinges
2014-02-28Fix cycles wrong volume scatter value in light path node.Brecht Van Lommel
2013-12-31Cycles Volume Render: optimization to avoid exporting surface attributes whenBrecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-12-08Cycles OSL: update to build with latest OSL master shader group changes.Brecht Van Lommel
2013-08-24Cycles: reduce noise using regular path tracing + subsurface scattering withBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-06-28Fix #35896: cycles crash with OSL image textures and viewport + preview renderBrecht Van Lommel
2013-06-22Cycles OSL: don't set optimize=2 option in OSL shading system, this is alreadyBrecht Van Lommel
2013-06-18Cycles: add "Transparent Shadow" option for materials, to disable them per ma...Brecht Van Lommel
2013-05-09Cycles / OSL:Thomas Dinges
2013-04-22Attempt to fix #35041 and #34725: cycles crash with OSL and both a 3D viewportBrecht Van Lommel
2013-04-05Fix #34601: cycles OSL crash when using preview render and viewport render atBrecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-03-18Hopefully blender will compile with strict flags again.Sergey Sharybin
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2012-12-12Fix #33485: cycles OSL now autodetects the presence of emission and transparentBrecht Van Lommel
2012-12-11Cycles: trick to make building with OSL trunk work as well, it has a differentBrecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-30Fix #33351: cycles OSL not loading grayscale images as RGB correctly.Brecht Van Lommel
2012-11-27Fix cycles OSL shader loading warnings after recent bugfix.Brecht Van Lommel
2012-11-20Fix #33177: OSL render difference with missing textures and HSV nodes.Brecht Van Lommel
2012-11-20Fix cycles OSL missing support for texture mapping paramaters found in textureBrecht Van Lommel
2012-11-09Fix #33125: cycles OSL crash with multiple render sessions running at the sam...Brecht Van Lommel
2012-11-07support for string parameters in OSL nodesDalai Felinto
2012-11-03Cycles OSL: shader script nodeBrecht Van Lommel
2012-10-30Cycles: optimization to not compile shaders and load images that are notBrecht Van Lommel
2012-10-20Cycles OSL: light path, texture coordinate, bump and blended box mapping now upBrecht Van Lommel
2012-10-20Integer socket support in Cycles. Int values are already supported natively i...Lukas Toenne
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel
2012-09-15Yet another OSL fix: Some functions are missing stubs that were not used in o...Lukas Toenne
2012-09-15Fix for OSL 'Normal' node: the Direction parameter is of 'normal' type instea...Lukas Toenne
2012-09-15Generate compatible OSL shader parameter names in cases where the node has an...Lukas Toenne
2012-09-15OSL implementation of RGB ramp node.Lukas Toenne
2012-09-04Fix for OSL input parameter name mapping. When assigning input constants to s...Lukas Toenne
2012-09-03Fix for Cycles OSL: The RenderServices pointer in ShadingSystem is no longer ...Lukas Toenne
2012-09-03The shader id generated by the manager contains some special flags in high bi...Lukas Toenne
2012-06-09style cleanup: block commentsCampbell Barton
2011-10-13Cycles: revert commit that joined surface/volume socket into a single shader ...Brecht Van Lommel
2011-10-12Cycles: replace surface/volume sockets in output nodes with a single shader s...Brecht Van Lommel
2011-09-28Cycles: internal changes that should have no effect on user level yet, addedBrecht Van Lommel
2011-05-31Cycles: OSL build & image manager fixes.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal