aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/openglsdl/openglsdl-graphics.h
AgeCommit message (Expand)Author
2011-08-09SDL: Take advantage of SdlGraphicsManager.Johannes Schickel
2011-08-09SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-17OPENGL: Move setFullscreenMode to OpenGLGraphicsManager.Johannes Schickel
2011-03-17OPENGLSDL: Handle active fullscreen mode OPENGLSDL internal.Johannes Schickel
2011-03-17OPENGL: Refactor warpMouse.Johannes Schickel
2010-12-03OPENGLES: Fix the projection matrix and the includes.Jordi Vilalta Prat
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-09-03OPENGL: Improve scaling, aspect ratio correction and display(GFX) modes.Alejandro Marzini
2010-08-23OPENGL: Add Ctrl-Shift-Enter hotkey for backward switching fullscreen modes.Alejandro Marzini
2010-08-20OPENGL: Fix issue with resize events generated after going out of fullscreen ...Alejandro Marzini
2010-08-13OPENGL: Remove unnecessary best fullscreen mode detection code.Alejandro Marzini
2010-08-03OPENGL: Prioritize desktop resolution as default fullscreen mode.Alejandro Marzini
2010-08-02OPENGL: Improve fullscreen mode selection. Add warpMouse adjusting.Alejandro Marzini
2010-07-31OPENGL: Switch to native resolution fullscreen as default.Alejandro Marzini
2010-07-31OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL...Alejandro Marzini
2010-07-27OPENGL: Implement aspect ratio support and toggling. Improve fullscreen switc...Alejandro Marzini
2010-07-24OPENGL: Redesign blitting system. Add basics for aspect correction.Alejandro Marzini
2010-07-20OPENGL: Implement fullscreen mode.Alejandro Marzini
2010-07-20OPENGL: Fix SDL OpenGL context not resizing well on Linux.Alejandro Marzini
2010-07-19OPENGL: Add basic scaler handle.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-15Replaced the extra SDL functions added to GraphicsManager with an EventObserv...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-11Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S...Alejandro Marzini
2010-07-10Added BaseSdlGraphicsManager. Added GLTexture. Alejandro Marzini
2010-07-09Added OpenGLSDLGraphicsManager.Alejandro Marzini