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
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-09T37832: OpenCL compositing bug in defocus nodeSergey Sharybin
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-03-19change to variable size bokeh blue, dont blur larger areas then the current p...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-08-10compositor: bokeh blur size input can now be an image, in this case it uses V...Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-08add threshold blending to opencl too.Campbell Barton
2012-08-08sync changes between opencl and C++ VariableSizeBokehBlurOperation, also remo...Campbell Barton
2012-08-08dof node; change how threshold is applied, rather then clip out pixels at the...Campbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-07-25Defocus node.Jeroen Bakker
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-12Small optimizations in compositor.Jeroen Bakker
2012-07-12Compositor:Jeroen Bakker
2012-07-09removed depth aware defocusJeroen Bakker
2012-07-08Multi device OpenCL did not work.Jeroen Bakker
2012-07-06 * Added OpenCL implementation of the Defocus nodeJeroen Bakker
2012-07-05style cleanupCampbell Barton
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-19 * fixed defocus background blurin...Jeroen Bakker
2012-06-19 * Fixed brightness (was introduced by optimalization)Jeroen Bakker
2012-06-16code cleanup: make names more logicalCampbell Barton
2012-06-16code cleanup: spelling 'multiplyer' --> 'multiplier'Campbell Barton
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-12 * FIX forJeroen Bakker
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
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