SDL/src/video
Frank Praznik 836eb22442 wayland: Fix build when not using the shared Wayland libraries
Explicitly include the Wayland protocol headers when statically linking against the Wayland libraries or older system headers might be used instead of the local versions.
2022-11-24 03:00:56 -08:00
..
android Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
arm
cocoa Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
dummy
emscripten Merge pull request #6321 from Daft-Freak/no-ie 2022-11-23 14:03:35 -05:00
haiku Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
khronos vulkan_metal.h: Make compatible with ObjC ARC 2022-11-23 17:37:38 -08:00
kmsdrm Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
n3ds N3DS: Set keyboard focus to newly created windows. 2022-11-14 21:24:10 -08:00
ngage Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
offscreen egl: implement public functions to obtain internal EGL handles 2022-11-10 18:06:11 -08:00
ps2 PS2: Ignore warnings from toolchain headers. 2022-10-10 22:31:16 -07:00
psp Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
raspberry Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
riscos Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
uikit Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
vita Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
vivante Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
wayland wayland: Fix build when not using the shared Wayland libraries 2022-11-24 03:00:56 -08:00
windows Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
winrt Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
x11 Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
yuv2rgb
SDL_blit.c
SDL_blit.h
SDL_blit_0.c
SDL_blit_1.c
SDL_blit_A.c
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c
SDL_blit_copy.h
SDL_blit_N.c Replaced Blit4to4CopyAlpha() with optimized SDL_BlitCopy() 2022-09-16 10:09:13 -07:00
SDL_blit_slow.c
SDL_blit_slow.h
SDL_bmp.c Unneed test before calling SDL_FreeSurface 2022-11-18 06:58:34 -08:00
SDL_clipboard.c SDL_HasPrimarySelectionText: fix -Wunreachable-code-return warning. 2022-09-17 00:51:00 +03:00
SDL_egl.c Merge branch 'main' into wip/angle-egl 2022-11-23 14:01:17 -05:00
SDL_egl_c.h egl: implement public functions to obtain internal EGL handles 2022-11-10 18:06:11 -08:00
SDL_fillrect.c Fixed bug #6287 - SDL_FillRect failed for SDL_Surface with BitsPerPixel == 4 2022-09-27 10:21:15 +02:00
SDL_pixels.c Fixes made in response to running a static code analyzer under MS Windows. 2022-11-16 12:43:20 -05:00
SDL_pixels_c.h
SDL_rect.c
SDL_rect_c.h
SDL_rect_impl.h Fixes made in response to running a static code analyzer under MS Windows. 2022-11-16 12:43:20 -05:00
SDL_RLEaccel.c
SDL_RLEaccel_c.h
SDL_shape.c fix build errors resulting from -Wmisleading-indentation 2022-10-22 18:56:40 +03:00
SDL_shape_internals.h
SDL_stretch.c Re-added WinRT support until we're sure that it's no longer being used 2022-11-23 10:41:43 -08:00
SDL_surface.c Allow creating an empty surface with pitch 0 2022-11-16 22:23:16 -08:00
SDL_sysvideo.h Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
SDL_video.c Updated SDL_syswm.h for SDL 3.0 2022-11-23 14:05:59 -08:00
SDL_vulkan_internal.h removed directfb support. 2022-11-22 20:45:45 +03:00
SDL_vulkan_utils.c
SDL_yuv.c Code style fixes, etc. 2022-11-16 12:53:48 -05:00
SDL_yuv_c.h
sdlgenblit.pl