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
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-22Fix T38011 and cleanup of Lens Distortion node code.Lukas Tönne
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-09-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-08-15Fix forJeroen Bakker
2012-08-13style cleanupCampbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-05Added a default margin to the tile dependancy of the lens distortionJeroen Bakker
2012-07-05Adjusted margin of the lens distortionJeroen Bakker
2012-07-05style cleanupCampbell Barton
2012-07-03Optimized the area of interest of the lensdistortion node.Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-22fix for [#31890] Lens Distortion inside Node group don't workJeroen Bakker
2012-06-20minor speedup for the glare compositor nodeCampbell Barton
2012-06-19fix for uninitialized memory use in the new compositor.Campbell Barton
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17Fix for MSVC float conversionJeroen Bakker
2012-05-17 ____ Jeroen Bakker