Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 06:53:53 +0000] rev 3579
Added SDL_GetCPUCount() to see how many cores are available.
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 04:48:11 +0000] rev 3578
Fixed bug #741
The thread ID is an unsigned long so it can hold pthread_t so people can do naughty things with it.
I'm going to be adding additional useful thread API functions, but this should prevent crashes in people's existing code on 64-bit architectures.
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 03:02:31 +0000] rev 3577
Fixed bug #736
Don't use the SSE cache instruction in MMX code if SSE isn't available. :)
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 02:08:59 +0000] rev 3576
Added testfill to test raw fill performance
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 01:19:58 +0000] rev 3575
Nuffin'
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 01:06:48 +0000] rev 3574
Fixed bug #685
Added missing keysym shortcuts
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 00:55:33 +0000] rev 3573
Fixed bug #666
Don't let the event queue overflow with resize events
Sam Lantinga <slouken@libsdl.org> [Wed, 16 Dec 2009 00:44:53 +0000] rev 3572
Fixed bug #642
Gerry JJ 2008-11-09 02:11:49 PST
The SDL_MouseMotionEvent struct has a field named "tilt" (currently marked "for
future use"), for tablet stylus tilt information. However, one value is not
enough for this, as tilt is two-dimensional. Reserving only one field for
future use is no good when you're going to need two, so there should be two
fields, tilt_x and tilt_y.
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:53:09 +0000] rev 3571
Default to allow either accelerated or not
Sam Lantinga <slouken@libsdl.org> [Tue, 15 Dec 2009 20:36:31 +0000] rev 3570
OpenGL hardware acceleration defaults on