Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Sun, 31 May 2015 01:45:20 -0400 |
Ryan C. Gordon |
Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type.
|
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
|
Wed, 05 Feb 2014 00:34:26 -0500 |
Ryan C. Gordon |
SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!).
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 09:47:10 -0300 |
Gabriel Jacobo |
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 09:43:09 -0300 |
Gabriel Jacobo |
OCD fixes: Adds a space before */
|
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, 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
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 11:55:11 -0800 |
Sam Lantinga |
Fixed clang -Weverything warnings
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
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 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
|
Sun, 06 Mar 2011 23:54:20 -0800 |
Sam Lantinga |
Added padding for better aligned access to *shift/*loss members
|
file |
diff |
annotate
|
Sun, 13 Feb 2011 13:46:10 -0800 |
Sam Lantinga |
A few fixes:
|
file |
diff |
annotate
|
Sat, 12 Feb 2011 00:25:02 -0800 |
Sam Lantinga |
Initial pass at shader YV12 support - doesn't quite work yet.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Thu, 03 Feb 2011 00:19:40 -0800 |
Sam Lantinga |
Made it possible to create a texture of any format, even if not supported by the renderer.
|
file |
diff |
annotate
|
Wed, 12 Jan 2011 14:53:23 -0800 |
Sam Lantinga |
Added some missing pixel formats and SDL_GetPixelFormatName()
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 21:36:09 -0700 |
Sam Lantinga |
Added SDL_FOURCC()
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
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:00:00 +0000 |
Sam Lantinga |
Made the comment actually mean something. :)
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 13:31:58 +0000 |
Sam Lantinga |
Partial fix for bug #859
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 04:34:50 +0000 |
Sam Lantinga |
Fixed 4 bit-per-pixel definition. Thanks Mike!
|
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
|
Sat, 07 Feb 2009 17:56:08 +0000 |
Sam Lantinga |
Fixed alpha blending textures with the GDI renderer
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
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
|
Fri, 17 Aug 2007 00:54:53 +0000 |
Sam Lantinga |
Moved the colorkey and per-surface alpha into the blit info,
|
file |
diff |
annotate
|
Sun, 22 Jul 2007 13:22:47 +0000 |
Sam Lantinga |
Fixed bug #467
|
file |
diff |
annotate
|
Sat, 05 Aug 2006 17:09:42 +0000 |
Sam Lantinga |
SDL constants are all uppercase.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 18 Jun 2006 06:35:41 +0000 |
Sam Lantinga |
Software YUV texture support in progress...
SDL-1.3
|
file |
diff |
annotate
|
Sat, 17 Jun 2006 06:45:14 +0000 |
Sam Lantinga |
Finished palettized display handling.
SDL-1.3
|
file |
diff |
annotate
|
Fri, 16 Jun 2006 06:00:31 +0000 |
Sam Lantinga |
Default palette entries to white, instead of black.
SDL-1.3
|
file |
diff |
annotate
|
Thu, 15 Jun 2006 07:07:07 +0000 |
Sam Lantinga |
Working on paletted display and texture support (two different issues)
SDL-1.3
|
file |
diff |
annotate
|
Mon, 12 Jun 2006 09:10:06 +0000 |
Sam Lantinga |
Adding software renderer implementation
SDL-1.3
|
file |
diff |
annotate
|
Sun, 11 Jun 2006 07:30:16 +0000 |
Sam Lantinga |
Overlay functions are being replaced by YUV textures.
SDL-1.3
|
file |
diff |
annotate
|
Mon, 29 May 2006 04:04:35 +0000 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|