SDL/src/video
2023-03-27 06:13:28 +00:00
..
android Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
arm
cocoa Fixed incorrect modifier keys handling on macOS 2023-03-09 20:28:51 +03:00
directfb Change SDL_BLENDMODE_MUL for gl renderers 2023-03-16 20:27:09 +01:00
dummy Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
emscripten Updated copyright for 2023 2023-01-09 09:48:21 -08:00
haiku Updated copyright for 2023 2023-01-09 09:48:21 -08:00
khronos vulkan_metal.h: Make compatible with ObjC ARC 2022-11-23 17:39:26 -08:00
kmsdrm Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
n3ds Updated copyright for 2023 2023-01-09 09:48:21 -08:00
nacl Updated copyright for 2023 2023-01-09 09:48:21 -08:00
ngage Updated copyright for 2023 2023-01-09 09:48:21 -08:00
offscreen Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
os2 Updated copyright for 2023 2023-01-09 09:48:21 -08:00
pandora Updated copyright for 2023 2023-01-09 09:48:21 -08:00
ps2 Updated copyright for 2023 2023-01-09 09:48:21 -08:00
psp Updated copyright for 2023 2023-01-09 09:48:21 -08:00
qnx QNX: use SDL_malloc 2021-11-22 08:38:46 -08:00
raspberry Updated copyright for 2023 2023-01-09 09:48:21 -08:00
riscos Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
uikit Follow the same pattern for releasing the window data in the UIKit driver 2023-02-28 16:15:01 -08:00
vita Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
vivante Updated copyright for 2023 2023-01-09 09:48:21 -08:00
wayland Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
windows If the client rect is empty, use the last known window size 2023-03-09 10:39:43 -08:00
winrt Updated copyright for 2023 2023-01-09 09:48:21 -08:00
x11 backport x11/sdl2 fixes 2023-03-25 10:27:17 +01:00
yuv2rgb Add optimiztion function with LSX in LoongArch 2022-06-06 08:49:09 -07:00
SDL_blit.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_0.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_blit_1.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_A.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_auto.c Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl 2023-03-16 20:27:09 +01:00
SDL_blit_auto.h Refresh generation of SDL_blit_auto.c 2023-03-16 20:27:09 +01:00
SDL_blit_copy.c SDL_blit_copy: Don't call potentially FPU using SDL_memcpy in SDL_memcpyMMX 2023-03-27 06:13:28 +00:00
SDL_blit_copy.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_N.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_blit_slow.c Simplify SDL_BLENDMODE_MUL 2023-03-16 20:27:09 +01:00
SDL_blit_slow.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_bmp.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_clipboard.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_egl.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_egl_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_fillrect.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_pixels.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_pixels_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_rect_impl.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_RLEaccel.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_RLEaccel_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_shape.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_shape_internals.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_stretch.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_surface.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_sysvideo.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_video.c If we're not the current fullscreen window and we don't want to be fullscreen, don't touch the current video mode 2023-03-07 10:10:43 -08:00
SDL_vulkan_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_vulkan_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_yuv.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_yuv_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
sdlgenblit.pl Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl 2023-03-16 20:27:09 +01:00