log

age author description
Tue, 02 Dec 2008 16:10:21 +0000 Sam Lantinga Removed unused function
Tue, 02 Dec 2008 16:09:58 +0000 Sam Lantinga You can't use memset() on screen formats with an alpha channel
Mon, 01 Dec 2008 23:09:09 +0000 Sam Lantinga Make sure that we don't generate floating point code that would cause illegal instruction exceptions on older processors, unless someone passes --enable-ssemath to configure.
Mon, 01 Dec 2008 09:45:01 +0000 Ryan C. Gordon Removed newline, to make sure revision control post-commit hook is working.
Mon, 01 Dec 2008 09:09:31 +0000 Ryan C. Gordon Added a newline, to verify that revision control is functioning.
Mon, 01 Dec 2008 00:41:19 +0000 Sam Lantinga Save opaque alpha in the destination, fixes white spotlight in testalpha on Mac OS X.
Mon, 01 Dec 2008 00:41:15 +0000 Ryan C. Gordon Added *.dSYM to the ignore properties.
Mon, 01 Dec 2008 00:10:49 +0000 Sam Lantinga Date: Mon, 01 Dec 2008 00:57:15 +0100
Mon, 01 Dec 2008 00:07:45 +0000 Sam Lantinga indent
Mon, 01 Dec 2008 00:05:31 +0000 Sam Lantinga Removed the hacky stuff for YUV OpenGL textures, since Ryan's pixel shader code
Mon, 01 Dec 2008 00:03:51 +0000 Sam Lantinga Finally got the right mojo for Apple's YUV texture format.
Sun, 30 Nov 2008 23:42:33 +0000 Sam Lantinga Fixed the list of supported YUV formats
Sun, 30 Nov 2008 21:58:23 +0000 Sam Lantinga Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
Sat, 29 Nov 2008 21:48:14 +0000 Sam Lantinga Temporary fix for Mac OS X crash in textoverlay
Sat, 29 Nov 2008 15:32:14 +0000 Sam Lantinga Whoops, we need this for subrect updates (testsprite)