Sam Lantinga <slouken@libsdl.org> [Mon, 08 Dec 2008 00:27:32 +0000] rev 2859
Updated copyright date
Sam Lantinga <slouken@libsdl.org> [Mon, 08 Dec 2008 00:24:15 +0000] rev 2858
A little cleanup for SDL snapshot release
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 23:57:42 +0000] rev 2857
Don't need multi-threaded X11 for SDL 1.3
Plus, this fixes lots of duplicate define warnings on Mac OS X
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 23:25:39 +0000] rev 2856
Default SSE2 off on iX86, since gcc will use it for floating point operations
even if -mfpmath=387 is set. Grr...
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:56:18 +0000] rev 2855
Fixed palette sharing
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:48:06 +0000] rev 2854
Fixed updating the video surface when the palette changes
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:37:40 +0000] rev 2853
Fixed picking blit function when RLE fails
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:29:58 +0000] rev 2852
Better default format for Mac OS X
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:25:16 +0000] rev 2851
Fixed crash in testpalette and potential crash in SDL_LoadBMP_RW()
Sam Lantinga <slouken@libsdl.org> [Sun, 07 Dec 2008 22:04:24 +0000] rev 2850
Whoops, fixed pitch bug after resizing a surface