Thu, 07 Feb 2019 17:52:28 +0100 |
Faster blit when using No Alpha or Set Alpha, + ColorKey
|
file | diff | annotate |
Thu, 07 Feb 2019 16:13:25 +0100 |
Fix pointer warnings
|
file | diff | annotate |
Thu, 07 Feb 2019 15:12:17 +0100 |
Faster blit when using CopyAlpha + ColorKey
|
file | diff | annotate |
Wed, 30 Jan 2019 22:50:20 +0100 |
Add fast paths in BlitNtoNKey
|
file | diff | annotate |
Wed, 30 Jan 2019 15:31:07 +0100 |
Add explicit unsigned int and char types in (for bug 4290)
|
file | diff | annotate |
Wed, 30 Jan 2019 15:23:33 +0100 |
Fixed bug 4290 - add fastpaths for format conversion in BlitNtoN
|
file | diff | annotate |
Fri, 04 Jan 2019 22:01:14 -0800 |
Updated copyright for 2019
|
file | diff | annotate |
Mon, 01 Oct 2018 14:43:03 -0700 |
Working on bug 3921 - Add some Fastpath to BlitNtoNKey and BlitNtoNKeyCopyAlpha
|
file | diff | annotate |
Mon, 01 Oct 2018 21:29:11 +0300 |
SDL_blit_N.c (BlitNtoNKeyCopyAlpha): fix -Wshadow warnings by adding _
|
file | diff | annotate |
Thu, 27 Sep 2018 14:56:29 -0700 |
Fixed bug 4277 - warnings patch
|
file | diff | annotate |
Sat, 24 Mar 2018 22:44:12 +0300 |
backport fix for bug #2976:
|
file | diff | annotate |
Wed, 03 Jan 2018 10:03:25 -0800 |
Updated copyright for 2018
|
file | diff | annotate |
Sun, 26 Feb 2017 21:20:39 +0100 |
Fixed comment style.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Tue, 15 Nov 2016 01:30:08 -0800 |
Fixed bug 1646 - Warnings from clang with -Weverything
|
file | diff | annotate |
Sat, 22 Oct 2016 17:53:03 -0700 |
Fixed NULL pointer dereference, thanks Ozkan Sezer
|
file | diff | annotate |
Sat, 22 Oct 2016 11:01:55 -0700 |
Fixed bug 3466 - Can't build 2.0.5 on ppc64
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Mon, 04 May 2015 21:47:40 -0700 |
Fixed bug 2976 - Fix RGBA<->RGBA blit that was broken with the optimization from Bug 11
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Sun, 24 Nov 2013 23:56:17 -0500 |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file | diff | annotate |
Sun, 07 Jul 2013 12:34:21 -0700 |
Added surface conversion support for ARGB2101010 formats
|
file | diff | annotate |
Sun, 07 Jul 2013 10:31:01 -0700 |
Fixed converting ARGB2101010 surfaces to 8-bit surfaces
|
file | diff | annotate |
Sat, 06 Jul 2013 21:17:09 -0700 |
Added 8-bit RGB source surface support to NtoN blitters
|
file | diff | annotate |
Tue, 21 May 2013 22:01:18 -0700 |
Fixed bug 1534 - SIGSEGV in SDL_ConvertSurface() for certain formats in SDL2
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Sun, 02 Sep 2012 16:05:29 -0700 |
Use fast path for RGB 565 -> 32-bit XRGB 8888
|
file | diff | annotate |
Sun, 02 Sep 2012 16:03:56 -0700 |
Use fast path for RGB 565 -> 32-bit XRGB 8888
|
file | diff | annotate |
Sun, 08 Apr 2012 03:59:36 -0400 |
I think this may fix the altivec blitters.
|
file | diff | annotate |
Mon, 20 Feb 2012 20:56:52 -0500 |
Fixed bug 1424 - Handling of alpha channel in Altivec accelerated blit functions
|
file | diff | annotate |
Mon, 20 Feb 2012 20:55:23 -0500 |
Fixed bug 1424 - Handling of alpha channel in Altivec accelerated blit functions
|
file | diff | annotate |
Tue, 07 Feb 2012 02:11:15 -0500 |
Replaced some assert macros with SDL_assert.
|
file | diff | annotate |
Sat, 07 Jan 2012 01:25:55 -0500 |
Fixed bug 1225 - Altivec blitters broken due to SDL_PixelFormat
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Sat, 31 Dec 2011 09:16:08 -0500 |
Happy New Year!
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Mon, 07 Mar 2011 01:34:38 -0800 |
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 |
Sun, 27 Feb 2011 22:22:58 -0800 |
Fixed compiling AltiVec blitters
|
file | diff | annotate |
Tue, 22 Feb 2011 21:44:36 -0800 |
Re-added the 3DNow! and AltiVec instruction support.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Fri, 11 Feb 2011 14:51:04 -0800 |
Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
|
file | diff | annotate |
Sat, 10 Oct 2009 09:28:35 +0000 |
Debian patch: 214_missing_mmx_blit.diff
|
file | diff | annotate |
Mon, 08 Dec 2008 00:25:42 +0000 |
Updated copyright date
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Wed, 03 Jun 2009 04:37:27 +0000 |
Von: Thomas Zimmermann
|
file | diff | annotate |
Sun, 25 Jan 2009 05:14:29 +0000 |
Fixed Altivec blitters for PPC
|
file | diff | annotate |
Sat, 10 Jan 2009 21:50:26 +0000 |
Reverted Bob's indent checkin
|
file | diff | annotate |
Fri, 09 Jan 2009 20:43:30 +0000 |
I ran a global "make indent" it modified the following files.
|
file | diff | annotate |
Mon, 08 Dec 2008 00:27:32 +0000 |
Updated copyright date
|
file | diff | annotate |
Sun, 07 Dec 2008 22:37:40 +0000 |
Fixed picking blit function when RLE fails
|
file | diff | annotate |
Wed, 27 Aug 2008 04:23:38 +0000 |
Clean up.
|
file | diff | annotate |
Sat, 18 Aug 2007 05:39:09 +0000 |
Okay, still some bugs, but everything builds again...
|
file | diff | annotate |
Fri, 17 Aug 2007 06:21:58 +0000 |
Work in progress: merging new texture features into SDL blit system
|
file | diff | annotate |
Fri, 17 Aug 2007 00:54:53 +0000 |
Moved the colorkey and per-surface alpha into the blit info,
|
file | diff | annotate |
Wed, 15 Aug 2007 08:21:10 +0000 |
Removed hermes since it's LGPL and not compatible with a commercial license.
|
file | diff | annotate |
Mon, 28 Aug 2006 03:17:39 +0000 |
Added source color and alpha modulation support.
|
file | diff | annotate |
Mon, 10 Jul 2006 21:04:37 +0000 |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
file | diff | annotate |
Mon, 29 May 2006 04:04:35 +0000 |
more tweaking indent options
|
file | diff | annotate |
Sun, 28 May 2006 13:04:16 +0000 |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
|
file | diff | annotate |