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-12-27Cycles / Hair: Avoid duplicate calculations and remove redundant if branch, i...Thomas Dinges
2013-12-26Cycles / Hair: Some cleanup and optimizations for hair code.Thomas Dinges
2013-12-24Cycles / Hair: No need to calculate curvepoint() when we use Ribbon curves.Thomas Dinges
2013-12-14Code cleanup / Cycles: Remove some unused hair code.Thomas Dinges
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-09-27Fix #35684: cycles unable to use full 6GB of memory on NVidia Titan GPU. We nowBrecht Van Lommel
2013-09-05code cleanup:Campbell Barton
2013-08-23Code cleanup / Cycles:Thomas Dinges
2013-08-21Fix #36526: SSS + hair crash after recent changes.Brecht Van Lommel
2013-08-20Fix compiler warning due to undefined BVH_FUNCTION_FEATURES with patch by Cam...Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-18Updates for the Cycle Hair UI. With the following changesStuart Broadfoot
2013-08-11Code cleanup / Cycles:Thomas Dinges
2013-06-18Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Emb...Brecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-06-02Code cleanup / Cycles:Thomas Dinges
2013-05-30Cycles:Thomas Dinges
2013-05-27Cycles / Hair:Thomas Dinges
2013-05-16code cleanup: double promotion warnings.Campbell Barton
2013-05-09Cycles OpenCL: fix other build issues when enabling more features.Brecht Van Lommel
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