Sam Lantinga <slouken@libsdl.org> [Mon, 21 Sep 2009 07:03:29 +0000] rev 4206
The sound manager code is outdated and should only be used on Mac OS 9 now.
Ryan C. Gordon <icculus@icculus.org> [Mon, 21 Sep 2009 06:18:52 +0000] rev 4205
Use correct value when calculating audio conversion length.
Fixes Bugzilla #477.
Ryan C. Gordon <icculus@icculus.org> [Mon, 21 Sep 2009 06:08:23 +0000] rev 4204
1.2 Quartz video: Ripped out QuickDraw and QuickTime.
Now we use the software path for YUV, and CoreGraphics for 2D stuff.
There are several other 10.6 fixes in here, too...now we can build a 64-bit
SDL for Snow Leopard!
Ryan C. Gordon <icculus@icculus.org> [Mon, 21 Sep 2009 04:34:22 +0000] rev 4203
Patched to compile on Mac OS X <= 10.4 SDKs.
Patrice Mandin <patmandin@gmail.com> [Sun, 20 Sep 2009 18:14:35 +0000] rev 4202
Make the list NULL terminated.
Patrice Mandin <patmandin@gmail.com> [Sun, 20 Sep 2009 18:05:52 +0000] rev 4201
Forgot to allocate memory for native video mode data.
Patrice Mandin <patmandin@gmail.com> [Sun, 20 Sep 2009 12:48:51 +0000] rev 4200
Oops, need to compile first, before commit.
Patrice Mandin <patmandin@gmail.com> [Sun, 20 Sep 2009 12:46:46 +0000] rev 4199
Set video mode, allocate buffers, and enable new Milan video xbios support, need a tester now :).
Patrice Mandin <patmandin@gmail.com> [Sun, 20 Sep 2009 12:08:51 +0000] rev 4198
Define flags for double line and c2p operations. More Milan video work.
Patrice Mandin <patmandin@gmail.com> [Sat, 19 Sep 2009 21:58:59 +0000] rev 4197
Use loop to allocate needed buffers, instead of code duplication. Add missing header.