aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-graphics.cpp
AgeCommit message (Expand)Author
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-29Removed some unused variables, found by cppcheck.Torbjörn Andersson
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-03-08Remove unnecessary #includesMax Horn
2009-11-18Modify WinCE, LinuxMoto and GP2xWiz backends to use graphics/scaler/downscale...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
2009-08-02GP2XWiz: More cleanup of render code and fix silly screen update bug when rev...John Willis
2009-07-31GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ...John Willis
2009-07-28GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scale...John Willis
2009-06-04Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). I...John Willis