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
2015-06-05Cycles: Initial support for OpenCL capabilities reportsSergey Sharybin
2015-06-01Cycles: Code cleanup, spaces around keyword and braceSergey Sharybin
2015-05-18Fix T44707: cycles border render regressionSv. Lockal
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
2015-05-11Cycles OpenGL: Don't use full matrix transform when we can just useAntony Riakiotakis
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-02Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-08-02SpellingCampbell Barton
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-10-19Fix #37134: cycles viewport not displaying correct with multi GPU renderBrecht Van Lommel
2013-10-12Fix #37002: cycles viewport render shows white on old graphics cards with noBrecht Van Lommel
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2012-11-20Fix #33243: cycles CUDA going missing sometimes, disabled the new code now thatBrecht Van Lommel
2012-11-08Fix #33107: cycles fixed threads 1 was still having two cores do work,Brecht Van Lommel
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-10-22Fix related to #32929: update list of available devices for cycles renderingBrecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-06-09style cleanup: block commentsCampbell Barton
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel
2012-01-26Cycles: render passes for CUDA cards with compute model >= 2.x.Brecht Van Lommel
2012-01-11Fix: cycles CPU device not being used when it should be on some multi-GPUBrecht 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-31Cycles code refactoring: change displace kernel into more generic shaderBrecht Van Lommel
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-10-16Cycles: enable multi closure sampling and transparent shadows only on CPU andBrecht Van Lommel
2011-10-16Cycles: enable improved closure sampling, this should give less noise for mix...Brecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-15Cycles: attempted fixes for OS X preview render problem, and disableBrecht Van Lommel
2011-09-12Cycles:Brecht Van Lommel
2011-09-08Cycles: some warning fixes, cpu device task tweaks, avoid unnecessaryBrecht Van Lommel
2011-09-01Cycles: OpenCL library is now dynamically loaded so that blender doesn't crashBrecht Van Lommel
2011-08-28Cycles:Brecht Van Lommel
2011-08-24Cycles:Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal