aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelformat.h
AgeCommit message (Expand)Author
2009-06-20Factory constructors for ARGB BGR ABGR and BGRA pixel formats.Jody Northup
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-20Fixed compilation.Torbjörn Andersson
2009-06-19Removed replaced Graphics::ColorMode enum type with factory methods for Graph...Jody Northup
2009-06-16Fixed warning. (GCC doesn't like commas at the end of an enum list.)Torbjörn Andersson
2009-06-16Simplified colormode enumJody Northup
2009-06-15Remove uglyness with PixelFormat initialization.Eugene Sandulenko
2009-06-15made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:...Jody Northup
2009-06-15Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...Jody Northup
2009-06-12Unfinished proof of concept regarding my compromise with LordHoto in IRC.Jody Northup
2009-06-11Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...Jody Northup
2009-06-09Laying the foundation for preliminary bitdepth negotiation. (No functionality...Jody Northup
2009-05-12Must include common/scummsys.h in graphics/pixelformat.h because it uses type...Max Horn
2009-03-27Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ...Kari Salminen
2009-01-22Added an '!=' operator to PixelFormat.Johannes Schickel
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn