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-03-18Fix T44029 textures disappear in viewport if GPU mipmap generation isAntony Riakiotakis
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-01-23Fix for IMB_(un)premultiply_rect_float() not doing right businessSergey Sharybin
2013-02-12Bug fix #34213 (2)Ton Roosendaal
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-08-08Fix logic error in mipmap filter and refactor scaling routine to lower self c...Sv. Lockal
2012-07-26Fix [#31609] save .EXR defaults to uncompressed, causes segfault.Sv. Lockal
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-14style cleanup: imbuf & iconsCampbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell 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
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-08-28== Sequencer ==Peter Schlaile
2011-08-22actually, this if is still marginally good to haveMorten Mikkelsen
2011-08-15the diffuse kernel I had first picked for dilation turned out to be not as gr...Morten Mikkelsen
2011-07-24New dilation function from Morten Mikkelsen (aka sparky).Sergey Sharybin
2011-06-06Bake from multires meshSergey Sharybin
2011-05-09Fix for memory leak caused by re-making mipmapsSergey Sharybin
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-14Bugfix #22040Ton Roosendaal
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-03-14Remove SAT texture filter. It's not working, thought it was but that'sBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2009-07-212.5: Texture FilteringBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-27Fix for bug #8595: texture mipmaps with gauss filter didn't work correct,Brecht Van Lommel
2008-03-09* Bakeing fix for apricot, stop pixels being extended for parts of the image ...Campbell Barton
2008-02-18Fix for bug #7936: render baking selected to active now has a BiasBrecht Van Lommel
2008-02-03Clean-up for various gcc warnings under linux.Ken Hughes
2007-12-29* Displacement map bakingMatt Ebb
2006-12-20The Big Image refactor!Ton Roosendaal
2006-11-19Long waited feature: Render BakingTon Roosendaal
2006-02-10Interesting commit for artists using huge textures;Ton Roosendaal
2006-01-11Orange: more float buffer support;Ton Roosendaal
2006-01-09Orange: more exr & imbuf cleanupTon Roosendaal
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal
2005-01-03This is a pretty lame commit but here it is:Kent Mein
2003-10-02- changed a couple of shorts to ints, to allow images larger thanTon Roosendaal