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
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
2012-06-21 * fix to support for multiple OpenCL platform for the CompositorJeroen Bakker
2012-06-21Refactoring of tiles opencl implementation:Monique Dewanchand
2012-06-17style cleanup:Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-15style cleanup: remaining nodes in intern/Campbell Barton
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-05-31style cleanupCampbell Barton
2012-05-31Fix for Monique Dewanchand
2012-05-29 * Compositor fix for OpenCL [OpenCL platform installed, but noJeroen Bakker
2012-05-27Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind ...Sergey Sharybin
2012-05-21Fix for [#31418] Code review: OpenCL initializationJeroen Bakker
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker