log

age author description
Tue, 02 Dec 2008 17:14:04 +0000 Sam Lantinga Added slow but complete blit fallback
Tue, 02 Dec 2008 17:10:05 +0000 Sam Lantinga Added missing header
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)
Sat, 29 Nov 2008 11:26:01 +0000 Sam Lantinga The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.
Sat, 29 Nov 2008 11:24:18 +0000 Sam Lantinga Fixed testalpha screen clear for screen formats with an alpha channel
Sat, 29 Nov 2008 10:43:50 +0000 Sam Lantinga Preserve the desire for RLE acceleration
Sat, 29 Nov 2008 06:29:33 +0000 Sam Lantinga Fixed crash in glTexSubImage2D() with testoverlay on Mac OS X.
Sat, 29 Nov 2008 06:27:26 +0000 Sam Lantinga Fixed the texture format for the software fallback
Sat, 29 Nov 2008 00:11:35 +0000 Sam Lantinga Fixed SW_SetTextureScaleMode()
Sat, 29 Nov 2008 00:10:59 +0000 Sam Lantinga Fixed copy blit detection
Sat, 29 Nov 2008 00:08:29 +0000 Sam Lantinga Added ARGB8888 destination format (used on Mac OS X)
Fri, 28 Nov 2008 20:09:32 +0000 Sam Lantinga Again, map the color with the alpha channel filled in.
Fri, 28 Nov 2008 19:59:46 +0000 Sam Lantinga Fixed crash in testalpha. I think this was supposed to clear those bits. :)
Fri, 28 Nov 2008 17:44:28 +0000 Sam Lantinga Map to black, not necessarily 0
Fri, 28 Nov 2008 17:42:40 +0000 Sam Lantinga Clear the screen to actual black based on the format of the screen.
Thu, 27 Nov 2008 22:11:01 +0000 Sam Lantinga Set the alpha mask fixing software rendering in OpenGL