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-10-08Cleanup: Convert camelCase naming to snake_case in Compositortemp-compositor-cleanupsManuel Castilla
2021-10-08Cleanup: Remove unused includes in CompositorManuel Castilla
2021-07-07Compositor: Fix crash when executing works in constant foldingManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-03-31Compositor: Keep WorkPackages and Data Around.Jeroen Bakker
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-23Cleanup: remove internal functions from interface.Jeroen Bakker
2021-03-23Cleanup: remove unused include.Jeroen Bakker
2021-02-17Cleanup: Use struct for WorkScheduler.Jeroen Bakker
2021-02-17Cleanup: Use snake case for method names.Jeroen Bakker
2021-02-17Cleanup: Remove definition in header without implementation.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
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-12-12Cleanup: use colon separator after parameterCampbell 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
2016-03-03Make texture node threadedSergey Sharybin
2015-10-08Cleanup: typosCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Fix T37890: compositor did not take number of thread setting into account.Brecht Van Lommel
2012-09-03Compositor: initialize OpenCL only when the option is enabled. This eliminatesBrecht Van Lommel
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker