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
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-05-29Fix T44882, color picker in texpainting doing linear interpolation evenAntony Riakiotakis
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2014-10-17Fix issue reported by Sebastian Koenig on irc, Clone brush would paintAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-08-23Fix #36535: Color difference when saving imageSergey Sharybin
2013-02-28Changed a way how RGB images are saving from RGBASergey Sharybin
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2012-12-28style cleanupCampbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-01style cleanup: define float sizes for interpolation functions, add retirn's o...Campbell Barton
2012-08-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-14style cleanup: imbuf & iconsCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08Fix #30485: TRANSFORM / STABILIZE 2D: First row / column blackness.Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel