aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/display.cpp
AgeCommit message (Collapse)Author
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-02-16DC: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
This change is not tested, but should hopefully work fine.
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
svn-id: r49838
2010-03-08Remove unnecessary #includesMax Horn
svn-id: r48185
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
svn-id: r47628
2009-10-10Fixed some warnings.Marcus Comstedt
svn-id: r44877
2009-10-10RGB support.Marcus Comstedt
svn-id: r44874
2009-08-22Second attempt to fix DC and iPhone backends compilationEugene Sandulenko
svn-id: r43651
2009-08-22Attempt to fix DC and iPhone backends compilationEugene Sandulenko
svn-id: r43650
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being ↵Marcus Comstedt
called for a long time. svn-id: r42139
2009-03-21Fixed some warnings.Marcus Comstedt
svn-id: r39590
2009-03-17Changed grabOverlay() and copyRectToOverlay() to use OverlayColor instead of ↵Marcus Comstedt
int16. svn-id: r39493
2009-02-15Removed OSystem_Dreamcast::fillScreen implementation after discussing it ↵Johannes Schickel
with Marcus. svn-id: r38327
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
Fixed alpha blending in the UI dialogs by adding alpha computation to the blendPixelPtr() function. To minimize impact, pre-multiplied alpha is assumed, meaning that the blending of the R, G and B components is the same both with and without hardware alpha. svn-id: r36177
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
svn-id: r35995
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵Max Horn
overlayToScreenX/Y) svn-id: r27961
2007-07-01Removing non-ASCII chars from source codeMax Horn
svn-id: r27818
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-10-22Check for degenerated rect in copyRectTo*.Marcus Comstedt
svn-id: r24452
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357