SDL/src/video
Starbuck5 9f07ac8bba Speed up full-surface fills
(cherry picked from commit 7a3f5ef129)
2024-11-24 17:45:24 -08:00
..
android Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
arm
cocoa cocoa: Patched to compile. 2024-10-24 23:59:12 -04:00
directfb Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
dummy Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
emscripten emscripten: scale mousewheel X coordinates correctly, not just Y coordinates. 2024-10-23 23:39:40 -04:00
haiku SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
khronos vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!) 2024-02-02 18:31:14 -08:00
kmsdrm kmsdrm: Fix one more place that doesn't try to drop master 2024-09-23 18:59:54 -05:00
n3ds Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
nacl Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
ngage SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
offscreen SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
os2 fixes after ShowMessageBox changes: 2024-01-23 04:11:20 +03:00
pandora make video/pandora to actually compile somehow. 2024-01-23 17:50:10 +03:00
ps2 SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
psp Allow MessageBox to work without window 2024-08-23 11:50:00 -07:00
qnx SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
raspberry Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
riscos Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
uikit Fix -Wdeclaration-after-statement warnings 2024-08-14 10:35:43 +00:00
vita SDL_vitatouch.c: re-enable front touch on Vita 2024-11-15 10:13:35 -08:00
vivante SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint. 2024-01-22 19:44:17 -05:00
wayland wayland: Add support for setting window icons via the xdg-toplevel-icon-v1 protocol 2024-10-07 14:24:33 -04:00
windows Always Use Next Display Index 2024-11-15 14:35:55 -08:00
winrt Fix UWP build in non-UNICODE mode 2024-07-19 10:20:11 +00:00
x11 x11: Set correct clipboard target type in SelectionRequest handling 2024-10-09 07:31:43 -07:00
yuv2rgb Fix compilation on loongarch 2024-01-21 19:27:59 -08:00
SDL_blit.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_blit.h Allow for more fine tuning of Duff's device routines 2024-10-12 16:06:54 -07:00
SDL_blit_0.c Reduce the size of the SDL_blit_0 alpha code 2024-10-12 16:06:54 -07:00
SDL_blit_1.c Allow for more fine tuning of Duff's device routines 2024-10-12 16:06:54 -07:00
SDL_blit_A.c Allow for more fine tuning of Duff's device routines 2024-10-12 16:06:54 -07:00
SDL_blit_auto.c Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00
SDL_blit_auto.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_copy.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_copy.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_blit_N.c Allow for more fine tuning of Duff's device routines 2024-10-12 16:06:54 -07:00
SDL_blit_slow.c Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00
SDL_blit_slow.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_bmp.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_clipboard.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_egl.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_egl_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_fillrect.c Speed up full-surface fills 2024-11-24 17:45:24 -08:00
SDL_pixels.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_pixels_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_rect_impl.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_RLEaccel.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_RLEaccel_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_shape.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_shape_internals.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_stretch.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 10:51:30 -07:00
SDL_surface.c Fixed bug #8897 - SDL_BlitSurface segfault when dest_rect is null 2024-01-22 09:22:41 +01:00
SDL_sysvideo.h Add a quirk for fullscreen-only video drivers 2024-04-15 03:30:21 -10:00
SDL_video.c 3DS: Support simple message boxes 2024-10-12 16:07:34 -07:00
SDL_vulkan_internal.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_vulkan_utils.c Updated copyright for 2024 2024-01-01 13:19:49 -08:00
SDL_yuv.c Fixed Xcode warnings 2024-01-13 08:15:41 -08:00
SDL_yuv_c.h Updated copyright for 2024 2024-01-01 13:19:49 -08:00
sdlgenblit.pl Fixed crash scaling very large surfaces 2024-01-19 13:06:57 -08:00