aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/tga.cpp
AgeCommit message (Collapse)Author
2012-08-30GRAPHICS: Scope reduction of the sometimes unused alpha component in ↵Bertrand Augereau
TGADecoder::readHeader
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