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-08-27Compositor: Reduce number of divisions in EWA filteringSergey Sharybin
2015-08-27Fix T45617: Map UV node produces image artifactsSergey Sharybin
2015-06-16Cleanup: styleCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-01-23cleanup: styleCampbell Barton
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2014-08-18De-duplicate EWA filter code between renderer and compositorSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-04-14Fix T39700: Plane deform still works foreverSergey Sharybin
2014-04-11Fix T39206: Plane deform works incredibly slowSergey Sharybin
2014-03-19Code cleanup: double/floatCampbell Barton
2013-12-10Style CleanupCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-08-19Fix issue with EWA filtering in compositor which disabled alphaSergey Sharybin
2012-11-01style cleanupCampbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-08-16use filtersize of 1.0 for distort and uv - compositor nodes.Campbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-03style cleanup: compositorCampbell 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-12Small optimizations in compositor.Jeroen Bakker
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
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-15style cleanup: remaining nodes in intern/Campbell Barton
2012-06-14Fixed glaresJeroen Bakker
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
2012-06-03minor optimizations to compositor, avoid indirections when operating array me...Campbell Barton
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-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker