log src/video/SDL_pixels.c @ 4682:4ba1048a324c

age author description
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 23 Dec 2009 06:39:18 +0000 Sam Lantinga Fixed bug #912
Mon, 14 Dec 2009 06:35:27 +0000 Sam Lantinga Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()
Sun, 13 Dec 2009 08:00:25 +0000 Sam Lantinga The SDL_PaletteWatch structure is really internal-only.
Sun, 22 Nov 2009 20:53:53 +0000 Sam Lantinga Set the error so someone can get more information
Sun, 20 Sep 2009 22:47:28 +0000 Sam Lantinga Fixed compatibility with SDL 1.2 pixel format (24 bits per pixel of color data with 4 bytes per pixel == 32 bpp)
Wed, 10 Jun 2009 05:51:44 +0000 Mike Gorchak Support for 24 bpp pixel formats has been added.