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-11-14Cleanup: comment block tabsCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-11-09Moved alignment attributes from my last commit to BLI_compiler_attrs.h for fu...Stefan Werner
2017-11-09Compositor: Ensured 16 byte alignment for variables accessed by SSE instructi...Stefan Werner
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-10-06Compositor: implement OpenCL backend for gaussian blurSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
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-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-06-08Fix for bug [#35400] Dilate Erode Feather Bug - feathering wraps around imageMonique Dewanchand
2013-05-13Fix #35330: Blur node crash due to size overflowSergey Sharybin
2013-02-04style cleanupCampbell Barton
2013-02-03Fix for [#34022] Lines on renders using Blur node in flat modeJeroen Bakker
2012-11-04fix own error in r51819, was reading outside of the buffer, also comment unus...Campbell Barton
2012-11-02fix for compositor regression where blur note offset the image one pixel to t...Campbell Barton
2012-09-30fix for double free.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-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: make names more logicalCampbell 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