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-02Fix T40448: Blurring bug in the compositorSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-03-27T39307: The fast gaussian blur is not an accurate formula. When decidingJeroen Bakker
2013-10-25code cleanup and add mball select similar into the menuCampbell Barton
2013-10-23style cleanupCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-19Applied patch [#34178] tile rendering for fast gaussian blurJeroen Bakker
2013-10-19Compositor: did some inner loop optimizations of the fast gaussian blur.Jeroen Bakker
2012-11-23m_overlay wasn't initialized in a constructor of FastGaussianBlurValueOperationSergey Sharybin
2012-11-23Fix usage of uninialized memory in some operationsSergey Sharybin
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-08improvement to the DOF node, after blurring the radius buffer (derived from t...Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-09removed depth aware defocusJeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-16speedup for fast gauss blue (approx 10% - 15%)Campbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
2012-06-04 * modified vieweroperation to not calculate based on the DO_NODE_OUTPUTJeroen Bakker
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