Updated addon repository URL and improved debug output on download
[supertux.git] / src / video / gl / gl_texture.cpp
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
2014-08-19 Willy ScheibelOptional glbinding as OpenGL binding
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeCleaned up VideoSystem initalisation
2014-08-17 Ingo RuhnkeAdded some m_ prefixes to member variables in GLRendere...
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeReplaced old SDL1 surface flags with 0
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
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...
2014-03-03 Tobias MarkusTry to use hardware surfaces instead of software ones
2014-03-03 Tobias MarkusFixing OpenGL compiler warning since Mavericks
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...