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
2013-06-19Cycles: prepare to make CUDA 5.0 the official version we useBrecht Van Lommel
2013-06-18Cycles: add "Transparent Shadow" option for materials, to disable them per ma...Brecht Van Lommel
2013-06-08Cycles: window texture coordinates now work with orthographic cameras, thisBrecht Van Lommel
2013-05-09Cycles OpenCL: a few fixes to get things compiling after kernel changes,Brecht Van Lommel
2013-05-04Fix #35207: addition to previous fix to avoid OSL getting uninitializedBrecht Van Lommel
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-02Cycles: small code cleanup + fix SSS closure mixed with other closures doingBrecht Van Lommel
2013-04-02Fix 34831: SSS issue with non-progressive render, due to error in closure mer...Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-12Attempted fix for issue with latest CUDA kernel for 32 bit windows/linux/mac,Brecht Van Lommel
2013-01-14Change some big functions from __device_inline to __device, whichSergey Sharybin
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-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-16Fix cycles build error with OSL disabled.Brecht Van Lommel
2012-12-15Cycles OSL minor optimizations: recycle shading context, don't do memoryBrecht Van Lommel
2012-12-04Fix #33405: preview render getting stuck in a particular .blend file, ObjectKeyBrecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht Van Lommel
2012-11-23Fix cycles AO issue, still was missing AO pass for black/non-diffuse objects.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15Cycles: ambient occlusion now takes per-BSDF normals into account.Brecht 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-18Attempts to fix CUDA issues on sm 2.0 cards, still no luck getting motion blurBrecht Van Lommel
2012-10-17Cycles: add Tangent input for Anisotropic BSDF.Brecht Van Lommel
2012-10-16Fix object motion blur crash with lamp sampling(?), missed a check.Brecht Van Lommel
2012-10-16Cycles: object motion blur enabled, so in addition to camera motion, movingBrecht Van Lommel
2012-10-16Cycles: fix some update issues with camera motion blur, and do some more workBrecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-10-09Cycles: camera motion blur enabled.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-03Enable compilation of the SVM backend for Cycles even when OSL is enabled. Th...Lukas Toenne
2012-06-13Cycles: first step for implementation of non-progressive sampler that handlesBrecht Van Lommel
2012-06-04Cycles / OSL:Thomas Dinges
2012-05-21Cycles: add Object Info node, with outputs object location, object/materialBrecht Van Lommel
2012-05-02Fix #31247: cycles crash after recent bugfix.Brecht Van Lommel
2012-05-02Cycles: add Ray Length output to Light Path node. This gives the distance tra...Brecht Van Lommel
2012-05-02Fix #31168: cycles mask layer should only affect objects for camera rays.Brecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-02-07Fix #30049: cycles noise texture producing nan values with someBrecht Van Lommel
2012-01-31Fix #30011 & #30027: cycles division by zero evaluating BSDF with zero weights,Brecht Van Lommel
2012-01-26Cycles: disable environment importance sampling code for CUDA cards withBrecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-19Fix small code issue pointed out by nico_ga, was doing negation on unsigned t...Brecht Van Lommel
2011-11-22Cycles: OpenCL tweaksBrecht Van Lommel
2011-11-16Fix #29278: cycles crash with displacement method both.Brecht Van Lommel
2011-10-16Cycles:Thomas Dinges