SDL/src/video
Marcin Serwin 45b0460019 Don't divide by zero in slow blitter
Other blitters seem to handle zero width/height destinations correctly.

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
(cherry picked from commit 53ee410d7a)
2025-11-09 07:26:37 -08:00
..
android Removed __FILE__ from source code 2025-10-22 10:49:31 -07:00
cocoa Use an empty bitmap for the blank cursor on macOS 2025-09-22 19:16:01 -07:00
directx Updated copyright for 2025 2025-01-01 07:45:52 -08:00
dummy audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
emscripten emscripten: Proxy Emscripten_GetSystemTheme and EMSCRIPTENAUDIO_OpenDevice to the main thread. 2025-05-25 13:50:19 -07:00
gdk Updated copyright for 2025 2025-01-01 07:45:52 -08:00
haiku Removed __FILE__ from source code 2025-10-22 10:49:31 -07:00
khronos
kmsdrm kmsdrm: fixed creating GBM surfaces on NVIDIA cards 2025-05-29 11:20:44 -07:00
n3ds audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
offscreen audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
openvr Fixed build 2025-08-30 10:15:48 -07:00
ps2 audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
psp Remove unused PSP source files 2025-09-03 15:20:00 -07:00
qnx audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
raspberry audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
riscos audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
uikit Only pass UIPress from game controllers and remotes if the're not open 2025-10-14 12:44:23 -07:00
vita VITA: support only fullscreen windows. Fixes #13079 2025-05-23 08:45:49 -07:00
vivante audio/video: Fix uninitialized field warnings 2025-02-14 17:16:10 -05:00
wayland wayland: Fix compile with libdecor 0.2 and SDL_WAYLAND_LIBDECOR_SHARED=OFF 2025-10-30 07:14:49 -07:00
windows Make sure the current resolution is in the fullscreen mode list 2025-10-02 16:01:17 -07:00
x11 x11: Only correct placement for border offset on the initial window mapping 2025-11-06 19:35:51 -05:00
yuv2rgb
SDL_blit.c Fixed blitting bitmaps with a non-zero x offset 2025-11-06 22:49:17 -08:00
SDL_blit.h Fixed blitting bitmaps with a non-zero x offset 2025-11-06 22:49:17 -08:00
SDL_blit_0.c Fixed blitting bitmaps with a non-zero x offset 2025-11-06 22:49:17 -08:00
SDL_blit_1.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_A.c loongarch: add Blit8888to8888PixelAlphaSwizzleLSX opt 2025-11-06 07:29:50 -08:00
SDL_blit_auto.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_auto.h fix sdlgenblit.pl so that it actually matches the generated source 2025-04-08 18:24:40 +03:00
SDL_blit_copy.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_copy.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_blit_N.c Fixed build 2025-03-30 21:35:22 -07:00
SDL_blit_slow.c Don't divide by zero in slow blitter 2025-11-09 07:26:37 -08:00
SDL_blit_slow.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_bmp.c bmp: Removed debug printf call. 2025-02-03 23:35:08 -05:00
SDL_clipboard.c Only call clipboard callbacks with mime types they expect 2025-10-09 12:23:30 -07:00
SDL_clipboard_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_egl.c The default swap interval on EGL is 1, according to the spec 2025-09-22 11:28:46 -07:00
SDL_egl_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_fillrect.c loongarch: add SDL_FillSurfaceRect4LSX opt 2025-11-06 07:29:51 -08:00
SDL_pixels.c Set the alpha opaque when blending to an RGB format 2025-03-30 21:30:04 -07:00
SDL_pixels_c.h Set the alpha opaque when blending to an RGB format 2025-03-30 21:30:04 -07:00
SDL_rect.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_rect_impl.h Perform full rectangle intersection for empty rects 2025-10-25 13:50:32 -07:00
SDL_RLEaccel.c Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 2025-09-02 21:32:17 -07:00
SDL_RLEaccel_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_stb.c Fix errors when building stb_image with -DSDL_LIBC=OFF 2025-02-22 12:41:03 -08:00
SDL_stb_c.h Added initial MJPG support using stb_image 2025-02-20 12:16:26 -08:00
SDL_stretch.c Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_surface.c Don't set SDL_SURFACE_LOCK_NEEDED until a surface is RLE encoded 2025-09-02 21:32:17 -07:00
SDL_surface_c.h Set the alpha opaque when blending to an RGB format 2025-03-30 21:30:04 -07:00
SDL_sysvideo.h Add support for non-constrained and non-grabbing popups 2025-07-11 14:26:51 -04:00
SDL_video.c Use the real window position on macOS 2025-09-23 23:04:41 -07:00
SDL_video_c.h Fixed creating a window with both software and hardware renderer attached 2025-02-06 15:35:38 -08:00
SDL_video_unsupported.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_internal.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_vulkan_utils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_yuv.c Added unaligned version of SDL_ConvertPixels_SwapNV_std() 2025-03-15 09:25:39 -07:00
SDL_yuv_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
sdlgenblit.pl fix sdlgenblit.pl so that it actually matches the generated source 2025-04-08 18:24:40 +03:00
stb_image.h stb_image.h: apply mainstream PR/1736 2025-04-23 17:55:24 +03:00