Improved SDL_Surface optimizer to handle images that have fairly constant alpha and...
authorTim Goya <tuxdev103@gmail.com>
Wed, 22 Aug 2007 21:17:27 +0000 (21:17 +0000)
committerTim Goya <tuxdev103@gmail.com>
Wed, 22 Aug 2007 21:17:27 +0000 (21:17 +0000)
commit5742dd7bfaf2fa8ffdb812bbc150826554959c98
treeda2d67f0b195f4236b52b13a40c54fa0ce8936c5
parent0c391f6ce54c4cf00bbc750021c45d7bc7abfef8
Improved SDL_Surface optimizer to handle images that have fairly constant alpha and to pick a color key from knowing what colors are already in the image.  Use RLE acceleration and do proper locking.

SVN-Revision: 5154
src/video/gl_renderer.cpp
src/video/gl_texture.cpp
src/video/sdl_lightmap.cpp
src/video/sdl_renderer.cpp
src/video/sdl_texture.cpp