Fixed surfaces not getting properly converted to textures in OpenGL (i.e. wrong color...
[supertux.git] / src / video / gl / gl_texture.cpp
2014-08-01 Ingo RuhnkeFixed surfaces not getting properly converted to textur...
2014-07-30 Ingo RuhnkeMade code compile, not work, with SDL2, old code that...
2010-01-24 Mathnerd314Use NDEBUG a bit less.
2009-12-07 Ingo RuhnkeSwitched from GL_CLAMP to GL_CLAMP_TO_EDGE, fixes some...
2009-12-06 Ingo RuhnkeReplaced GL_ARB_texture_non_power_of_two with proper...
2009-12-06 Ingo RuhnkeAdded mipmapping, but disabled it, as it leads to some...
2009-11-20 Ingo RuhnkeUse GLEW to check for OpenGL extensions
2009-11-20 Ingo RuhnkeOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...