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
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-04-23Cleanup: style, use braces for 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-11-14Cleanup: comment block tabsCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2017-05-15Fix T51348: Node highlighting is brokenSergey Sharybin
2016-07-07Fix single threaded compositor defineCampbell Barton
2016-03-09Cleanup: style, spellingCampbell Barton
2016-03-03Make texture node threadedSergey Sharybin
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-06Cleanup: unused macro warningCampbell Barton
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-04-15Building with C++ guarded alloc works againCampbell Barton
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2013-12-20Fix T37890: compositor did not take number of thread setting into account.Brecht Van Lommel
2013-11-22Code Cleanup: warningsCampbell Barton
2013-08-17fix for crash in compositor/opencl, the error value of -1001 would read past ...Campbell Barton
2013-07-22fix [#36248] Crash using factor input on color mix node.Campbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
2013-04-05code cleanup: include orderCampbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-05Fix compositor crash. g_highlightedNodes can be NULL.Antony Riakiotakis
2012-09-04stule cleanupCampbell Barton
2012-09-04 * there is a tiny memory leak. I think it happens when you quit blendenJeroen Bakker
2012-09-03Compositor: initialize OpenCL only when the option is enabled. This eliminatesBrecht Van Lommel
2012-08-16fix memory leak in compositor WorkScheduler::initialize()Campbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-11add back datatoc, use this instead of cmake script which was too slow.Campbell Barton
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows edit...Campbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton
2012-07-11Fix mistmatched new[] and dlete used in node highlightionSergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-05Moved highlight code to the workscheduler.Jeroen Bakker
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-25correct free command for an array in the compositorCampbell Barton