log src/video/SDL_pixels.c @ 5248:3a8a452b49f0

age author description
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.
Wed, 03 Jun 2009 10:40:44 +0000 Mike Gorchak Support for BGR565 pixel format has been added, mainly for OpenGL ES renderer. OpenGL ES renderer now have new texture formats.
Sun, 04 Jan 2009 17:14:27 +0000 Sam Lantinga indent
Fri, 02 Jan 2009 17:39:48 +0000 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Wed, 27 Aug 2008 15:10:03 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Wed, 27 Aug 2008 04:23:38 +0000 Darren Alton Clean up. gsoc2008_nds
Thu, 19 Jun 2008 07:11:35 +0000 Darren Alton Cleaned up and added joypad support from 1.2.9 NDS port. Also some minor video driver bugfixes. gsoc2008_nds
Mon, 10 Sep 2007 12:20:02 +0000 Sam Lantinga Split out the SDL_rect and SDL_surface functions into their own headers.
Sat, 18 Aug 2007 05:39:09 +0000 Sam Lantinga Okay, still some bugs, but everything builds again...
Fri, 17 Aug 2007 02:55:21 +0000 Sam Lantinga indent
Fri, 17 Aug 2007 00:54:53 +0000 Sam Lantinga Moved the colorkey and per-surface alpha into the blit info,
Thu, 14 Jun 2007 13:21:29 +0000 Sam Lantinga make indent
Wed, 04 Apr 2007 09:43:53 +0000 Ryan C. Gordon Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
Sat, 05 Aug 2006 17:09:42 +0000 Sam Lantinga SDL constants are all uppercase.
Sat, 22 Jul 2006 08:33:18 +0000 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Sat, 24 Jun 2006 16:51:01 +0000 Sam Lantinga Added a multi-window version of testsprite using the new API. SDL-1.3
Sat, 17 Jun 2006 06:45:14 +0000 Sam Lantinga Finished palettized display handling. SDL-1.3
Fri, 16 Jun 2006 06:00:31 +0000 Sam Lantinga Default palette entries to white, instead of black. SDL-1.3
Wed, 07 Jun 2006 16:10:28 +0000 Sam Lantinga Work in progress. :) SDL-1.3
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Mon, 20 Mar 2006 06:37:58 +0000 Sam Lantinga Fixed bug #90
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Mon, 16 May 2005 05:34:58 +0000 Sam Lantinga Date: Mon, 02 May 2005 04:23:16 -0500
Wed, 12 Jan 2005 19:38:24 +0000 Sam Lantinga Clarified the code in the pixel format allocation
Tue, 30 Nov 2004 14:28:20 +0000 Sam Lantinga Date: Sat, 27 Nov 2004 13:35:43 +0100
Thu, 19 Feb 2004 21:13:24 +0000 Sam Lantinga Fixed a bug in detecting surface mapping changes
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Wed, 27 Aug 2003 04:53:40 +0000 Sam Lantinga Whitespace
Tue, 12 Aug 2003 15:17:20 +0000 Sam Lantinga Date: Tue, 12 Aug 2003 14:26:19 +0200 (MEST)
Thu, 29 May 2003 04:29:13 +0000 Sam Lantinga *** empty log message ***
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Thu, 07 Jun 2001 15:04:04 +0000 Sam Lantinga Oops, back it out...
Thu, 07 Jun 2001 14:53:18 +0000 Sam Lantinga Mattias' patch
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision