aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
AgeCommit message (Expand)Author
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-09SDL: Silence C++ narrowing warnings.Johannes Schickel
2013-01-09OPENGL: Silence C++11 narrowing warning.Johannes Schickel
2012-12-10Revert "OPENGLSDL: Remove HACK in fullscreen toggle mode."Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-08-09DINGUX: Fix "if" formatting.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-07-31GPH: Add extra call to SDL_ShowCursor(SDL_DISABLE).David-John Willis
2012-07-24GPH: Fix accidental commit.David-John Willis
2012-07-24OPENPANDORA: Free hiddenCursor on unloadGFXMode and cleanup screen setup.David-John Willis
2012-07-24OPENPANDORA: Move SDL_CreateCursor hacklet from init to loadGFXMode.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-05-31ALL: Correct spelling of "Mac OS X" in various placesMax Horn
2012-03-28OPENGL: Don't leak surfaces.Alyssa Milburn
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-02-20OPENGL: Don't force alpha to 1Willem Jan Palenstijn
2012-02-19NULL: Fix compiler errors when using the NullGraphicsManagerThierry Crozat
2012-02-15OPENGL: More formatting fixes.Johannes Schickel
2012-02-15OPENGLSDL: Remove HACK in fullscreen toggle mode.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-15OPENGLSDL: Don't cast EventType into int for switch.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-12-15OPENGLSDL: Simplify the code a bit.Johannes Schickel
2011-12-15OPENGLSDL: Fix video mode initialization for 640x400 games with AR enabled.Johannes Schickel
2011-11-29MAEMO: Fix zoom key capture on N900 (fixes bug#3443037)Tarek Soliman
2011-11-29MAEMO: Add basic graphics managerTarek Soliman
2011-11-09OPENGL: Always set the unpack alignment when refreshing the textures.Johannes Schickel
2011-10-10OPENPANDORA: Cleanup the format of code a little to match our Code Formatting...David-John Willis
2011-10-03GPH: Cleanup the format of code to match our Code Formatting Conventions.David-John Willis
2011-10-03GPH: Cleanup loadGFXMode().David-John Willis
2011-10-03SURFACESDL: Stop forceful resetting of _videoMode.hardware* when calling Sur...David-John Willis
2011-09-23OPENGLSDL: Make fullscreen mode switching work again.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-18SDL: Fix typo.Johannes Schickel
2011-08-12OPENGL: Fix aspect ratio correction behavior.Johannes Schickel
2011-08-12OPENGLSDL: Do not change requested window size on resize.Johannes Schickel