index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
ps2
/
Gs2dScreen.cpp
Age
Commit message (
Expand
)
Author
2018-09-14
PS2: Fix compilation with latest PS2SDK
Cameron Cawley
2017-10-15
BACKENDS: Constify PaletteManager::grabPalette implementations
Colin Snover
2014-04-28
Merge pull request #426 from sunmax/master
Eugene Sandulenko
2014-02-18
PS2: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-23
PS2: Support for latest SDK with -D__NEW_PS2SDK__
Max Lingua
2014-01-18
PS2: do not assume _tvMode and _gfxMode are init 0
Max Lingua
2014-01-18
PS2: reverted createPixelFormat to _overlayFormat
Max Lingua
2014-01-18
PS2: converted malloc(x) -> memalign(64, x)
Max Lingua
2014-01-18
PS2: support for different gfx modes
Max Lingua
2014-01-18
PS2: commented out unused Gs2dScreen::tvMode
Max Lingua
2014-01-18
PS2: use createPixelFormat for overlay format
Max Lingua
2014-01-18
PS2: renamed animThread -> playAnim to avoid shadowing
Max Lingua
2014-01-18
PS2: fixed tabs and alignment
Max Lingua
2014-01-18
PS2: cleaned cast (X*) -> (X *)
Max Lingua
2013-08-06
PS2: Do not access Surface::pixels directly.
Johannes Schickel
2012-11-27
PS2: Fix three compiler warnings and minor code formatting fixes.
D G Turner
2012-06-16
ALL: Let overlay related methods in OSystem take a void * and use a proper pi...
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-11-27
PS2: Remove the unused method OSystem_PS2::grabRawScreen().
Christoph Mallon
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
PS2: Fix various forbidden symbol clashes
Max Horn
2011-04-17
ALL/GRAPHICS: Remove Surface::bytesPerPixel.
Johannes Schickel
2011-04-17
BACKENDS: Adapt various backends code to set up Surface::format correctly.
Johannes Schickel
2011-04-17
BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a by...
Johannes Schickel
2011-03-19
ALL: s/PI/M_PI/
dhewg
2011-02-16
PS2: Adapt to setPalette/grabPalette RGBA->RGB change.
Johannes Schickel
2009-11-18
PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()
Max Horn
2009-10-09
Some const correctness changes; cleanup
Max Horn
2009-09-25
typo
Max Horn
2009-07-12
ScummVM/PS2 bugs fixed by this commit:
Max Lingua
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-06
Implemented _overlayFormat in Gs2dScreen
Max Lingua
2009-03-04
- 0.13.x friendly ;-)
Max Lingua
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-03-03
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
Robert Göffringmann
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-06-19
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-07-06
Moving remaining platform/backends code, as previously threatened
Max Horn