Sam Lantinga <slouken@libsdl.org> [Tue, 18 Nov 2003 14:25:12 +0000] rev 741
Date: Mon, 17 Nov 2003 23:12:59 +0100
From: Max Horn
Subject: SDL building "the unix way" on OS X
I just noticed that building current SDL CVS "the unix way" (using
configure/make) is (and has been for some time, it seems) broken.
That's because Sam updated to a newer libtool version, which removed my
"-framework" patches.
Attached is a patch which once again makes ltmain.sh aware of
"-framework". Note that this is simply a backport of the corresponding
changes in libtool CVS (i.e. the next libtool release will contain
those same changes).
Sam Lantinga <slouken@libsdl.org> [Tue, 18 Nov 2003 02:16:57 +0000] rev 740
Actually hook the cpuinfo module into the library. :)
Sam Lantinga <slouken@libsdl.org> [Tue, 18 Nov 2003 01:27:06 +0000] rev 739
Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() in SDL_cpuinfo.h
Sam Lantinga <slouken@libsdl.org> [Fri, 14 Nov 2003 20:21:22 +0000] rev 738
Date: Mon, 10 Nov 2003 19:57:56 +0100
From: Stephane Marchesin <stephane.marchesin@wanadoo.fr>
Subject: [SDL] SDL and gcc >= 3.3.1 fix
Lately, I upgraded my gcc compiler and could trigger the error described
in this thread :
http://www.libsdl.org/pipermail/sdl/2003-September/056163.html
SDL_RLEaccel.c: In function `RLEClipBlit':
SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
SDL_RLEaccel.c:845: error: invalid `asm': invalid expression as operand
The attached patch fixes this issue, and is smaller than the previous
one, as I was able to trigger the issue, so I could narrow it.
Patrice Mandin <patmandin@gmail.com> [Fri, 14 Nov 2003 19:48:13 +0000] rev 737
Small fix for iconification
Patrice Mandin <patmandin@gmail.com> [Wed, 12 Nov 2003 18:49:29 +0000] rev 736
Use new C2P routine + corrections for iconification window
Patrice Mandin <patmandin@gmail.com> [Wed, 12 Nov 2003 18:46:48 +0000] rev 735
Use new C2P routine
Patrice Mandin <patmandin@gmail.com> [Wed, 12 Nov 2003 18:45:48 +0000] rev 734
New C2P conversion routine
Sam Lantinga <slouken@libsdl.org> [Wed, 05 Nov 2003 23:11:05 +0000] rev 733
Date: Mon, 13 Oct 2003 13:37:18 +0100
From: "alan buckley"
Subject: Modification for RISC OS SDL port (SDL_riscosevents.c)
This modification improves the key press to Unicode character translation.
Ryan C. Gordon <icculus@icculus.org> [Wed, 05 Nov 2003 21:07:29 +0000] rev 732
Date: Wed, 5 Nov 2003 21:27:47 +0100
From: Thomas Jarosch <xxx>
To: Ryan C. Gordon <xxx>
Subject: MGA CRTC2 update
Hi Ryan,
attached is a small update for the DirectFB MGA CRTC2 support:
- Video aspect ratio correct scaling (important for MAME)
- Small bugfix in previous scaling code
- Ability to control the TV picture overscan via the environment variable
SDL_DIRECTFB_OVERSCAN.
Sounds worth enough for applying it to SDL CVS ;-)
Cheers,
Thomas