summaryrefslogtreecommitdiff
path: root/src/render/mobileopenglgraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-30add drawImageInline into renders for internal usage.Andrei Karas1-2/+7
2013-12-30add calcTileVertexesInline into renders for internal usage.Andrei Karas1-2/+9
2013-12-30add calcPatternInline into renders for internal usage.Andrei Karas1-3/+11
2013-12-30add calcImageRect into each renderer. but copy function body to shared file.Andrei Karas1-3/+10
2013-12-30add drawPatternInline into renders for internal usage.Andrei Karas1-0/+7
2013-12-30add drawImageRect into each renderer. but copy function body to shared file.Andrei Karas1-0/+7
2013-12-30Improve calcImageRect in renderers.Andrei Karas1-4/+1
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas1-50/+7
2013-12-29fix compilation warnings.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-16/+6
2013-12-29Remove duplicate code from mobileopenglgraphics.Andrei Karas1-216/+44
2013-12-29Remove unused variabled from mobileopenglgraphics.Andrei Karas1-6/+0
2013-12-29Add cached draw methods into renderers.Andrei Karas1-0/+222
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas1-18/+18
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas1-2/+3
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-8/+8
2013-10-24remove unused setTargetPlane function from renderers.Andrei Karas1-5/+0
2013-10-23replace some malloc/free by new/delete.Andrei Karas1-2/+2
2013-10-20Remove glPushMatrix and glPopMatrix from OpenGL renderers except safe opengl.Andrei Karas1-2/+14
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-3/+5
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-4/+4
2013-09-16remove unused includes from render files.Andrei Karas1-3/+0
2013-09-01fix renderer names and types.Andrei Karas1-1/+1
2013-08-31move render classes into render dir.Andrei Karas1-0/+1288