scummvm/backends
Thierry Crozat 31a6b39fb3 SDL: Add new pixel perfect stretch mode for OpenGL
This mode ensure that an integral scaling is used both for the width
and for the height. Compared to the old pixel perfect stretch mode
it thus differs in the way it handles the aspect ratio correction.
It may stretch or squeeze the vertical direction to snap it to a
multiple of the original game height.
2021-06-05 14:17:40 +01:00
..
audiocd JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
cloud JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
dialogs JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
events JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fs JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
graphics SDL: Add new pixel perfect stretch mode for OpenGL 2021-06-05 14:17:40 +01:00
graphics3d/openglsdl SWITCH: Fix wrong zoom in 3D games 2021-04-21 14:14:51 -05:00
keymapper JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
log JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
midi MSVC: Add compiler printf validation 2021-06-02 08:35:31 +03:00
mixer BACKENDS: fixed mismatched new[] vs delete call in NullMixerManager 2021-02-20 22:37:19 +01:00
mutex ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
networking JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
platform DOCS,TRAVIS: Change IRC links to libera.chat 2021-05-27 22:47:32 +03:00
plugins JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
presence/discord ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
saves WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
taskbar JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
text-to-speech JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
timer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
vkeybd JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
base-backend.cpp BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
base-backend.h BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
modular-backend.cpp SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager 2021-04-17 20:32:27 +02:00
modular-backend.h COMMON: Remove resetGraphicsScale from OSystem 2020-11-12 21:05:36 +00:00
module.mk SDL: Refactor OpenGLSdlGraphics3dManager to inherit from SdlGraphicsManager 2021-04-17 20:32:27 +02:00