aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl
AgeCommit message (Expand)Author
2013-11-20OPENGL: Fix texture re-allocation checkWillem Jan Palenstijn
2013-11-17OPENGL: Fix >1Bpp mouse cursors which do not require format conversion.Johannes Schickel
2013-10-23SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL.Johannes Schickel
2013-10-19OPENGL/SDL: Add screenshot support.Johannes Schickel
2013-10-19OPENGL: Limit maximum Surface size to maximum texture size.Johannes Schickel
2013-10-19TIZEN: Adapt to new OpenGL code.Johannes Schickel
2013-10-19OPENGL: Implement dirty rect handling.Johannes Schickel
2013-10-19OPENGL: Add OSD support.Johannes Schickel
2013-10-19SDL: Add a OpenGL SDL backend and hook it into the SDL backend.Johannes Schickel
2013-10-19OPENGL: Add new generic OpenGL (ES) backend.Johannes Schickel
2013-10-05BACKENDS: Remove OpenGL and OpenGL SDL backend.Johannes Schickel
2013-08-03OPENGL: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03OPENGL: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-01-26Merge pull request #301 from lordhoto/c++11-playgroundJohannes Schickel
2013-01-24OPENGL: Fix linear filtering when the texture size doesn't match the real sizeMatthew Hoops
2013-01-09OPENGL: Silence C++11 narrowing warning.Johannes Schickel
2012-08-09OPENGL: Fix RGBA8888 mode setup.Johannes Schickel
2012-08-08OPENGL: GL_BGRA does not exist in every GLES implementation.David-John Willis
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-03-28OPENGL: Don't leak surfaces.Alyssa Milburn
2012-02-20OPENGL: Don't force alpha to 1Willem Jan Palenstijn
2012-02-15OPENGL: More formatting fixes.Johannes Schickel
2012-02-15OPENGL: Prevent access to a few more members in the SDL OpenGL code.Johannes Schickel
2012-02-15OPENGL: Use tabs instead of spaces for indentation.Johannes Schickel
2012-02-15OPENGL: Use C-style casts.Johannes Schickel
2012-02-15OPENGL: Let getGlErrStr return a Common::String.Johannes Schickel
2012-02-15OPENGL: Slight formatting fixes.Johannes Schickel
2012-02-15OPENGL: Make all GLTexture members private.Johannes Schickel
2012-02-15OPENGL: Unvirtualize all GLTexture methods.Johannes Schickel
2012-02-15OPENGL: Remove redundant check in adjustMousePosition.Johannes Schickel
2012-01-03OPENGL: Fix mouse cursor scaling.Johannes Schickel
2011-11-09OPENGL: Always set the unpack alignment when refreshing the textures.Johannes Schickel
2011-08-21BADA: Remove incorrect BADA defined checkChris Warren-Smith
2011-08-21BADA: Fix formatting and non bada host compile errorChris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-08-12OPENGL: Fix aspect ratio correction behavior.Johannes Schickel
2011-08-09OPENGL: Add include guard to gltexture.hJohannes Schickel
2011-08-09OPENGL: Added a temporary hack to fix compilation under Windows, after the la...Filippos Karapetis
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19OPENGL: Clarify OSD rect color in a comment.Johannes Schickel
2011-06-19OPENGL: Formatting fixes.Johannes Schickel
2011-06-06OSYSTEM: displayMessageOnOSD() now accepts non-ASCII stringsThierry Crozat
2011-06-06GRAPHICS: Get rid of kSODFont (ScummFont)Thierry Crozat
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn