Ryan C. Gordon <icculus@icculus.org> [Thu, 05 Jan 2006 15:25:19 +0000] rev 1230
From Mike Frysinger and/or Gentoo:
- libsdl-PIC-load-mmx-masks-from-stack.patch
this one may be a little controversial ... the fix here is again that you cant
reference the memory addresses like this to load into a mmx register, so the
way to do it is to push two 32bit words onto the stack, load the 64bit value
off of the stack into the mmx register, and then adjust the stack so that
it's back to normal.
Ryan C. Gordon <icculus@icculus.org> [Thu, 05 Jan 2006 08:17:35 +0000] rev 1229
Patch from Michael Bonfils to add CPUID support for x86 Solaris.
Ryan C. Gordon <icculus@icculus.org> [Thu, 05 Jan 2006 07:20:12 +0000] rev 1228
From Mike Frysinger and/or Gentoo:
- libsdl-SDL_stretch-PIC.patch
ignoring the general fact of how SDL_stretch relies on executing dynamic code,
the inline asm should let gcc handle the a details for getting the actual
address for _copy_row as it will do the right thing
test case: http://dev.gentoo.org/~vapier/libsdl/sdl-stretch.tar.bz2
Ryan C. Gordon <icculus@icculus.org> [Thu, 05 Jan 2006 07:08:59 +0000] rev 1227
From Mike Frysinger and/or Gentoo:
- libsdl-PIC-hermes-cpuid.patch
rewrites the code in _Hermes_X86_CPU so that it doesnt require the local
cpu_flags memory variable, it just uses registers.
test case: http://dev.gentoo.org/~vapier/libsdl/hermes-cpuid-test.tar.bz2
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Jan 2006 22:57:50 +0000] rev 1226
More dynamic X11 fixes...catches some code in Xlib headers that caused
dependencies...
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Jan 2006 21:01:49 +0000] rev 1225
Windows should use _beginthreadex() instead of CreateThread(), to avoid a
memory leak on each joined thread.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Jan 2006 20:53:55 +0000] rev 1224
Debug code should check right function names.
Ryan C. Gordon <icculus@icculus.org> [Wed, 04 Jan 2006 19:25:18 +0000] rev 1223
Removed some incorrect comments in the "dc" driver that survived the
initial cut-and-paste from the dummy video skeleton.
Sam Lantinga <slouken@libsdl.org> [Wed, 04 Jan 2006 01:08:40 +0000] rev 1222
Bumped the version number for the next release
Patrice Mandin <patmandin@gmail.com> [Mon, 02 Jan 2006 19:49:21 +0000] rev 1221
Use a simple table for Unicode translation