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-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-09-05code cleanup:Campbell Barton
2013-09-05Removed unused variables used only in BLI_assert, this triggers compiler warn...Lukas Toenne
2013-09-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-10add asserts in MemoryBuffer.readNoCheck() so it raises an error when used inc...Campbell Barton
2012-08-03fix for bokeh blur using uninitialized memory - it would cause some tiles not...Campbell Barton
2012-07-25Defocus node.Jeroen Bakker
2012-07-22style cleanupCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-12Compositor:Jeroen Bakker
2012-07-10Fix compilation error when using MSVCSergey Sharybin
2012-07-10Inline the read Memory Buffer functions for speed optimizations.Jeroen Bakker
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-14Fixed glaresJeroen Bakker
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-03minor optimizations to compositor, avoid indirections when operating array me...Campbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker