SDL/src/video
Sam Lantinga 66011e497d Removed duplication in SDL_EGL_* function names 2024-07-23 13:11:37 -07:00
..
android Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
cocoa Fixed testvulkan on macOS (thanks @proton991!) 2024-07-23 08:17:22 -07:00
dummy dummyvideo: Change a thing returning a 0 pointer to return NULL instead. 2024-07-16 14:17:02 -04:00
emscripten emscripten: restore key event prevent default behaviour 2024-07-19 09:41:02 -07:00
gdk Rename functions in SDL_system.h to match SDL 3.0 naming convention 2024-07-15 16:27:48 -07:00
haiku Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
khronos Updated to the latest version of the Vulkan SDK 2024-04-15 16:05:32 -07:00
kmsdrm SDL_GetDisplays() follows the SDL_GetStringRule 2024-07-19 12:22:03 -07:00
n3ds Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
ngage Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
offscreen Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
ps2 video: Fixed remaining `return 0` to use NULL in CreateDevice implementations. 2024-07-16 14:26:30 -04:00
psp Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
qnx Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
raspberry Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
riscos Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
uikit SDL_GetDisplays() follows the SDL_GetStringRule 2024-07-19 12:22:03 -07:00
vita SDL_getenv() should return const 2024-07-22 13:00:39 -07:00
vivante Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
wayland SDL_getenv() should return const 2024-07-22 13:00:39 -07:00
windows Fixed building with SDL_VIDEO_OPENGL_WGL disabled (thanks @Please-just-dont!) 2024-07-20 21:24:02 -07:00
winrt Fix UWP build in non-UNICODE mode 2024-07-19 10:21:34 +00:00
x11 x11: Track cursor visibility internally 2024-07-22 12:03:07 -04:00
yuv2rgb Additional colorspace clarification 2024-03-05 16:47:36 -08:00
SDL_RLEaccel.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_RLEaccel_c.h
SDL_blit.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit.h Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit_0.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit_1.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit_A.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_blit_N.c SDL_getenv() should return const 2024-07-22 13:00:39 -07:00
SDL_blit_auto.c Added SDL_BLENDMODE_BLEND_PREMULTIPLIED and SDL_BLENDMODE_ADD_PREMULTIPLIED 2024-07-15 14:12:33 -07:00
SDL_blit_auto.h Implement fast 255 mult-div in SDL_blit_auto 2024-07-08 10:53:46 -07:00
SDL_blit_copy.c video: Remove MMX codepath from SDL_BlitCopy. 2024-05-20 16:37:41 -04:00
SDL_blit_copy.h
SDL_blit_slow.c Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER 2024-07-21 09:36:22 -07:00
SDL_blit_slow.h Added a slow blit function to handle large pixel formats and colorspace conversion 2024-01-31 09:50:46 -08:00
SDL_bmp.c Added SDL_CreateSurfacePalette() 2024-07-13 14:31:28 -07:00
SDL_clipboard.c SDL_GetClipboardData() follows the SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_clipboard_c.h mark SDL_ClipboardTextCallback as SDLCALL 2024-02-11 18:55:40 +03:00
SDL_egl.c Cleaned up various type conversion issues 2024-03-07 06:58:43 -08:00
SDL_egl_c.h Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_fillrect.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_pixels.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_pixels_c.h Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_rect.c Prevent potential overflow in rectangle functions 2024-07-21 13:04:11 -07:00
SDL_rect_c.h
SDL_rect_impl.h Prevent potential overflow in rectangle functions 2024-07-21 13:04:11 -07:00
SDL_stretch.c Removed SDL_PROP_SURFACE_COLORSPACE_NUMBER 2024-07-21 09:36:22 -07:00
SDL_surface.c Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_surface_c.h Don't recalculate the blit mapping when changing surfaces 2024-07-21 11:39:38 -07:00
SDL_sysvideo.h SDL_sysvideo.h: remove SDL_DisplayModeData typedef: 2024-07-17 12:30:32 +03:00
SDL_video.c Removed duplication in SDL_EGL_* function names 2024-07-23 13:11:37 -07:00
SDL_video_c.h fix type redefinition error after commit dfe4445214 2024-05-28 11:00:02 +03:00
SDL_video_unsupported.c Finished renaming functions in SDL_system.h 2024-07-16 09:35:49 -07:00
SDL_vulkan_internal.h Fixed the return value of SDL_Vulkan_CreateSurface() on the Vivante platform 2024-07-10 20:32:47 -07:00
SDL_vulkan_utils.c Fixed the return value of SDL_Vulkan_CreateSurface() on the Vivante platform 2024-07-10 20:32:47 -07:00
SDL_yuv.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_yuv_c.h Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
sdlgenblit.pl Added SDL_BLENDMODE_BLEND_PREMULTIPLIED and SDL_BLENDMODE_ADD_PREMULTIPLIED 2024-07-15 14:12:33 -07:00