aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/graphics.cpp
AgeCommit message (Expand)Author
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-18Convert some occurences of StringList to StringArray;Max Horn
2010-03-12GP2x: Oops, forgot to checkin this fileMax Horn
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21correct idiotic error in first gp2x fix attempt.Jody Northup
2009-08-21fixed GP2X (I hope)Jody Northup
2009-08-09GP2X: Commit local version of backend, contains a 'fix' to work around a GP2X...John Willis
2009-07-25Fix gp2x port building.Johannes Schickel
2009-04-16Backout previous 'ooops' change (while shaking a stick at SVN and trying to c...John Willis
2009-04-16Push local cleanup into the 0.13 branch in prep. for 0.13.1.John Willis
2009-02-12Cleanup of the GP2X backend. It's been sat on my HDD for a while and it reall...John Willis
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-02-07Update GP2X port to hack around the odd grabRawScreen issues. This is not a f...John Willis
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko