SDL/src/video
2023-03-28 19:29:44 +02:00
..
android Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_ANDROID 2023-03-28 19:29:43 +02:00
arm video: fix ARM neon and simd 2023-03-15 14:54:20 +01:00
cocoa Fix -Wundef warnings due to use of unguarded SDL_VIDEO_METAL 2023-03-28 19:29:43 +02:00
dummy Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_DUMMY 2023-03-28 19:29:44 +02:00
emscripten Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_EMSCRIPTEN 2023-03-28 19:29:43 +02:00
haiku Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_HAIKU 2023-03-28 19:29:43 +02:00
khronos vulkan_metal.h: Make compatible with ObjC ARC 2022-11-23 17:37:38 -08:00
kmsdrm Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_KMSDRM 2023-03-28 19:29:43 +02:00
n3ds Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
ngage Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_NGAGE 2023-03-28 19:29:43 +02:00
offscreen Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:10:44 -08:00
ps2 Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_PS2 2023-03-28 19:29:43 +02:00
psp Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_PSP 2023-03-28 19:29:43 +02:00
qnx Rename files under src/video/qnx 2023-03-27 15:33:08 -07:00
raspberry Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_RPI 2023-03-28 19:29:43 +02:00
riscos Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_RISCOS 2023-03-28 19:29:43 +02:00
uikit Fix -Wundef warnings due to use of unguarded SDL_VIDEO_METAL 2023-03-28 19:29:43 +02:00
vita Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_VITA 2023-03-28 19:29:43 +02:00
vivante Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_VIVANTE 2023-03-28 19:29:43 +02:00
wayland Fix -Wundef warnings due to use of unguarded SDL_USE_LIBDBUS 2023-03-28 19:29:44 +02:00
windows Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_WINDOWS 2023-03-28 19:29:42 +02:00
winrt Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_WINRT 2023-03-28 19:29:43 +02:00
x11 Fix -Wundef warnings due to use of unguarded SDL_USE_LIBDBUS 2023-03-28 19:29:44 +02:00
yuv2rgb Fix -Wundef warnings due to use of unguarded SDL_SSE2_INTRINSICS 2023-03-28 19:29:44 +02:00
SDL_blit.c Fix various warnings: static /void / comma 2023-03-06 12:37:37 +01:00
SDL_blit.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_0.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_blit_1.c video/blit: fix -Wimplicit-fallthrough warnings 2023-03-28 16:59:27 +00:00
SDL_blit_A.c Fix -Wundef warnings due to use of unguarded SDL_MMX_INTRINSICS 2023-03-28 19:29:44 +02:00
SDL_blit_auto.c Refresh generation of SDL_blit_auto.c after simplifying sdlgenblit.pl 2023-03-16 20:25:59 +01:00
SDL_blit_auto.h Refresh generation of SDL_blit_auto.c 2023-03-16 20:25:59 +01:00
SDL_blit_copy.c Fix -Wundef warnings due to use of unguarded SDL_MMX_INTRINSICS 2023-03-28 19:29:44 +02:00
SDL_blit_copy.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blit_N.c Fix -Wundef warnings due to use of unguarded SDL_ARM_SIMD_BLITTERS 2023-03-28 19:29:43 +02:00
SDL_blit_slow.c Simplify SDL_BLENDMODE_MUL 2023-03-16 20:25:59 +01:00
SDL_blit_slow.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_bmp.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_clipboard.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_egl.c Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_VIVANTE 2023-03-28 19:29:43 +02:00
SDL_egl_c.h - Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer 2023-03-13 21:23:04 +01:00
SDL_fillrect.c Fix -Wundef warnings due to use of unguarded SDL_SSE_INTRINSICS 2023-03-28 19:29:44 +02:00
SDL_pixels.c Remove returns int from Destroy/Close/Unlock functions 2023-02-09 07:57:14 -08:00
SDL_pixels_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect_impl.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_RLEaccel.c Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2023-01-09 18:01:59 -08:00
SDL_RLEaccel_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_shape.c SDL_CreateWindow() has been simplified and no longer takes a window position. 2023-03-06 09:50:12 -08:00
SDL_shape_internals.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_stretch.c Fix -Wundef warnings due to use of unguarded SDL_NEON_INTRINSICS 2023-03-28 19:29:43 +02:00
SDL_surface.c Add error returns to void functions that can fail/set errors. 2023-02-09 07:23:21 -08:00
SDL_sysvideo.h Add QNX video and audio modules 2023-03-27 15:33:08 -07:00
SDL_video.c Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_DUMMY 2023-03-28 19:29:44 +02:00
SDL_video_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_vulkan_internal.h Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_UIKIT 2023-03-28 19:29:42 +02:00
SDL_vulkan_utils.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_yuv.c Fix -Wundef warnings due to use of unguarded SDL_SSE2_INTRINSICS 2023-03-28 19:29:44 +02:00
SDL_yuv_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
sdlgenblit.pl Simplify SDL_BLENDMODE_MUL in sdlgenblit.pl 2023-03-16 20:25:59 +01:00