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-04-18Cycles: code refactoring to deduplicate the various BVH traversal variations.Brecht Van Lommel
2013-04-16Cycles Hair: Strand Minimum Pixel SizeStuart Broadfoot
2013-04-02Fix #34832: SSS render freeze with object instances.Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2013-01-23Fix #33915: tweak self intersection epsilon for motion blur a bit further, stillBrecht Van Lommel
2013-01-21Cycles Hair: Fix of cardinal curve intersection routineStuart Broadfoot
2013-01-15Cycles Hair: Introduction of Cardinal Spline Curve Segments and minor fixes.Stuart Broadfoot
2013-01-14Change some big functions from __device_inline to __device, whichSergey Sharybin
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-03Fix CUDA build error after last commit, and remove some comments.Brecht 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-28New featureStuart Broadfoot
2012-12-23Fix #33641: cycles self intersection artifacts with motion blur and one of theBrecht Van Lommel
2012-10-20Cycles: disable motion blur for CUDA entirely now, also goes wrong on otherBrecht Van Lommel
2012-10-18More fixes related to #32900, motion blur with cuda sm 2.0 still disabled.Brecht Van Lommel
2012-10-18Attempts to fix CUDA issues on sm 2.0 cards, still no luck getting motion blurBrecht Van Lommel
2012-10-16Cycles: fix some update issues with camera motion blur, and do some more workBrecht Van Lommel
2012-10-09Cycles: camera motion blur enabled.Brecht Van Lommel
2012-06-09style cleanup: block commentsCampbell Barton
2012-05-28Cycles: fixes to make CUDA 4.2 work, compiling gave errors in shadows andBrecht Van Lommel
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-16Fix #30966: cycles nan mesh vertices got set to (0, 0, 0), now remove them in...Brecht Van Lommel
2011-12-02Cycles:Brecht Van Lommel
2011-11-30Another possible fix for #29301: issue with BVH intersection, reorder code aBrecht Van Lommel
2011-11-21Cycles:Brecht Van Lommel
2011-10-16Cycles: add transparent shadow support, i.e. shadows through Transparent BSDFBrecht Van Lommel
2011-09-01Cycles:Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal