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
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-09-17Revert r50528: "Performance fix for Cycles: Don't wait in the main UI thread ...Lukas Toenne
2012-09-12Attempted fix for #32415: tighten up cycles opencl initialization checks to t...Brecht Van Lommel
2012-09-11Performance fix for Cycles: Don't wait in the main UI thread when resetting d...Lukas Toenne
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-01Cycles:Thomas Dinges
2012-06-09code cleanup: removed/renamed shadow & duplicate variable definitions.Campbell Barton
2012-06-09style cleanup: block commentsCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-13Cycles: OpenCL image texture support, fix an attribute node issue and refactorBrecht Van Lommel
2012-04-09Cycles/OpenCL:Thomas Dinges
2012-04-05Cycles / OpenCL:Thomas Dinges
2012-02-24Cycles: tweak for AMD opencl compile of advanced shading, from Daniel Genrich,Brecht Van Lommel
2012-02-20Fix: cycles crash with multiple OpenCL platforms installed, tracked down by S...Brecht Van Lommel
2012-01-26Cycles: render passes for CUDA cards with compute model >= 2.x.Brecht Van Lommel
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-04Cycles: device code refactoring, no functional changes.Brecht Van Lommel
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-12-20Cycles: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
2011-12-13Cycles: require Experimental to be set to enable CUDA on cards with shader modelBrecht Van Lommel
2011-11-23Cycles: improve error reporting for opencl and cuda, showing error messages inBrecht Van Lommel
2011-11-22Fix #29274: problem compiling cycles opencl kernel from directory with spaces.Brecht Van Lommel
2011-11-22Cycles: OpenCL tweaksBrecht Van Lommel
2011-11-13OpenCL/Nvidia:Thomas Dinges
2011-10-16Cycles: enable multi closure sampling and transparent shadows only on CPU andBrecht Van Lommel
2011-09-19Cycles: remove deprecated strict aliasing flag for opencl, fix missing updateBrecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-16Cycles: reenable opencl binary caching on mac, it's not the cause of the prob...Brecht Van Lommel
2011-09-15Cycles: attempted fixes for OS X preview render problem, and disableBrecht Van Lommel
2011-09-09Cycles:Brecht Van Lommel
2011-09-05Cycles: use workgroup size from opencl, attempt to fix issue with apple opencl.Brecht Van Lommel
2011-09-05Cycles: remove -Werror from opencl compile options, apple opencl on lionBrecht Van Lommel
2011-09-03Cycles:Brecht Van Lommel
2011-09-02Cycles: optimizations for instances in scene updates before render starts,Brecht Van Lommel
2011-09-02Cycles:Brecht Van Lommel
2011-09-02Cycles: compile opencl kernels in non-blocking thread, and don't crash onBrecht Van Lommel
2011-09-02Cycles: fix opencl device bug that crashed on windows. Now shows diffuseBrecht Van Lommel
2011-09-01Cycles: OpenCL library is now dynamically loaded so that blender doesn't crashBrecht Van Lommel
2011-08-11Cycles: more opencl tweaks, status is:Brecht Van Lommel
2011-05-20Cycles: some steps to getting OpenCL backend to compile.Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal