aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/gfx.cpp
AgeCommit message (Expand)Author
2018-07-29ANDROID: Replace getPixelFormatName function with PixelFormat::toStringCameron Cawley
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2014-06-07ANDROID: Fix casting away constMatthew Hoops
2014-03-31ANDROID: Make transparent cursor pixels all 0 in 16bit cursor mode.Johannes Schickel
2014-03-26ANDROID: Fix color key handling for 16bit mouse cursors.Johannes Schickel
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-23ANDROID: Add 32bpp support.Alyssa Milburn
2014-01-10ANDROID: Set correct blending functionMarcus Comstedt
2013-08-06ANDROID: Do not access Surface::pixels directly.Johannes Schickel
2012-06-20ANDROID: Fix compilation broken with changes to grabOverlay.Johannes Schickel
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
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03ANDROID: Fix various forbidden symbol clashesMax Horn
2011-04-17BACKENDS: Adapt various backends code to set up Surface::format correctly.Johannes Schickel
2011-04-06ANDROID: Allow linear texture filtering on the cursordhewg
2011-04-05ANDROID: Remove commented workarounds for Nexus 1dhewg
2011-04-04ANDROID: Fix non-fullscreen corruption on HTC devices.Alyssa Milburn
2011-04-03ANDROID: Always use the surface size for the overlaydhewg
2011-04-02ANDROID: Attempt at working around some HTC faildhewg
2011-03-24ANDROID: Fix cursor's keycolordhewg
2011-03-24ANDROID: Cleanupdhewg
2011-03-17ANDROID: Get rid of more gfx glitchesdhewg
2011-03-17ANDROID: Fix cursor visibilitydhewg
2011-03-17ANDROID: Plug RGB cursor memleakdhewg
2011-03-16ANDROID: Disable game/overlay blendingdhewg
2011-03-16ANDROID: Input system overhauldhewg
2011-03-15ANDROID: Cleanupdhewg
2011-03-14ANDROID: Fade out the game screen when the overlay is visibledhewg
2011-03-14ANDROID: Remove clearBuffer()dhewg
2011-03-14ANDROID: Implement grabOverlay()dhewg
2011-03-14ANDROID: Extend clearScreen to take care of all casesdhewg
2011-03-14ANDROID: Update screen rects on surface changesdhewg
2011-03-13ANDROID: Center mouse on overlay visibility changesdhewg
2011-03-13ANDROID: Add graphics mode for linear filteringdhewg
2011-03-13ANDROID: Fix texture clear colordhewg
2011-03-13ANDROID: Add support for video feature flagsdhewg
2011-03-13ANDROID: Some texture convinience functionsdhewg
2011-03-13ANDROID: Buffer 16bit texture contentsdhewg
2011-03-13ANDROID: Don't use compressed textures for the game screendhewg
2011-03-12ANDROID: Use 16bit pixel formats on CLUT8 texturesdhewg
2011-03-12ANDROID: Cleanupdhewg
2011-03-12ANDROID: Cleanup paletted texturesdhewg
2011-03-12ANDROID: Get rid of ugly castsdhewg