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
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
2014-01-06Code cleanup / Cycles: else/if for SSE41 kernel functions.Thomas Dinges
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-10-26spelling: use American spelling for canceledCampbell Barton
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
2013-07-20Cycles / CPU Rendering:Thomas Dinges
2013-05-15Cycles:Thomas Dinges
2013-02-21Cycles:Thomas Dinges
2013-02-12Fix cycles not using SSE3 kernel after recent, order with SSE2 should be swit...Brecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2012-12-01Fix #33375: OSL geom:trianglevertices gave wrong coordinates for static BVH.Brecht 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-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-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-06-09style cleanup: block commentsCampbell Barton
2012-05-13Cycles: OpenCL image texture support, fix an attribute node issue and refactorBrecht Van Lommel
2012-05-05Cycles: threading optimizationsBrecht Van Lommel
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-25Cycles: Render PassesBrecht Van Lommel
2012-01-20Sample as Lamp option for world shaders, to enable multiple importance sampling.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: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
2011-11-15Fix #29259: cycles issues on certain processors. Now two versions of the kernelBrecht Van Lommel
2011-10-16Cycles: enable multi closure sampling and transparent shadows only on CPU andBrecht Van Lommel
2011-09-16Cycles: tweaks to properties and nodesBrecht Van Lommel
2011-09-08Cycles: some warning fixes, cpu device task tweaks, avoid unnecessaryBrecht Van Lommel
2011-08-24Cycles:Brecht Van Lommel
2011-04-27Cycles render engine, initial commit. This is the engine itself, blender modi...Ton Roosendaal