log src/video/SDL_blit.h @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Fri, 11 Feb 2011 14:51:04 -0800 Sam Lantinga Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
Fri, 04 Feb 2011 19:50:56 -0800 Sam Lantinga Restored SDL_BLENDMODE_MOD for MAME
Thu, 03 Feb 2011 02:45:29 -0800 Sam Lantinga Making the API simpler, moved the surface drawing functions to the software renderer.
Mon, 31 Jan 2011 23:23:57 -0800 Sam Lantinga Making the API simpler, the blend modes are "none, blend, add" and are supported by all renderers.
Wed, 10 Mar 2010 15:02:58 +0000 Sam Lantinga Fixed bug #943
Mon, 19 Oct 2009 10:09:58 +0000 Sam Lantinga Fixed compiler warnings SDL-1.2
Sat, 10 Oct 2009 07:48:15 +0000 Sam Lantinga Fixed bug #627 SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Mon, 25 Jun 2007 00:50:20 +0000 Sam Lantinga Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Sun, 10 Jan 2010 08:59:25 +0000 Ryan C. Gordon Revert r5463: Alpha blend "correctness" patch.
Sun, 10 Jan 2010 06:18:39 +0000 Ryan C. Gordon Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.
Mon, 16 Nov 2009 09:47:34 +0000 Sam Lantinga Thank you automated tests (and bobbens!), fixed alpha blending for accuracy
Sat, 10 Oct 2009 07:48:57 +0000 Sam Lantinga Fixed bug #627
Sat, 07 Feb 2009 17:56:08 +0000 Sam Lantinga Fixed alpha blending textures with the GDI renderer
Tue, 13 Jan 2009 07:20:55 +0000 Sam Lantinga Removed Rafal Bursig's MMX RLE code, at his request.
Sun, 21 Dec 2008 08:55:06 +0000 Sam Lantinga Added ARGB optimized case for Mac OS X
Sun, 21 Dec 2008 08:28:25 +0000 Sam Lantinga Share code between fill and line drawing
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 07 Dec 2008 22:37:40 +0000 Sam Lantinga Fixed picking blit function when RLE fails
Tue, 02 Dec 2008 17:14:04 +0000 Sam Lantinga Added slow but complete blit fallback
Sat, 18 Aug 2007 05:39:09 +0000 Sam Lantinga Okay, still some bugs, but everything builds again...
Sat, 18 Aug 2007 01:44:21 +0000 Sam Lantinga More work in progress integrating SDL_Surface and the new SDL_Texture API
Fri, 17 Aug 2007 06:40:12 +0000 Sam Lantinga More work in progress, still doesn't compile...
Fri, 17 Aug 2007 06:21:58 +0000 Sam Lantinga Work in progress: merging new texture features into SDL blit system
Fri, 17 Aug 2007 03:22:03 +0000 Sam Lantinga Enabled 3DNow! intrinsic support
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, 16 Aug 2007 06:37:22 +0000 Sam Lantinga SSE and MMX intrinsics work with Visual Studio now...
Thu, 16 Aug 2007 06:20:51 +0000 Sam Lantinga Fixed a few compiler warnings.
Thu, 16 Aug 2007 05:56:24 +0000 Sam Lantinga Added SSE and MMX optimization for SDL_FillRect()
Wed, 15 Aug 2007 08:21:10 +0000 Sam Lantinga Removed hermes since it's LGPL and not compatible with a commercial license.
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.
Fri, 09 Jun 2006 07:06:12 +0000 Sam Lantinga Updated SDL_Surface code for software-only access, fixed some build errors 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
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Thu, 20 Oct 2005 06:55:26 +0000 Ryan C. Gordon Enable altivec blitters on PowerPC Linux, and some fixes for recent
Sun, 17 Apr 2005 10:19:22 +0000 Ryan C. Gordon Altivec-optimized blitters!
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Fri, 22 Aug 2003 05:51:19 +0000 Sam Lantinga Date: Tue, 19 Aug 2003 17:57:00 +0200
Mon, 02 Dec 2002 02:40:58 +0000 Sam Lantinga There's a bug in the VC7 optimizer relating to the duff loop optimization
Tue, 22 Oct 2002 21:41:21 +0000 Sam Lantinga Fixed alpha blending bug (thanks Glenn!)
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
Tue, 04 Sep 2001 22:28:55 +0000 Sam Lantinga Removed SDL_blit_A.h (obsolete)
Sat, 07 Jul 2001 20:20:17 +0000 Sam Lantinga From: "Markus F.X.J. Oberhumer"
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision