log src/video/SDL_pixels.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Thu, 10 Feb 2011 11:39:08 -0800 Sam Lantinga Removed gamma support since it wasn't widely used and not well supported.
Fri, 04 Feb 2011 16:55:50 -0800 Sam Lantinga The format detection code works better with 555 and 565 pixel formats
Wed, 12 Jan 2011 15:21:12 -0800 Sam Lantinga Support the new 16-bit formats in SDL_MasksToPixelFormatEnum()
Wed, 12 Jan 2011 14:53:23 -0800 Sam Lantinga Added some missing pixel formats and SDL_GetPixelFormatName()
Mon, 13 Apr 2009 09:03:35 +0000 Sam Lantinga Fixed bug #421 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Wed, 04 Apr 2007 09:40:40 +0000 Ryan C. Gordon Const correctness patch for SDL_MapRGB and SDL_MapRGBA. SDL-1.2
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.