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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2015-03-27Compositor: Improve reports to the interface about what's going onSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-03-20When using border rendering, use the same border for compositorSergey Sharybin
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-12Print compositor execution statistics when in background modeSergey Sharybin
2013-03-07Border for compositor viewer node featureSergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker