summaryrefslogtreecommitdiff
path: root/src/resources/openglimagehelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-07fix code style.Andrei Karas1-1/+1
2014-06-04Create empty OpenGL textures in batches.Andrei Karas1-6/+28
2014-05-31Fix sign on some vars.Andrei Karas1-1/+1
2014-05-25Add support for simple texture size detection.Andrei Karas1-2/+2
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move dyepalatte into separate file.Andrei Karas1-0/+1
2014-04-08Fix compilation warnings.Andrei Karas1-4/+5
2014-04-07Add support for OpenGL extension GL_EXT_debug_label.Andrei Karas1-0/+8
2014-03-15fix code style.Andrei Karas1-1/+2
2014-02-02Add missing const and static into resource classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move mgl files into render directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-2/+2
2013-09-16remove unused includes from resources.Andrei Karas1-4/+0
2013-09-13fix code style.Andrei Karas1-0/+2
2013-09-13Fix compilation errors with different flags.Andrei Karas1-11/+0
2013-09-01add SDL2 default render mode.Andrei Karas1-0/+1
2013-09-01add renderer enum.Andrei Karas1-9/+11
2013-08-31move render classes into render dir.Andrei Karas1-3/+4
2013-08-27fix code style.Andrei Karas1-1/+1
2013-08-26add surface allocation debug code.Andrei Karas1-5/+6
2013-08-24remove unused sdl2gfx files.Andrei Karas1-1/+0
2013-08-24fix images converting and drawing issues in SDL2 and OpenGL.Andrei Karas1-1/+4
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+4
2013-08-19improve a bit normal dye code.Andrei Karas1-14/+1
2013-08-18improve OpenGL A,S dye speed.Andrei Karas1-19/+2
2013-07-25Improve a bit dye code formatting.Andrei Karas1-2/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
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