summaryrefslogtreecommitdiff
path: root/src/safeopenglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move render classes into render dir.Andrei Karas1-654/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0
2013-08-26improve a bit OpenGL drawing speed.Andrei Karas1-31/+26
2013-08-26add surface allocation debug code.Andrei Karas1-1/+3
2013-08-24store window size into rectangle.Andrei Karas1-8/+8
2013-08-24add some more fixes for SDL2 compilation.Andrei Karas1-0/+4
2013-08-24rename target in graphics into window.Andrei Karas1-8/+8
2013-08-18fix compilation warnings.Andrei Karas1-13/+19
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-0/+25
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-04-20fix style in other files.Andrei Karas1-1/+3
2013-04-14some more style fixes from cpplint.Andrei Karas1-3/+2
2013-03-24fix code style.Andrei Karas1-1/+2
2013-03-24improve safeopenglgraphics class.Andrei Karas1-37/+32
2013-01-17Add some flags to OpenGL initialization.Andrei Karas1-0/+9
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Move setColor in graphics classes from cpp to h.Andrei Karas1-6/+0
2012-12-06Remove unused drawing class.Andrei Karas1-32/+0
2012-12-01Add batch drawing for any images.Andrei Karas1-0/+6
2012-11-21Add some consts to draw backend.Andrei Karas1-5/+6
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-26Android compilation fixes.Andrei Karas1-1/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-5/+0
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-8/+8
2012-10-08improve map draw speed.Andrei Karas1-2/+1
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-0/+1
2012-08-31Improve OpenGL change color speed.Andrei Karas1-34/+33
2012-08-26Fix code style.Andrei Karas1-1/+2
2012-08-26Add const to graphics class.Andrei Karas1-34/+43
2012-08-12Fix FBO under windows.Andrei Karas1-4/+0
2012-08-11Move fbo code to GraphicsManager from opengl backends.Andrei Karas1-58/+6
2012-07-20Fix code style.Andrei Karas1-5/+6
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-26/+27
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-0/+691