log src/video/SDL_blit_N.c @ 1428:5f52867ba65c

age author description
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.
Wed, 04 Jan 2006 20:53:55 +0000 Ryan C. Gordon Debug code should check right function names.
Thu, 17 Nov 2005 03:43:42 +0000 Ryan C. Gordon Fixed Altivec support on Mac OS X.
Thu, 20 Oct 2005 06:55:26 +0000 Ryan C. Gordon Enable altivec blitters on PowerPC Linux, and some fixes for recent
Thu, 08 Sep 2005 07:20:59 +0000 Ryan C. Gordon Altivec blitter for 555 -> 8888 surface, written by me.