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
2012-06-13 * optimized threadingJeroen Bakker
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-12 * FIX forJeroen Bakker
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-03minor optimizations to compositor, avoid indirections when operating array me...Campbell Barton
2012-06-01code cleanup: warningsCampbell Barton
2012-06-01Fixed crashJeroen Bakker
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-06-01Removed unused files in compositorJeroen Bakker
2012-05-31style cleanupCampbell Barton
2012-05-31Fix for Monique Dewanchand
2012-05-30fix incorrect delete usage in the compositor.Campbell Barton
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-23style cleanup: also correct commentCampbell Barton
2012-05-23cleanup relink codeJeroen Bakker
2012-05-21Fix for [#31418] Code review: OpenCL initializationJeroen Bakker
2012-05-21fix for [#31543] Nodes use array past boundsJeroen 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