SDL/src/video
2024-02-07 13:16:35 -08:00
..
android Shortened SDL property names 2024-01-27 13:00:50 -08:00
arm Go back to using compiler built-in macros in ARM assembly code 2024-01-24 14:12:50 +03:00
cocoa Implemented scRGB colorspace and HDR support on macOS 2024-02-06 12:29:44 -08:00
dummy SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
emscripten Emscripten_SetWindowFullscreen: Fix crash due to uninitialized EmscriptenFullscreenStrategy members 2024-02-06 16:25:30 -08:00
gdk Updated copyright for 2024 2024-01-01 13:15:26 -08:00
haiku SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
khronos vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) 2024-02-02 18:29:59 -08:00
kmsdrm SDL_kmsdrmvideo.c: clean-up includes, add clarifying note after 5ab879f 2024-02-01 11:04:10 +03:00
n3ds SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
ngage SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
offscreen SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
ps2 video: lowercase some video backend names. 2024-01-25 15:22:57 -05:00
psp video: lowercase some video backend names. 2024-01-25 15:22:57 -05:00
qnx SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
raspberry video: lowercase some video backend names. 2024-01-25 15:22:57 -05:00
riscos SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:29:36 -05:00
uikit Fixed Xcode build warnings 2024-02-06 12:29:44 -08:00
vita video: lowercase some video backend names. 2024-01-25 15:22:57 -05:00
vivante Shortened SDL property names 2024-01-27 13:00:50 -08:00
wayland Null check SDL_DBusContext pointer 2024-02-03 14:04:46 -08:00
windows Fixed warning C4204: nonstandard extension used: non-constant aggregate initializer when built with Visual Studio 2019 2024-02-07 13:16:35 -08:00
winrt windows: Manage WideCharToMultiByte vs Windows XP. 2024-01-27 20:15:08 -05:00
x11 Use functions from SDL instead of libc 2024-02-05 09:01:28 -05:00
yuv2rgb Fix compilation problems about yuv_rgb_lsx.c 2024-01-18 19:41:36 -08:00
SDL_blit.c Added support for the scRGB colorspace on D3D11 and D3D12 2024-01-31 18:07:00 -08:00
SDL_blit.h Added support for the scRGB colorspace on D3D11 and D3D12 2024-01-31 18:07:00 -08:00
SDL_blit_0.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_1.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_A.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_auto.c Fixed crash scaling very large surfaces 2024-01-19 13:06:12 -08:00
SDL_blit_auto.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_copy.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_copy.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_blit_N.c Fixed out of bounds access 2024-01-31 09:55:52 -08:00
SDL_blit_slow.c Fixed warning C4701: potentially uninitialized local variable 'srcpixel' used 2024-02-01 21:24:11 -08:00
SDL_blit_slow.h Added a slow blit function to handle large pixel formats and colorspace conversion 2024-01-31 09:50:46 -08:00
SDL_bmp.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_clipboard.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_clipboard_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_egl.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_egl_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_fillrect.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_pixels.c Added BT.601/SMPTE240 to the color primaries conversion matrices 2024-02-06 18:16:41 -08:00
SDL_pixels_c.h Use a reasonable default for unspecified YUV colorspace 2024-02-05 11:47:17 -08:00
SDL_rect.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_rect_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_rect_impl.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_RLEaccel.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_RLEaccel_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_stretch.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_surface.c SDL_ReadSurfacePixel() now supports large pixel formats 2024-02-05 11:47:17 -08:00
SDL_sysvideo.h Added HDR display properties and related event 2024-02-06 02:48:05 -08:00
SDL_sysvideocapture.h Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
SDL_video.c Added HDR display properties and related event 2024-02-06 02:48:05 -08:00
SDL_video_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_video_capture.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_video_capture_apple.m Added VisionOS as a supported target to the Xcode project 2024-01-27 11:07:21 -08:00
SDL_video_capture_c.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_video_capture_v4l2.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_video_unsupported.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
SDL_vulkan_internal.h Removed SDL_LOADSO_DISABLED 2024-01-17 09:24:04 -08:00
SDL_vulkan_utils.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_yuv.c Use YUV colorspaces instead of a global YUV conversion mode 2024-02-03 07:36:18 -08:00
SDL_yuv_c.h Use YUV colorspaces instead of a global YUV conversion mode 2024-02-03 07:36:18 -08:00
sdlgenblit.pl Fixed crash scaling very large surfaces 2024-01-19 13:06:12 -08:00