aboutsummaryrefslogtreecommitdiff
path: root/graphics/decoders/bmp.cpp
AgeCommit message (Expand)Author
2013-08-03GRAPHICS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03GRAPHICS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-17GRAPHICS: Fix BMP palette color count with bpp != 8Matthew Hoops
2012-08-13GRAPHICS: Add support for 32bpp BMPsEinar Johan Trøan Sømåen
2012-05-14GRAPHICS: Add palette start index and color count functions to ImageDecoderMatthew Hoops
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops