log src/video/SDL_pixels.c @ 4357:a10dac5858fe SDL-1.2

age author description
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