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
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-12-02Cycles: Disable AVX2 crash workaroundsSergey Sharybin
2016-10-27Cycles: More workarounds for weird crashes on AVX2Sergey Sharybin
2016-10-26Cycles: Another attempt to fix crashes on AVX2 processorsSergey Sharybin
2016-10-26Cycles: Completely disable transform SSE for nowSergey Sharybin
2016-10-26Cycles: Fix crashes after recent optimization commitsSergey Sharybin
2016-10-25Cycles: BVH-related SSE optimizationSergey Sharybin
2016-08-05Cycles: hide particles with broken motion blur traces.Alexander Gavrilov
2016-07-08Fix T48808: Regression: Cycles OpenCL broken after Hair BVH commitSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2015-10-09Cycles: Fix compilation error of CUDA kernel after recent decomposition changesSergey Sharybin
2015-10-09Cycles: Fix issues with quick inverse of degenerate matrixSergey Sharybin
2015-07-21Cycles: Implement camera zoom motion blurSergey Sharybin
2015-05-14Cycles: Add transformation functions with specified addrspaceSergey Sharybin
2015-04-10Cycles: Make transform from viewplane a generic utility functionSergey Sharybin
2015-01-22Fix T43120: Cycles mapping node rotation order is different from viewportSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-03Cycles / Math functions:Thomas Dinges
2013-05-18Code cleanup / Cycles:Thomas Dinges
2013-05-09Cycles OpenCL: a few fixes to get things compiling after kernel changes,Brecht Van Lommel
2013-05-08Cycles / Hair rendering:Thomas Dinges
2013-04-06Fix #34880: cycles motion blur render issue with some compilers. Actually is ...Brecht Van Lommel
2012-12-21Fix cycles aliasing warnings caused by motion blur transforms.Brecht Van Lommel
2012-11-29Fix #33344: cycles motion blur was still crashing on CUDA sm 2.0. Solution nowBrecht Van Lommel
2012-11-29Fix #32900: object motion blur not working on the GPU. To make this work I di...Brecht Van Lommel
2012-11-11Fix #32974: cycles curved motion blur is not working well combined with rotat...Brecht Van Lommel
2012-10-17Cycles: motion blur is now curved and passes exactly through the midpoint.Brecht Van Lommel
2012-10-15Fix #32844: cycles camera motion blur producing completely blurred frames som...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-05-07Fix most of #31307: cycles panorama camera not working correct with speedBrecht 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-04-16Fix #30966: cycles nan mesh vertices got set to (0, 0, 0), now remove them in...Brecht Van Lommel
2011-12-19Fix #29653: fix wrong cycles depth of field distance when rendering with aBrecht Van Lommel
2011-12-13Fix #29594: cycles NaN values with window coordinates mapping.Brecht Van Lommel
2011-11-12Cycles:Brecht Van Lommel
2011-09-19Cycles: remove deprecated strict aliasing flag for opencl, fix missing updateBrecht Van Lommel
2011-09-02Cycles: optimizations for instances in scene updates before render starts,Brecht Van Lommel
2011-05-31Cycles: more opencl fixes.Brecht Van Lommel
2011-05-12Cycles: fix mapping node rotation not working correct for Y/Z axes, patch by ...Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal