summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move render classes into render dir.Andrei Karas1-586/+0
2013-08-27fix code style.Andrei Karas1-2/+0
2013-08-27fix compilation warnings.Andrei Karas1-6/+8
2013-08-26add SDL2 renderer logging.Andrei Karas1-1/+31
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas1-1/+1
2013-08-24fix resize in opengl modes in SDL2.Andrei Karas1-0/+20
2013-08-24fix images converting and drawing issues in SDL2 and OpenGL.Andrei Karas1-10/+28
2013-08-24final SDL2 compilation fixes.Andrei Karas1-0/+13
2013-08-24store window size into rectangle.Andrei Karas1-0/+5
2013-08-24add some more fixes for SDL2 compilation.Andrei Karas1-1/+3
2013-08-24some SDL2 complilation fixes.Andrei Karas1-16/+20
2013-08-24move SDL_SetVideoMode calls into graphicsmanager.Andrei Karas1-1/+4
2013-08-24rename target in graphics into window.Andrei Karas1-4/+4
2013-08-24move sdl video mode initialisation from graphics into sdlgraphics.Andrei Karas1-15/+0
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-1/+13
2013-08-19fix compilation with old gcc.Andrei Karas1-8/+0
2013-08-18Remove gcn::SDLGraphics from basic classes.Andrei Karas1-1/+4
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-725/+12
2013-08-14fix compilation warnings.Andrei Karas1-0/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-04-21some other fixes from cpplint.Andrei Karas1-24/+24
2013-04-20fix style in other files.Andrei Karas1-1/+3
2013-04-14some more style fixes from cpplint.Andrei Karas1-10/+6
2013-03-02Last fixes after Coverity checks.Andrei Karas1-8/+20
2013-02-23Improve graphics class.Andrei Karas1-49/+35
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-03Fix SDL_gfx confict from broken header.Andrei Karas1-0/+6
2012-12-27Move setColor in graphics classes from cpp to h.Andrei Karas1-6/+0
2012-12-27Move setColor from guichan to own graphics class.Andrei Karas1-0/+6
2012-12-06Fix compilation warnings.Andrei Karas1-1/+1
2012-12-06Remove unused drawing class.Andrei Karas1-189/+0
2012-12-05Another fix for fillrectangle function.Andrei Karas1-5/+15
2012-12-04Possible fix for incorrect colors in fillRectangle function.Andrei Karas1-10/+16
2012-12-01Add batch drawing for any images.Andrei Karas1-4/+199
2012-11-21Add some consts to draw backend.Andrei Karas1-7/+7
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+10
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-1/+1
2012-10-08Store OpenGL renderer and vendor in graphics manager.Andrei Karas1-3/+2
2012-10-08improve map draw speed.Andrei Karas1-3/+4
2012-10-06Disable rectangular textures if texture sampler enabled.Andrei Karas1-1/+2
2012-10-06Improve map draw speed in fast opengl.Andrei Karas1-0/+5
2012-09-11switch to hardware depend batch sizes.Andrei Karas1-5/+2
2012-09-05Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-05Fix useless variables initialisations.Andrei Karas1-3/+1
2012-08-26Add const to some classes.Andrei Karas1-1/+1
2012-08-26Add const to graphics class.Andrei Karas1-92/+117
2012-08-24fix includes.Andrei Karas1-1/+0
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-14Add support for GLX and wGL extensions.Andrei Karas1-0/+1