summaryrefslogtreecommitdiff
path: root/src/sdl2graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move render classes into render dir.Andrei Karas1-641/+0
2013-08-27fix code style.Andrei Karas1-1/+2
2013-08-27fix compilation warnings.Andrei Karas1-8/+8
2013-08-27improve a bit speed in SDL2 draw functions.Andrei Karas1-12/+33
2013-08-26set SDL2 renderer flags to software mode.Andrei Karas1-1/+1
2013-08-26fix clipping in software mode in SDL2.Andrei Karas1-4/+20
2013-08-26fix SDL_Rect field types in SDL2.Andrei Karas1-70/+64
2013-08-26improve draw speed in sofrware mode in SDL2.Andrei Karas1-107/+112
2013-08-26fix draw line/point color in software in SDL2.Andrei Karas1-10/+14
2013-08-26add surface allocation debug code.Andrei Karas1-9/+35
2013-08-25fix rescaled images draw in software mode in SDL2.Andrei Karas1-15/+3
2013-08-25add partial support for software mode with SDL2.Andrei Karas1-634/+67
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas1-11/+2
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-8/+0
2013-08-24fix outlined text draw in SDL2.Andrei Karas1-2/+3
2013-08-24final SDL2 compilation fixes.Andrei Karas1-29/+43
2013-08-24store window size into rectangle.Andrei Karas1-2/+4
2013-08-24move SDL_SetVideoMode calls into graphicsmanager.Andrei Karas1-1/+4
2013-08-24rename target in graphics into window.Andrei Karas1-58/+58
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas1-0/+1150