log src/video/SDL_blit_N.c @ 3586:b6758aee0dd4

age author description
2009-06-03 Sam Lantinga Von: Thomas Zimmermann
2009-01-25 Sam Lantinga Fixed Altivec blitters for PPC
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2008-12-08 Sam Lantinga Updated copyright date
2008-12-07 Sam Lantinga Fixed picking blit function when RLE fails
2008-08-27 Darren Alton Clean up. gsoc2008_nds
2007-08-18 Sam Lantinga Okay, still some bugs, but everything builds again...
2007-08-17 Sam Lantinga Work in progress: merging new texture features into SDL blit system
2007-08-17 Sam Lantinga Moved the colorkey and per-surface alpha into the blit info,
2007-08-15 Sam Lantinga Removed hermes since it's LGPL and not compatible with a commercial license.
2006-08-28 Sam Lantinga Added source color and alpha modulation support.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 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
2006-05-17 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
2006-03-15 Sam Lantinga Fixed bug #33
2006-03-15 Sam Lantinga From: "Alex Volkov"
2006-03-09 Sam Lantinga Cleaning up warnings on MacOS X
2006-02-26 Sam Lantinga Fixed some OpenWatcom warnings
2006-02-24 Sam Lantinga Update for Visual C++ 6.0
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga *** empty log message ***
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-06 Sam Lantinga It's now possible to build SDL without any C runtime at all on Windows,
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2006-01-05 Ryan C. Gordon Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.