SDL/src/video
Ryan C. Gordon 74a2542564
x11: Deal with difference in GLX_EXT_swap_control_tear behavior.
Mesa and Nvidia handle it differently, and one or the other may fix their
implementation in the future, so test which way it works at runtime.

Reference Issue #8004.
2023-11-23 13:56:51 -05:00
..
android SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
arm Fix remaining typos (#7921) 2023-07-03 12:46:47 -07:00
cocoa Removed the window shape API for SDL 3.0 2023-11-22 14:11:10 -08:00
dummy Added property types: pointer, string, number, float 2023-11-12 10:48:38 -08:00
emscripten Add cursors for X11/Wayland window resizing 2023-11-21 08:34:13 -08:00
gdk Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
haiku Add cursors for X11/Wayland window resizing 2023-11-21 08:34:13 -08:00
khronos remove unused vulkan/*.hpp files. 2023-07-17 00:10:50 +03:00
kmsdrm Removed some function declarations that don't actually exist. 2023-11-22 17:58:54 -05:00
n3ds SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
ngage SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
offscreen SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
ps2 add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it 2023-11-23 11:33:20 +03:00
psp psp: fix copy/paste error from SDL2 in PSP_VideoQuit(). 2023-11-23 04:11:24 +03:00
qnx Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
raspberry Removed some function declarations that don't actually exist. 2023-11-22 17:58:54 -05:00
riscos SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
uikit Fixed mouse wheel scrolling direction on iOS 2023-11-14 09:10:56 -08:00
vita SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
vivante SDL_CreateWindowWithPosition() and SDL_CreateWindowFrom() have been replaced with SDL_CreateWindowWithProperties() 2023-11-14 06:06:51 -08:00
wayland Make size cursors be double arrows on Wayland 2023-11-21 08:34:30 -08:00
windows Removed the window shape API for SDL 3.0 2023-11-22 14:11:10 -08:00
winrt Add cursors for X11/Wayland window resizing 2023-11-21 08:34:13 -08:00
x11 x11: Deal with difference in GLX_EXT_swap_control_tear behavior. 2023-11-23 13:56:51 -05:00
yuv2rgb yuv_rgb: Comment out unused code. 2023-08-25 19:42:46 -04:00
SDL_blit.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_blit.h Added 10-bit pixel formats in addition to SDL_PIXELFORMAT_ARGB2101010 2023-11-06 00:41:09 -08:00
SDL_blit_0.c Extend blitting support for all <8bpp formats 2023-11-17 08:45:32 -08:00
SDL_blit_1.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_blit_A.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_blit_auto.c Rename SDL_PIXELFORMAT_RGB888 and SDL_PIXELFORMAT_BGR888 to SDL_PIXELFORMAT_XRGB8888 and SDL_PIXELFORMAT_XBGR8888 for clarity 2023-07-01 17:58:34 -07:00
SDL_blit_auto.h Refresh generation of SDL_blit_auto.c 2023-03-16 20:25:59 +01:00
SDL_blit_copy.c Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00
SDL_blit_copy.h
SDL_blit_N.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_blit_slow.c Added 10-bit pixel formats in addition to SDL_PIXELFORMAT_ARGB2101010 2023-11-06 00:41:09 -08:00
SDL_blit_slow.h
SDL_bmp.c Support returning <8bpp surfaces in SDL_LoadBMP_RW 2023-11-17 08:45:32 -08:00
SDL_clipboard.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_clipboard_c.h Reimplement clipboard text in terms of clipboard data 2023-07-05 20:06:59 -07:00
SDL_egl.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_egl_c.h Remove _THIS in src/video and in src/events (also VideoDevice) 2023-05-09 11:29:33 -04:00
SDL_fillrect.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_pixels.c Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB 2023-11-17 08:45:32 -08:00
SDL_pixels_c.h - simplication and factorization around CalculateSize and Pitch, RGB/YUV 2023-03-30 12:05:35 +02:00
SDL_rect.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_rect_c.h
SDL_rect_impl.h Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_RLEaccel.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_RLEaccel_c.h
SDL_stretch.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_surface.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_surface_pixel_impl.h Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_sysvideo.h Removed the window shape API for SDL 3.0 2023-11-22 14:11:10 -08:00
SDL_sysvideocapture.h Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_video.c Renamed SDL_WINDOW_FOREIGN to SDL_WINDOW_EXTERNAL 2023-11-14 06:06:51 -08:00
SDL_video_c.h surface: Add a private SDL_ReadSurfacePixel 2023-10-10 03:23:20 -07:00
SDL_video_capture.c Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_video_capture_apple.m Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_video_capture_c.h Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_video_capture_v4l2.c Add SDL Video Capture, with back-end for linux/macos/ios/android 2023-11-09 08:36:23 -08:00
SDL_video_unsupported.c Always provide an implementation for all SDL3 symbols 2023-10-12 14:00:47 +02:00
SDL_vulkan_internal.h vulkan: SDL_Vulkan_CreateSurface now accepts an app-provided allocator. 2023-11-06 13:31:20 -05:00
SDL_vulkan_utils.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_yuv.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_yuv_c.h - simplication and factorization around CalculateSize and Pitch, RGB/YUV 2023-03-30 12:05:35 +02:00
sdlgenblit.pl Fix remaining typos (#7921) 2023-07-03 12:46:47 -07:00