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-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
2010-02-12correct fsf addressCampbell Barton
2009-05-28Projection paint, cloning from 1 layer to another would show ugly black lines...Campbell Barton
2009-05-07[#18645] Texture painting smudge brush darkens images - 2.49RC1Campbell Barton
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-11bicubic_interpolation function was re-calculating a variable it didnt need to...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-20== Sequencer / FFMPEG ==Peter Schlaile
2007-10-29Routine purge of compiler warnings. Yet again, they were mostly uninitialised...Joshua Leung
2007-09-15== Sequencer ==Peter Schlaile
2007-07-10Removed comments with non ascii chars...Kent Mein
2007-07-10This is patch [#6929] Interpolation MethodsKent Mein
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal