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
2021-08-04Cleanup: spellingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-24Cleanup: Add override keyword.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-14code cleanup: replace most fRGB functions with inline vector functionsCampbell Barton
2012-06-14remove unused fRGB defines and change float member to bool.Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
2012-05-31Fix for [#31602] Node Glare: Ghosts effectJeroen Bakker
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker