Mercurial > sdl-ios-xcode
log src/video/SDL_pixels.c @ 3932:cd5b5c52a37e SDL-1.2
age | author | description |
---|---|---|
2007-04-04 | Ryan C. Gordon | Const correctness patch for SDL_MapRGB and SDL_MapRGBA. SDL-1.2 |
2010-01-24 | Sam Lantinga | Fixed bug #926 |
2009-12-23 | Sam Lantinga | Fixed bug #912 |
2009-12-14 | Sam Lantinga | Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks() |
2009-12-13 | Sam Lantinga | The SDL_PaletteWatch structure is really internal-only. |
2009-11-22 | Sam Lantinga | Set the error so someone can get more information |
2009-09-20 | Sam Lantinga | Fixed compatibility with SDL 1.2 pixel format (24 bits per pixel of color data with 4 bytes per pixel == 32 bpp) |
2009-06-10 | Mike Gorchak | Support for 24 bpp pixel formats has been added. |