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-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2014-06-01Fix T40459: Gauss table can be NULL when ending the blur node operation,Lukas Tönne
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-02-19Code cleanup: styleCampbell Barton
2014-02-13Fix T38529, Blur node size 0 doesn't work.Lukas Tönne
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-03-20Fix #34694. This was actually a bug in the compositor's Bokeh Blur operation....Lukas Toenne
2012-11-01style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-07-19Fix for Jeroen Bakker
2012-07-13Inner loop optimization of blur nodeJeroen Bakker
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-12Small optimizations in compositor.Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-25fix for crash with blur - happened most when there was a size input, need to ...Campbell Barton
2012-06-16code cleanup: spelling 'multiplyer' --> 'multiplier'Campbell Barton
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-15fix for other uninitialized values for the split viewer node as well as incor...Campbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-11 * Blur node had some irregularities at the edge of the screenJeroen Bakker
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
2012-06-04Fix for relative blur size for non-fast gaussian blur methods.Sergey Sharybin
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker