aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2016-03-16OPENGLSDL: Destroy GL context on exit with SDL2.Johannes Schickel
2016-03-16OPENGL: Handle destruction gracefully when no context is setup.Johannes Schickel
2016-03-16OPENGL: Add support for shaders with GL contexts.Johannes Schickel
2016-03-16OPENGL: Reset context description on context destroy.Johannes Schickel
2016-03-16OPENGL: Reset full context structure.Johannes Schickel
2016-03-16OPENGL: Support GLES2 contexts.Johannes Schickel
2016-03-16OPENGL: Typo.Johannes Schickel
2016-03-16OPENGL: Simplify orthogonal projection setup.Johannes Schickel
2016-03-16OPENGLSDL: Slight cleanup.Johannes Schickel
2016-03-16OPENGL: Simplify context type setting.Johannes Schickel
2016-03-16OPENGLSDL: Try to use GL(ES) context SDL2 defaults to.Johannes Schickel
2016-03-16OPENGL: Support RGB555 for OpenGL ES output.Johannes Schickel
2016-03-16OPENGL: Allow runtime specification of OpenGL mode.Johannes Schickel
2016-03-16OPENGL: Remove support for ARGB8888.Johannes Schickel
2016-03-16OPENGL: Rename GLCALL to GL_CALL.Johannes Schickel
2016-03-16OPENGL: Resolve OpenGL functions on run-time.Johannes Schickel
2016-03-16OPENGL: Define GLCALL in opengl-sys.h.Johannes Schickel
2016-03-16OPENGL: Add functionality to query OpenGL functions on runtime.Johannes Schickel
2016-03-16OPENGL: Refactor GL extension handling slightly.Johannes Schickel
2016-03-15MACOSX: Add comment about track ID search loop.Johannes Schickel
2016-03-15LINUX: Guard Linux audio CD code.Johannes Schickel
2016-03-15MACOSX: Guard audio cd code by define check.Johannes Schickel
2016-03-15MACOSX: Replace manual uint parsing by strtol.Johannes Schickel
2016-03-14WIN32: Cleanup header includes for AudioCD code.Johannes Schickel
2016-03-14WIN32: Supply required DDK headers for older MSVC.Johannes Schickel
2016-03-13WIN32: Fix compilation with MinGW-w64.Johannes Schickel
2016-03-13WIN32: Guard AudioCD code by WIN32 check.Johannes Schickel
2016-03-13WIN32: Silence warning in AudioCD code.Johannes Schickel
2016-03-13WIN32: Fix AudioCD compilation.Johannes Schickel
2016-03-13BACKENDS: Fill buffer at start of AudioCD playback.Johannes Schickel
2016-03-13POSIX: Cleanup AudioCD manager creation.Johannes Schickel
2016-03-13BACKENDS: Add ScummVM license header for AudioCD code.Johannes Schickel
2016-03-13SDL: Get rid of reference to SDL 1.3.Johannes Schickel
2016-03-13BACKENDS: Formatting fixes.Johannes Schickel
2016-03-13BACKENDS: Switch to CDROMREADRAW for Linux audio CDMatthew Hoops
2016-03-13BACKENDS: Switch to a common base class for threaded audio CD streamsMatthew Hoops
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Add support for opening a CD on Mac OS X by path or driveMatthew Hoops
2016-03-13BACKENDS: Add support for opening a CD on Windows by driveMatthew Hoops
2016-03-13BACKENDS: Add support for opening a CD on Linux by path or driveMatthew Hoops
2016-03-13BACKENDS: Allow for specifying a drive via the cdrom optionMatthew Hoops
2016-03-13BACKENDS: Use a second thread to assist in buffering Win32 CD audioMatthew Hoops
2016-03-13BACKENDS: Add a Win32 audio CD playerMatthew Hoops
2016-03-13BACKENDS: Use a threading for buffering Linux CD audioMatthew Hoops
2016-03-13BACKENDS: Detect the CD drive from the game's path on LinuxMatthew Hoops
2016-03-13BACKENDS: Add a Linux CD-ROM audio playerMatthew Hoops
2016-03-13BACKENDS: Add a custom Mac OS X CD audio managerMatthew Hoops
2016-03-13BACKENDS: Use a virtual function for creating the SDL audio CD managerMatthew Hoops
2016-03-13BACKENDS: Add a closeCD() function to the AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops