Ryan C. Gordon <icculus@icculus.org> [Mon, 12 Feb 2007 10:52:10 +0000] rev 3910
Handle source data alignment correctly in Blit32to32SurfaceAlphaAltivec().
Fixes Bugzilla #279.
Ryan C. Gordon <icculus@icculus.org> [Mon, 05 Feb 2007 06:44:51 +0000] rev 3909
Patched to compile on BeOS and old, old GCC releases.
Ryan C. Gordon <icculus@icculus.org> [Sat, 03 Feb 2007 08:17:12 +0000] rev 3908
Actually, this is dumb, just simplify this for now.
(But what if this finds the wrong symbol? We really should make this a
./configure test and only do one dlsym or the other depending on the
platform...)
Reference Bugzilla #354.
--ryan.
Ryan C. Gordon <icculus@icculus.org> [Sat, 03 Feb 2007 08:11:45 +0000] rev 3907
Moved otherwise-unused underscore-prepending code in dlopen backend into an
#ifdef.
Fixes Bugzilla #354.
Sam Lantinga <slouken@libsdl.org> [Tue, 23 Jan 2007 04:47:11 +0000] rev 3906
Updated svn repository
Patrice Mandin <patmandin@gmail.com> [Sun, 14 Jan 2007 14:24:36 +0000] rev 3905
Add error message if not using SDL_LoadObject
Patrice Mandin <patmandin@gmail.com> [Thu, 11 Jan 2007 20:33:13 +0000] rev 3904
Disable TurboVeille screensaver if present
Patrice Mandin <patmandin@gmail.com> [Thu, 04 Jan 2007 19:52:12 +0000] rev 3903
Alpha sort the test list, add missing ones, remove removed ones
Ryan C. Gordon <icculus@icculus.org> [Mon, 11 Dec 2006 19:51:19 +0000] rev 3902
Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov.
Fixes Bugzilla #371.
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Dec 2006 20:26:06 +0000] rev 3901
Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.