SDL-mirror/include
Stefan 809bd34e52 rpi video - Use dispmanx scaling (#1)
* Use dispmanx scaling
* There is the new SDL hint SDL_VIDEO_RPI_SCALE_MODE. There are three values.
 * The variable can be set to the following values:
 *   "0"       - Window resolution is desktop resolution.
 *               This is the behaviour of SDL <= 2.0.4. (default)
 *   "1"       - Requested video resolution will be scaled to desktop resolution.
 *               Aspect ratio of requested video resolution will be respected.
 *   "2"       - Requested video resolution will be scaled to desktop resolution
 *   "3"       - Integer scaling. dst_rect is an integral multiple of src_rect. Should prevent scaling artifacts.
* Add aspect ratio hint
2019-02-07 20:14:41 +00:00
..
begin_code.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
close_code.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL.h First pass on the new SDL sensor API 2018-08-21 12:11:34 -07:00
SDL_assert.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_atomic.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_audio.h commit c6b28f46b8116552ec2b38d1d3c8535df28ba7a1 2018-10-01 09:47:10 -07:00
SDL_bits.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_blendmode.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_clipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_config.h add a minimal config and makefile to test watcom/os2 builds. 2018-10-14 23:56:56 +03:00
SDL_config.h.cmake configury, cmake: add check for endpointvolume.h : 2018-09-28 13:41:04 +03:00
SDL_config.h.in configury, cmake: add check for endpointvolume.h : 2018-09-28 13:41:04 +03:00
SDL_config_android.h First pass on the new SDL sensor API 2018-08-21 12:11:34 -07:00
SDL_config_iphoneos.h Don't build SDL_JOYSTICK_HIDAPI by default on iOS 2018-10-26 09:27:31 -07:00
SDL_config_macosx.h Added a dummy sensor driver 2018-08-21 13:29:21 -07:00
SDL_config_minimal.h Added a dummy sensor driver 2018-08-21 13:29:21 -07:00
SDL_config_os2.h SDL_power.c: Adjust SDL_POWER_DISABLED ifdefs to avoid zero-size array 2018-10-15 11:01:00 +03:00
SDL_config_pandora.h Added a dummy sensor driver 2018-08-21 13:29:21 -07:00
SDL_config_psp.h Added a dummy sensor driver 2018-08-21 13:29:21 -07:00
SDL_config_windows.h configury, cmake: add check for endpointvolume.h : 2018-09-28 13:41:04 +03:00
SDL_config_winrt.h configury, cmake: add check for endpointvolume.h : 2018-09-28 13:41:04 +03:00
SDL_config_wiz.h Added a dummy sensor driver 2018-08-21 13:29:21 -07:00
SDL_copying.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_cpuinfo.h audio: Added ARM NEON versions of audio converters. 2018-05-16 02:03:06 -04:00
SDL_egl.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_endian.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_error.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_events.h Added SDL_GetDisplayOrientation() to get the display orientation, and added a new event SDL_DISPLAYEVENT to notify the application when the orientation changes. 2018-08-22 21:48:28 -07:00
SDL_filesystem.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_gamecontroller.h Generalized the XInput user index into a player index 2018-10-25 16:53:14 -07:00
SDL_gesture.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_haptic.h Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. 2018-08-09 16:00:17 -07:00
SDL_hints.h rpi video - Use dispmanx scaling (#1) 2019-02-07 20:14:41 +00:00
SDL_joystick.h Generalized the XInput user index into a player index 2018-10-25 16:53:14 -07:00
SDL_keyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_keycode.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_loadso.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_log.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_main.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_messagebox.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_mouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_mutex.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_name.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_opengl.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_opengl_glext.h Allow setting of GL_CONTEXT_RELEASE_BEHAVIOR when creating the GL context when GLX_ARB_context_flush_control is available. 2015-03-06 16:03:40 +00:00
SDL_opengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_opengles2.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_opengles2_gl2.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_gl2ext.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_gl2platform.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_opengles2_khrplatform.h SDL_opengles2: Update to latest Khronos headers. 2014-06-04 01:35:36 -07:00
SDL_pixels.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_platform.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_power.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_quit.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_rect.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_render.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_revision.h revert files I didnt mean to commit! 2017-09-29 10:15:44 -07:00
SDL_rwops.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_scancode.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_sensor.h Fixed bug 4277 - warnings patch 2018-09-27 14:56:29 -07:00
SDL_shape.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_stdinc.h Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. 2018-08-09 16:00:17 -07:00
SDL_surface.h Fixed bug 4264 - SDL_CreateTextureFromSurface generates error message but returns ok 2018-09-24 16:41:55 -07:00
SDL_system.h Moved SDL_IsTablet() to a cross-platform API function 2018-08-21 20:03:54 -07:00
SDL_syswm.h Fixed bug 4159 - Windows headers are included after packing alignment change 2018-05-07 19:26:02 -07:00
SDL_test.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_assert.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_common.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_compare.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_crc32.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_font.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_fuzzer.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_harness.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_images.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_log.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_md5.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_memory.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_test_random.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_thread.h SDL_thread.h: undefine SDL_CreateThreadWithStackSize before redefining. 2018-10-12 01:03:40 +03:00
SDL_timer.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_touch.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_types.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_version.h Updated version to 2.0.9 2018-09-26 10:08:14 -07:00
SDL_video.h SDL_sensor.h, SDL_video.h: remove comma at end of enumerator lists. 2018-09-07 10:47:50 +03:00
SDL_vulkan.h Fixed bug 4277 - warnings patch 2018-09-27 14:56:29 -07:00