Age | Commit message (Expand) | Author |
2016-03-16 | OPENGL: Introduce abstraction for framebuffer. | Johannes Schickel |
2016-03-16 | OPENGL: Introduce ShaderManager to handle builtin shaders. | Johannes Schickel |
2016-03-16 | OPENGL: Introduce pipeline abstraction to cleanup code. | Johannes Schickel |
2016-03-16 | OPENGL: Introduce simple abstraction for surfaces. | Johannes Schickel |
2016-03-16 | OPENGL: (Partly) move context specific handling to Context. | Johannes Schickel |
2016-03-16 | OPENGL: Add support for shaders with GL contexts. | Johannes Schickel |
2016-03-16 | OPENGL: Support GLES2 contexts. | Johannes Schickel |
2016-03-16 | OPENGL: Simplify context type setting. | Johannes Schickel |
2016-03-16 | OPENGL: Allow runtime specification of OpenGL mode. | Johannes Schickel |
2016-03-16 | OPENGL: Resolve OpenGL functions on run-time. | Johannes Schickel |
2016-03-16 | OPENGL: Add functionality to query OpenGL functions on runtime. | Johannes Schickel |
2016-03-16 | OPENGL: Refactor GL extension handling slightly. | Johannes Schickel |
2015-12-12 | OPENGL: Implement black borders using scissor test. | Johannes Schickel |
2015-12-12 | OPENGL: Only redraw screen when actual changes happened. | Johannes Schickel |
2015-12-12 | OPENGL: Refactor screen refresh handling. | Johannes Schickel |
2015-01-07 | OPENGL: Limit mouse cursor drawing to inside game screen when no overlay is v... | Johannes Schickel |
2014-08-29 | BACKENDS: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen |
2014-02-12 | OPENGL: Use signed types for mouse coordinates. | Johannes Schickel |
2014-02-12 | OPENGL: Properly use signed types for cursor hotspot. | Johannes Schickel |
2014-02-11 | OPENGL: Fix cursor regression when defaultFormat doesn't have an alpha channel. | Johannes Schickel |
2014-02-11 | OPENGL: Refactor texture instantiation. | Johannes Schickel |
2014-02-11 | OPENGL: Rename notifyContextChange to notifyContextCreate. | Johannes Schickel |
2014-02-11 | OPENGL: Add notification function about context destruction. | Johannes Schickel |
2013-10-24 | SDL: Let SdlGraphicsManager inherit from GraphicsManager. | Johannes Schickel |
2013-10-23 | SDL: Do not require a static graphics mode list in OpenGL and SurfaceSDL. | Johannes Schickel |
2013-10-19 | OPENGL/SDL: Add screenshot support. | Johannes Schickel |
2013-10-19 | TIZEN: Adapt to new OpenGL code. | Johannes Schickel |
2013-10-19 | OPENGL: Add OSD support. | Johannes Schickel |
2013-10-19 | SDL: Add a OpenGL SDL backend and hook it into the SDL backend. | Johannes Schickel |
2013-10-19 | OPENGL: Add new generic OpenGL (ES) backend. | Johannes Schickel |
2013-10-05 | BACKENDS: Remove OpenGL and OpenGL SDL backend. | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-02-15 | OPENGL: Prevent access to a few more members in the SDL OpenGL code. | Johannes Schickel |
2012-02-15 | OPENGL: Use tabs instead of spaces for indentation. | Johannes Schickel |
2011-08-21 | BADA: Fix formatting and non bada host compile error | Chris Warren-Smith |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith |
2011-08-12 | OPENGL: Fix aspect ratio correction behavior. | Johannes Schickel |
2011-08-09 | SDL: Take advantage of SdlGraphicsManager. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-20 | OPENGL: Get rid of unused switchDisplayMode. | Johannes Schickel |
2011-03-20 | OPENGL: Handle aspect ratio correction as flag instead of having a special mo... | Johannes Schickel |
2011-03-17 | OPENGL: Cleanup switchDisplayMode. | Johannes Schickel |
2011-03-17 | OPENGLSDL: More refactoring to avoid direct access of OpenGlGraphicsManager's... | Johannes Schickel |
2011-03-17 | OPENGL: Move setFullscreenMode to OpenGLGraphicsManager. | Johannes Schickel |