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-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-12-20Fix T37890: compositor did not take number of thread setting into account.Brecht Van Lommel
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-04-28minor changes, BLI_uvproject_from_view was doing matrix multiply for no reaso...Campbell Barton
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-03-22Fix for compositor node preview sizes: Use the render output aspect ratio for...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
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-13Fix for [#32220] regression - DistortionCache is never freed.Jeroen Bakker
2012-08-03style cleanup: compositorCampbell Barton
2012-07-06 * Added OpenCL implementation of the Defocus nodeJeroen Bakker
2012-07-04Two pass execution:Jeroen Bakker
2012-06-25the mutex struct seems to be different across systems, use memset rather then...Campbell Barton
2012-06-25Fix compile after 48262 ( braces)Jens Verwiebe
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
2012-06-13 * optimized threadingJeroen Bakker
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-17 ____ Jeroen Bakker