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
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-25Fix T44123: Cycles SSS renders black in recent buildsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-06Cycles: Move system headers include to the top of the filesSergey Sharybin
2014-09-05Cycles: Split caustics option, to allow separate control for Reflection and R...Thomas Dinges
2014-06-14Cycles: internal code support for anisotropic Beckmann and GGX reflectionBrecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-03-29Cycles code refactor: replace magic ~0 values in the code with defines.Brecht Van Lommel
2014-03-29Cycles code refactor: changes to make adding new primitive types easier.Brecht Van Lommel
2014-03-29Cycles code refactor: move geometry related kernel files into own directory.Brecht Van Lommel
2013-12-31Cycles Volume Render: generated texture coordinates for volume render.Brecht Van Lommel
2013-12-30Fix cycles volume emission not working with OSL.Brecht Van Lommel
2013-12-28Cycles Volume Render: add support for overlapping volume objects.Brecht Van Lommel
2013-12-28Cycles Volume Render: work on nodes and closures.Brecht Van Lommel
2013-12-18Fix T37790: OSL not rendering subsurface scattering color correct since upgra...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-10-08Cycles / SSS:Thomas Dinges
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-10Cycles OSL: update to build with latest OSL master branch.Brecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.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-20Fix compiler warning due to undefined BVH_FUNCTION_FEATURES with patch by Cam...Brecht 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-08-05Cycles OSL: image texture lookup optimization, acquire the per thread handleBrecht Van Lommel
2013-06-28Fix #35896: cycles crash with OSL image textures and viewport + preview renderBrecht Van Lommel
2013-04-22Attempt to fix #35041 and #34725: cycles crash with OSL and both a 3D viewportBrecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-01-10Cycles: multiple importance sampling for lamps, which helps reduce noise forBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to store curves with the index of the first key and theBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-16Cycles OSL: small optimization to geometry node, tangent output still wasBrecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-10Fix cycles OSL + AO enabled in world settings not working correct.Brecht Van Lommel
2012-12-03Fix cycles issue when NaN is used for RGB ramp, can access array out of bound...Brecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-29Fix cycles motion blur + OSL + object texture coordinates issue.Brecht Van Lommel
2012-11-09Fix #33125: cycles OSL crash with multiple render sessions running at the sam...Brecht Van Lommel
2012-11-06Cycles OSL: support for the trace(point pos, vector dir, ...) function, to traceBrecht Van Lommel
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-10-20Cycles OSL: most closure code is now shared between OSL and SVM. Also fixBrecht Van Lommel
2012-10-05Fix part of cycles/osl light pass rendering, transmission still not correct.Brecht Van Lommel
2012-09-05Fix for OSL memory leak. The context creation for OSL is now done in the shad...Lukas Toenne
2012-09-04Revert "Use one context per OSL thread. Not sure if this actually works, but ...Lukas Toenne
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-01Cycles / OSLGlobals:Thomas Dinges
2012-09-01Cycles / OSL:Thomas Dinges