aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelformat.h
AgeCommit message (Expand)Author
2019-10-03GRAPHICS: Add Missing Switch Default Case in PixelFormat HeaderD G Turner
2017-11-10ALL: Fix misuse of comma operatorColin Snover
2017-09-11GRAPHICS: Compare all fields in a PixelFormat individually instead of using m...Cameron Cawley
2016-09-29GRAPHICS: Added a PixelFormat bpp methodPaul Gilbert
2015-11-16GRAPHICS: Make PixelFormat::toString const.Johannes Schickel
2015-11-16GRAPHICS: Implemented utility function to print PixelFormatEugene Sandulenko
2014-08-17GRAPHICS: Improve color bit depth conversionMatthew Hoops
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-15GRAPHICS: Fix colorToARGB's alpha value when no alpha channel is presentMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-09Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cppMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-07-14changed generic Graphics::PixelFormat constructor to take xBits instead of xL...Jody Northup
2009-07-08Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...Jody Northup
2009-07-07Removed PixelFormat convenience constructors at behest of Max and Eugene.Jody Northup
2009-07-06Updated doxygen comments on API functionsJody Northup
2009-07-01fix compileMatthew Hoops
2009-07-01Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List...Jody Northup
2009-07-01Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w...Jody Northup
2009-06-30Fixed a few formatting bitsJordi Vilalta Prat
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