aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
AgeCommit message (Expand)Author
2010-07-15Fixed header for OS X, and added OpenGL feature to configure script. (Patch b...Alejandro Marzini
2010-07-15Optimized nextHigher2.Alejandro Marzini
2010-07-15Fixed problem with OpenGL headers and windows.Alejandro Marzini
2010-07-15Fixed doing OpenGL calls before a graphical context was created.Alejandro Marzini
2010-07-15Replaced nextHigher2, so CHAR_BIT define is not needed.Alejandro Marzini
2010-07-15Silence gcc warnings.Matthew Hoops
2010-07-15Replaced the extra SDL functions added to GraphicsManager with an EventObserv...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-09Added OpenGLSDLGraphicsManager.Alejandro Marzini
2010-07-07Implemented CHECK_GL_ERROR macro for debugging OpenGL calls.Alejandro Marzini
2010-07-05Base class for OpenGL graphics manager.Alejandro Marzini
2010-07-05Cleanup and documentation.Alejandro Marzini
2010-07-01Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to GP2XSdlEventManag...Alejandro Marzini
2010-06-30Modularized GP2XWIZ backend.Alejandro Marzini
2010-06-29Modularized Linuxmoto port.Alejandro Marzini
2010-06-26Modularized Symbian port.Alejandro Marzini
2010-06-16Fixed some disabled code that was with problems after modularization.Alejandro Marzini
2010-06-15Adapted null backend to ModularBackend.Alejandro Marzini
2010-06-15Renamed abstract Manager files.Alejandro Marzini
2010-06-11Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl...Alejandro Marzini
2010-06-11Added missing virtual functions in abstract class GraphicsManager.Alejandro Marzini
2010-06-09Added directives for avoiding compilation of sdl managers on platforms that d...Alejandro Marzini
2010-06-08Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure v...Alejandro Marzini
2010-06-08Merged from trunk.Alejandro Marzini
2010-06-07Added constructor, destructor. Made some variables and methods public. Remove...Alejandro Marzini
2010-06-07Removed setGraphicsMode(const char *name), as it is on OSystem already.Alejandro Marzini
2010-06-05Created SdlGraphicsManager.Alejandro Marzini
2010-06-04Created DefaultGraphicsManager.Alejandro Marzini