summaryrefslogtreecommitdiff
path: root/src/render/sdl2softwaregraphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-30add calcImageRect into each renderer. but copy function body to shared file.Andrei Karas1-4/+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-30Fix images drawing in software renderers.Andrei Karas1-2/+2
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas1-8/+5
2013-12-29improve draw image calls.Andrei Karas1-10/+7
2013-12-29Add cached draw methods into renderers.Andrei Karas1-1/+201
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas1-17/+17
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-6/+6
2013-09-16fix compilation with SDL2.Andrei Karas1-0/+2
2013-09-16remove unused includes from render files.Andrei Karas1-4/+0
2013-09-13fix code style.Andrei Karas1-6/+6
2013-09-01improve speed in software renderer in SDL2.Andrei Karas1-3/+12
2013-09-01add software renderer for SDL2.Andrei Karas1-0/+1283