Improved SDL_Surface optimizer to handle images that have fairly constant alpha and...
[supertux.git] / src / video / sdl_texture.cpp
2007-08-22 Tim GoyaImproved SDL_Surface optimizer to handle images that...
2007-08-21 Tim GoyaSDL: Remove the alpha channel and approximate with...
2007-08-21 Tim GoyaSDL: use SDL_DisplayFormat instead of SDL_DisplayFormat...
2007-08-18 Tim GoyaSDL: Implement lightmaps smaller than the screen size...
2007-08-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-17 Tim GoyaSDL: use hash table for color cache
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...