summaryrefslogtreecommitdiff
path: root/src/resources/sdlrescalefacility.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Fixed messed up indentation and removed trailing spacesThorbjørn Lindeijer1-239/+241
2009-07-25Fixed compile warnings about unsigned/signed integer comparisonsThorbjørn Lindeijer1-1/+2
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-0/+486
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL?