summaryrefslogtreecommitdiff
path: root/src/normalopenglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-21fix code style.Andrei Karas1-4/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-14add into texture bind dubugging also bind count.Andrei Karas1-0/+11
2013-04-20fix style in other files.Andrei Karas1-4/+5
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-5/+3
2013-03-12Fix code style.Andrei Karas1-4/+8
2013-03-10Improve normalopenglgraphics class.Andrei Karas1-79/+87
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-158/+0
2012-12-06Add support for draw broders for on screen buttons.Andrei Karas1-0/+2
2012-12-01Add batch drawing for any images.Andrei Karas1-0/+219
2012-11-24Fix code style.Andrei Karas1-4/+7
2012-11-21Add some consts to draw backend.Andrei Karas1-23/+25
2012-11-20Add debug option to show draw calls per frame.Andrei Karas1-0/+41
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-26Android compilation fixes.Andrei Karas1-2/+1
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-1/+1
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas1-6/+11
2012-10-16Fix code style and some other minor issues.Andrei Karas1-4/+4
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-14/+14
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-1/+1
2012-10-08improve map draw speed.Andrei Karas1-38/+31
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-2/+2
2012-09-30Some error fixes in atlases.Andrei Karas1-1/+1
2012-09-13Change some pointers to references in OpenGL draw code.Andrei Karas1-46/+46
2012-09-11Improve a bit fast opengl draw speed.Andrei Karas1-9/+3
2012-09-11Limit tile batches to 512 size only.Andrei Karas1-5/+5
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-14/+30
2012-08-31Improve OpenGL change color speed.Andrei Karas1-50/+36
2012-08-30Fix code style.Andrei Karas1-2/+2
2012-08-29Add const to more classes.Andrei Karas1-1/+2
2012-08-26Add const to graphics class.Andrei Karas1-34/+42
2012-08-17Fix code style.Andrei Karas1-2/+3
2012-08-12Fix FBO under windows.Andrei Karas1-4/+0
2012-08-11Move fbo code to GraphicsManager from opengl backends.Andrei Karas1-61/+5
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-0/+1431