summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-04-15improve imagehelper class.Andrei Karas1-10/+11
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-02-10Improve a bit image load speed.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Fix text size if it was not power of two.Andrei Karas1-4/+7
2012-12-27Change outline function to better quality but slower.Andrei Karas1-0/+22
2012-10-26Android compilation fixes.Andrei Karas1-0/+7
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-4/+17
2012-10-23Fix texture sampler settings again.Andrei Karas1-1/+1
2012-10-23Fix texture sampler settings.Andrei Karas1-1/+0
2012-10-23Move OpenGL error conversion to string to graphicsmanager.Andrei Karas1-25/+3
2012-10-23Set for all textures max mipmap level to 0.Andrei Karas1-0/+2
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-8/+27
2012-09-30add atlas textures support.Andrei Karas1-9/+8
2012-09-03Add const to more classes.Andrei Karas1-10/+10
2012-09-02Add const to more classes.Andrei Karas1-1/+2
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-2/+2
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-2/+2
2012-07-17Fix more code style and additional warnings.Andrei Karas1-3/+3
2012-07-16Add new dye type A.Andrei Karas1-24/+48
2012-06-30Extend bind texture debug logging.Andrei Karas1-0/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-6/+6
2012-06-11Fix code style.Andrei Karas1-1/+1
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+278