log src/video/SDL_blit_N.c @ 4005:fb74445b4d19 SDL-1.2

age author description
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Wed, 15 Mar 2006 15:47:49 +0000 Sam Lantinga Fixed bug #33
Wed, 15 Mar 2006 15:43:15 +0000 Sam Lantinga From: "Alex Volkov"
Thu, 09 Mar 2006 06:33:21 +0000 Sam Lantinga Cleaning up warnings on MacOS X
Sun, 26 Feb 2006 19:37:40 +0000 Sam Lantinga Fixed some OpenWatcom warnings
Fri, 24 Feb 2006 18:24:57 +0000 Sam Lantinga Update for Visual C++ 6.0
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 10:40:14 +0000 Sam Lantinga *** empty log message ***
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Mon, 06 Feb 2006 08:28:51 +0000 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Thu, 05 Jan 2006 16:40:51 +0000 Ryan C. Gordon Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.