aboutsummaryrefslogtreecommitdiff
path: root/graphics/colormasks.h
AgeCommit message (Expand)Author
2019-04-01GRAPHICS: Add a PixelType to ColorMasks.Johannes Schickel
2019-04-01GRAPHICS: Fix typo of qlowBitsEric Culp
2019-04-01GRAPHICS: Add 32bit versions of interpolate* functionsEric Culp
2014-02-18GRAPHICS: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-30Added the ColorMask ARGB3444 for Gamecube/WiiAndre Heider
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
2009-02-101555 is ABGR (not ARGB)Joost Peters
2009-01-27Speed up HQ2x/HQ3x C++ version a bit (about 20% faster with -O3 on my system)Max Horn
2009-01-25Renamed lowBits -> kLowBitsMask and highBits -> kHighBitsMaskMax Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2008-11-03Oops actually it seems I forgot to remove mask entries of PixelFormat before ...Johannes Schickel
2008-11-03Simplified Graphics::createPixelFormatFromMask helper.Johannes Schickel
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-08-11make use of RGBToColor<ColorMasks> > template functionMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-04-17Fixed (A)RGBToColor templatesMax Horn
2006-04-17Since we define alpha value 255 to mean 'opaque', or T::kAlphaMask into the r...Max Horn
2006-04-17Add color conversion functions based on ColorMasks, to demonstrate how this w...Max Horn
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn