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-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-24Cleanup: Add override keyword.Jeroen Bakker
2021-03-05Cleanup: use MIN2/MAX2 in compositor.Jeroen Bakker
2021-02-17BLI: add BLI_simd.h header to wrap SSE includesBrecht Van Lommel
2021-01-05Cleanup: Compositor comment styleJeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2014-10-06Compositor: implement OpenCL backend for gaussian blurSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-02-13Fix T38529, Blur node size 0 doesn't work.Lukas Tönne
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
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-15style cleanup: compositor operationsCampbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker