aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
AgeCommit message (Expand)Author
2011-03-20OPENGL: Get rid of unused switchDisplayMode.Johannes Schickel
2011-03-20OPENGL: Handle aspect ratio correction as flag instead of having a special mo...Johannes Schickel
2011-03-17OPENGL: Cleanup switchDisplayMode.Johannes Schickel
2011-03-17OPENGLSDL: More refactoring to avoid direct access of OpenGlGraphicsManager's...Johannes Schickel
2011-03-17OPENGL: Move setFullscreenMode to OpenGLGraphicsManager.Johannes Schickel
2011-03-17OPENGLSDL: Handle active fullscreen mode OPENGLSDL internal.Johannes Schickel
2011-03-17OPENGL: Make setScale non-virtual.Johannes Schickel
2011-03-17OPENGL: Get rid of _aspectRatioCorrection.Johannes Schickel
2011-03-17OPENGL: Slight refactoring.Johannes Schickel
2011-03-17OPENGL: Update the OSD texture when visible while the output mode changes.Johannes Schickel
2011-03-17OPENGL: Refactor warpMouse.Johannes Schickel
2011-02-19OPENGL: Get rid of adjustMouseEvent.Johannes Schickel
2011-02-19OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-08OPENGL: Fix OSD support by only updating the OSD texture in internUpdateScreen.Johannes Schickel
2010-12-03OPENGL: Some slight formatting fixes.Jordi Vilalta Prat
2010-09-03SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD.Alejandro Marzini
2010-09-03OPENGL: Fix enable aspect ratio feature.Alejandro Marzini
2010-09-03OPENGL: Improve scaling, aspect ratio correction and display(GFX) modes.Alejandro Marzini
2010-08-13OPENGL: Remove unnecessary aspect ratio corrections, and add "Original Size" ...Alejandro Marzini
2010-08-06OPENGL: Add 5/3 and 5/4 aspect ratio corrections.Alejandro Marzini
2010-08-05OPENGL: Improve aspect ratio correction mode selection.Alejandro Marzini
2010-08-03OPENGL: Refresh OpenGL textures on all loadGFX() calls.Alejandro Marzini
2010-08-01OPENGL: By default only enable None, Conserve and 4/3 aspect ratio corrections.Alejandro Marzini
2010-08-01OPENGL: Remove use of floats for aspect ratio correction. Improved fullscreen...Alejandro Marzini
2010-07-31OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL...Alejandro Marzini
2010-07-30SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers.Alejandro Marzini
2010-07-30OSYSTEM: Add resetGraphicsScale() method.Alejandro Marzini
2010-07-27OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switc...Alejandro Marzini
2010-07-27OPENGL: Add shake effect.Alejandro Marzini
2010-07-26Formatted spaces.Alejandro Marzini
2010-07-26OPENGL: Implement saveScreenshot().Alejandro Marzini
2010-07-26OPENGL: Add OSD message.Alejandro Marzini
2010-07-26OPENGL: Add cursor scaling.Alejandro Marzini
2010-07-24OPENGL: Redesign blitting system. Add basics for aspect correction.Alejandro Marzini
2010-07-22OPENGL: Add antialiasing, hotkey: ctrl+alt+f. Fixed minor bugs.Alejandro Marzini
2010-07-20OPENGL: Implement fullscreen mode.Alejandro Marzini
2010-07-19OPENGL: Add basic scaler handle.Alejandro Marzini
2010-07-18Improved cursor drawing.Alejandro Marzini
2010-07-16Added basic cursor drawing.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-13Check if USE_OPENGL is defined for compiling OpenGL code.Alejandro Marzini
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-12OpenGL manager: Implemented PixelFormat functions. Implemented GFX methods. C...Alejandro Marzini
2010-07-11Fix compile on Mac OS X.Matthew Hoops
2010-07-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-10Added BaseSdlGraphicsManager. Added GLTexture. Alejandro Marzini
2010-07-05Base class for OpenGL graphics manager.Alejandro Marzini