Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Sun, 07 Jun 2015 19:58:42 -0400 |
Ryan C. Gordon |
VS2005 tweaks (thanks, Ozkan!).
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 11:34:54 -0700 |
Sam Lantinga |
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 23:56:17 -0500 |
Ryan C. Gordon |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 08:29:21 -0700 |
Sam Lantinga |
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Sun, 05 May 2013 11:17:40 -0700 |
Andreas Schiffler |
Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels suite; update test cases in Pixels suite
|
file |
diff |
annotate
|
Sat, 04 May 2013 09:11:18 -0700 |
Andreas Schiffler |
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 09:56:45 -0700 |
Sam Lantinga |
We're using the alpha component of the palette entries, let's name it appropriately.
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 09:51:01 -0700 |
Sam Lantinga |
The palette unused value is treated as alpha and updated when setting the colorkey.
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 16 Jan 2012 19:46:40 -0500 |
Sam Lantinga |
Fixed blit mapping problem when surfaces are freed and then newly allocated at the same address.
|
file |
diff |
annotate
|
Sat, 07 Jan 2012 01:28:06 -0500 |
Sam Lantinga |
Fixed bug 1224 - Blit map not updated if source palette changed
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:16:08 -0500 |
Sam Lantinga |
Happy New Year!
SDL-1.2
|
file |
diff |
annotate
|
Wed, 09 Nov 2011 22:53:44 -0500 |
Sam Lantinga |
GIMP wrote bmp files in RGBX format. Huh.
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Fri, 11 Mar 2011 08:49:20 -0800 |
Sam Lantinga |
Gamma support is back!
|
file |
diff |
annotate
|
Mon, 07 Mar 2011 14:07:08 -0800 |
Sam Lantinga |
Fixed compiler warning on Visual C++
|
file |
diff |
annotate
|
Mon, 07 Mar 2011 01:34:38 -0800 |
Sam Lantinga |
Removed the NDS hack for ARGB1555 surfaces, since it's a general problem; added full color expansion for 16 bpp packed pixels.
|
file |
diff |
annotate
|
Mon, 07 Mar 2011 00:30:05 -0800 |
Sam Lantinga |
Fixed bitmap order interpretation; SDL defaults to MSB ordering so a bitstream corresponds to a pixel stream.
|
file |
diff |
annotate
|
Mon, 07 Mar 2011 00:08:23 -0800 |
Sam Lantinga |
We explicitly don't know how to handle 1 and 4 bpp pixel formats.
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 23:56:23 -0800 |
Sam Lantinga |
Fixed memory corruption with invalid pixel values.
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 21:49:52 -0800 |
Sam Lantinga |
Better error reporting in allocating a pixel format.
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 21:47:48 -0800 |
Sam Lantinga |
Fixed garbage trying to create a FourCC pixel format.
|
file |
diff |
annotate
|
Sun, 06 Mar 2011 21:34:45 -0800 |
Sam Lantinga |
Fixed initializing pixel format for indexed formats
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 16:41:01 -0800 |
Sam Lantinga |
Yes, it compiles now.
|
file |
diff |
annotate
|
Sat, 19 Feb 2011 14:19:15 -0800 |
Sam Lantinga |
Autogenerated full mask checks for pixel format match
|
file |
diff |
annotate
|
Mon, 14 Feb 2011 00:45:16 -0800 |
Sam Lantinga |
Patch from Ken Rogoway:
|
file |
diff |
annotate
|
Sun, 13 Feb 2011 13:46:10 -0800 |
Sam Lantinga |
A few fixes:
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
file |
diff |
annotate
|
Fri, 04 Feb 2011 16:55:50 -0800 |
Sam Lantinga |
The format detection code works better with 555 and 565 pixel formats
|
file |
diff |
annotate
|
Wed, 12 Jan 2011 15:21:12 -0800 |
Sam Lantinga |
Support the new 16-bit formats in SDL_MasksToPixelFormatEnum()
|
file |
diff |
annotate
|
Wed, 12 Jan 2011 14:53:23 -0800 |
Sam Lantinga |
Added some missing pixel formats and SDL_GetPixelFormatName()
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 09:03:35 +0000 |
Sam Lantinga |
Fixed bug #421
SDL-1.2
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 09:40:40 +0000 |
Ryan C. Gordon |
Const correctness patch for SDL_MapRGB and SDL_MapRGBA.
SDL-1.2
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 06:39:18 +0000 |
Sam Lantinga |
Fixed bug #912
|
file |
diff |
annotate
|
Mon, 14 Dec 2009 06:35:27 +0000 |
Sam Lantinga |
Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()
|
file |
diff |
annotate
|
Sun, 13 Dec 2009 08:00:25 +0000 |
Sam Lantinga |
The SDL_PaletteWatch structure is really internal-only.
|
file |
diff |
annotate
|
Sun, 22 Nov 2009 20:53:53 +0000 |
Sam Lantinga |
Set the error so someone can get more information
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 05:51:44 +0000 |
Mike Gorchak |
Support for 24 bpp pixel formats has been added.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 04 Jan 2009 17:14:27 +0000 |
Sam Lantinga |
indent
|
file |
diff |
annotate
|
Fri, 02 Jan 2009 17:39:48 +0000 |
Sam Lantinga |
Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 15:10:03 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
file |
diff |
annotate
|
Wed, 27 Aug 2008 04:23:38 +0000 |
Darren Alton |
Clean up.
gsoc2008_nds
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 10 Sep 2007 12:20:02 +0000 |
Sam Lantinga |
Split out the SDL_rect and SDL_surface functions into their own headers.
|
file |
diff |
annotate
|
Sat, 18 Aug 2007 05:39:09 +0000 |
Sam Lantinga |
Okay, still some bugs, but everything builds again...
|
file |
diff |
annotate
|
Fri, 17 Aug 2007 02:55:21 +0000 |
Sam Lantinga |
indent
|
file |
diff |
annotate
|
Fri, 17 Aug 2007 00:54:53 +0000 |
Sam Lantinga |
Moved the colorkey and per-surface alpha into the blit info,
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 13:21:29 +0000 |
Sam Lantinga |
make indent
|
file |
diff |
annotate
|