aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2014-02-18DINGUX: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18DC: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18AMIGAOS4: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SDL: Revert add warning if "waveout" driver is being used for audio.Kirben
2014-02-16SDL: Move debugging code to output SDL video driver name to initBackend.D G Turner
2014-02-15Merge pull request #432 from klusark/raceAlyssa Milburn
2014-02-14SDL: Add warning if "waveout" driver is being used for audio.D G Turner
2014-02-12OPENGL/SDL: Default to RGBA8888 (memory layout).Johannes Schickel
2014-02-12OPENGL: Always support RGBA8888 (memory layout).Johannes Schickel
2014-02-12OPENGL: Move RGBA8888 (logical layout) to OpenGL specific formats.Johannes Schickel
2014-02-12OPENGL: Use frac_t for cursor scaling.Johannes Schickel
2014-02-12OPENGL: Simplify shake offset application.Johannes Schickel
2014-02-12OPENGL: Use GLfloat for draw cooridnates in Texture.Johannes Schickel
2014-02-12OPENGL: Use signed types for mouse coordinates.Johannes Schickel
2014-02-12OPENGL: Properly use signed types for cursor hotspot.Johannes Schickel
2014-02-12SDL: Add debugging code to output SDL video driver name being used.D G Turner
2014-02-12SDL: Add debugging code to output SDL audio driver name being used.D G Turner
2014-02-11OPENGL: Fix cursor regression when defaultFormat doesn't have an alpha channel.Johannes Schickel
2014-02-11OPENGL: Properly setup full game palette on video mode change if required.Johannes Schickel
2014-02-11OPENGL: Refactor texture instantiation.Johannes Schickel
2014-02-11OPENGL: Rename notifyContextChange to notifyContextCreate.Johannes Schickel
2014-02-11TIZEN: Notify OpenGL manager about context destruction.Johannes Schickel
2014-02-11OPENGLSDL: Notify OpenGL manager about context destruction.Johannes Schickel
2014-02-11OPENGL: Add notification function about context destruction.Johannes Schickel
2014-02-11OPENGL: Release old texture name before creating a new one.Johannes Schickel
2014-01-27ANDROID: Fix a race conditionJoel Teichroeb
2014-01-26WII: Add missing dvd interface header for Gamecube build.D G Turner
2014-01-25WII: Another fix for Gamecube build. Corrected Disc Interface object.D G Turner
2014-01-25WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface.D G Turner
2014-01-24Merge remote-tracking branch 'local/master'Max Lingua
2014-01-24MAEMO: Get rid of superfluous cast.Johannes Schickel
2014-01-24WINCE: Attempt to fix WinCE compilation.Johannes Schickel
2014-01-23PS2: Added README.PS2Max Lingua
2014-01-23PS2: Added compact Makefile.ps2.dev for debugMax Lingua
2014-01-23PS2: Made it quieter unless -DLOGORRHEIC is setMax Lingua
2014-01-23PS2: Init Ps2Input after USB drivers are loadedMax Lingua
2014-01-23PS2: Improved support for profiling (gprof) buildMax Lingua
2014-01-23PS2: commented "offending" free in startIrxModulesMax Lingua
2014-01-23PS2: Support for latest SDK with -D__NEW_PS2SDK__Max Lingua
2014-01-23Merge branch 'master' of git://github.com/scummvm/scummvmMax Lingua
2014-01-23Merge pull request #409 from lordhoto/rttiJohannes Schickel
2014-01-23ANDROID: Add 32bpp support.Alyssa Milburn
2014-01-22AMIGAOS4: Clarify virtual fs root nodeWillem Jan Palenstijn
2014-01-22AMIGAOS4: Allow getParent() to work for non-directoriesWillem Jan Palenstijn
2014-01-22AMIGAOS4: Make isReadable return false for non-existent filesWillem Jan Palenstijn
2014-01-21OPENGL: Properly query for OpenGL errors.Johannes Schickel
2014-01-21Merge pull request #421 from lordhoto/taskbar-cleanupJohannes Schickel
2014-01-21Merge pull request #413 from AReim1982/masterDavid Turner