SDL/src/video
2021-11-22 08:38:46 -08:00
..
android Work around hang in AAudioStream_write() during extended shared object loading while running in a debugger. Observed on a OnePlus 8T (KB2005) running Oxygen OS 11.0.10.10.KB05AA. 2021-10-13 09:33:51 -07:00
arm
cocoa cocoa: Removed a debug printf call. 2021-11-21 00:21:41 -05:00
directfb use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
dummy video/dummy: Don't zero out the fake display mode before adding it. 2021-06-17 22:11:10 -04:00
emscripten use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
haiku use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
khronos Update SDL's copy of the EGL headers from Khronos 2021-08-25 10:50:21 -10:00
kmsdrm Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 2021-11-21 12:18:10 -08:00
nacl configuration updates for dlopen: 2021-08-10 12:07:32 -07:00
offscreen offscreen: Don't fail to create a window because of driver_loaded politics. 2021-11-20 14:12:11 -05:00
os2 more whitespace tidy-ups in SDL_os2messagebox.c 2021-11-12 20:47:02 +03:00
pandora
psp
qnx
raspberry
riscos riscos: Disable the mouse pointer for now 2021-10-30 21:25:01 -07:00
uikit Only lock the pointer for mouse relative mode, there isn't really a concept of grab and confinement on iOS 2021-11-11 07:51:34 -08:00
vita use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
vivante
wayland use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
windows constified SDL_RegisterApp() 2021-11-14 04:40:50 +03:00
winrt winrt: Fixed incorrect code in a Windows Phone #ifdef. 2021-08-04 02:30:47 -04:00
x11 use SDL's functions version inplace of libc version 2021-11-22 08:38:46 -08:00
yuv2rgb Fixed bug #4841 - Out of bounds read (by 1 byte) in yuvnv12_rgb24_sseu 2021-10-17 22:02:19 +02:00
SDL_blit.c
SDL_blit.h Add and use SDL_FALLTHROUGH for fallthroughs 2021-11-12 07:26:14 +03:00
SDL_blit_0.c
SDL_blit_1.c
SDL_blit_A.c Fixed whitespace 2021-11-12 08:28:02 -08:00
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c Fixed building on Windows with cmake, ninja, and clang 2021-08-06 12:28:24 -07:00
SDL_blit_copy.h
SDL_blit_N.c Fixed whitespace 2021-11-12 08:28:02 -08:00
SDL_blit_slow.c
SDL_blit_slow.h
SDL_bmp.c Fixed compiler warning on Visual Studio 2021-06-17 11:23:47 -07:00
SDL_clipboard.c
SDL_egl.c offscreen: Don't fail to create a window because of driver_loaded politics. 2021-11-20 14:12:11 -05:00
SDL_egl_c.h egl: Group data fields before function pointers in SDL_EGL_VideoData. 2021-09-23 00:03:26 -04:00
SDL_fillrect.c Add and use SDL_FALLTHROUGH for fallthroughs 2021-11-12 07:26:14 +03:00
SDL_pixels.c Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 2021-11-21 12:18:10 -08:00
SDL_pixels_c.h Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 2021-11-21 12:18:10 -08:00
SDL_rect.c
SDL_rect_c.h
SDL_RLEaccel.c Error missing 'flags' initialization (see bug #2881) 2021-04-28 23:40:26 +02:00
SDL_RLEaccel_c.h
SDL_shape.c
SDL_shape_internals.h
SDL_stretch.c
SDL_surface.c Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels 2021-11-21 12:18:10 -08:00
SDL_sysvideo.h Update the orientation and display modes when the display settings change on Windows 2021-11-10 08:47:39 -08:00
SDL_video.c Don't clobber the error in SDL_ShowMessageBox() if one has been set at 2021-11-10 11:04:51 -08:00
SDL_vulkan_internal.h
SDL_vulkan_utils.c Fixed bug #4337 - compilation of 'SDL_vulkan_utils' fails with 'VK_ERROR_INCOMPATIBLE_VERSION_KHR' undeclared 2021-04-29 22:25:00 +02:00
SDL_yuv.c Fixed whitespace 2021-11-12 08:28:02 -08:00
SDL_yuv_c.h
sdlgenblit.pl