index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
pixelformat.h
Age
Commit message (
Expand
)
Author
2009-08-21
Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...
Andre Heider
2009-07-14
changed generic Graphics::PixelFormat constructor to take xBits instead of xL...
Jody Northup
2009-07-08
Reinstated static inline Graphics::PixelFormat::createFormatCLUT8(), which I ...
Jody Northup
2009-07-07
Removed PixelFormat convenience constructors at behest of Max and Eugene.
Jody Northup
2009-07-06
Updated doxygen comments on API functions
Jody Northup
2009-07-01
fix compile
Matthew Hoops
2009-07-01
Implemented Graphics::PixelFormat Graphics::findCompatibleFormat(Common::List...
Jody Northup
2009-07-01
Allowed for 16, 24, and 32 bit pixel format factory constructors to be used w...
Jody Northup
2009-06-30
Fixed a few formatting bits
Jordi Vilalta Prat
2009-06-20
Factory constructors for ARGB BGR ABGR and BGRA pixel formats.
Jody Northup
2009-06-20
renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR
Jody Northup
2009-06-20
Fixed compilation.
Torbjörn Andersson
2009-06-19
Removed replaced Graphics::ColorMode enum type with factory methods for Graph...
Jody Northup
2009-06-16
Fixed warning. (GCC doesn't like commas at the end of an enum list.)
Torbjörn Andersson
2009-06-16
Simplified colormode enum
Jody Northup
2009-06-15
Remove uglyness with PixelFormat initialization.
Eugene Sandulenko
2009-06-15
made Graphics::PixelFormat(ColorMode) constructor explicit, removed Graphics:...
Jody Northup
2009-06-15
Added kUnsupportedColorMode error code brought Scumm engine and SDL backend i...
Jody Northup
2009-06-12
Unfinished proof of concept regarding my compromise with LordHoto in IRC.
Jody Northup
2009-06-11
Renamed Graphics::ColorFormat to Graphics::ColorMode, streamlined enum by rem...
Jody Northup
2009-06-09
Laying the foundation for preliminary bitdepth negotiation. (No functionality...
Jody Northup
2009-05-12
Must include common/scummsys.h in graphics/pixelformat.h because it uses type...
Max Horn
2009-03-27
Add color component bit count (rBits, gBits, bBits, aBits) and maximum value ...
Kari Salminen
2009-01-22
Added an '!=' operator to PixelFormat.
Johannes Schickel
2009-01-22
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...
Max Horn