aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/tga.cpp
AgeCommit message (Expand)Author
2013-10-26GRAPHICS: Have TGA's loadStream() call destroy()Matthew Hoops
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-09-15GRAPHICS: Reinsert attributeBits as a comment to the TGA-decoderEinar Johan Trøan Sømåen
2012-09-15GRAPHICS: Force alphaBits to 8 for 32bpp TGAs for nowEinar Johan Trøan Sømåen
2012-08-30GRAPHICS: Scope reduction of the sometimes unused alpha component in TGADecod...Bertrand Augereau
2012-08-30GRAPHICS: Undefined behaviour/warnings removal in the TGA decoderBertrand Augereau
2012-08-29GRAPHICS: Add in a TGA-decoderEinar Johan Trøan Sømåen