SDL/src/video
Sam Lantinga bdafc8e212 SDL_GetWindows() follows the SDL_GetStringRule 2024-07-19 12:22:03 -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 Renamed driverdata to internal 2024-07-16 17:17:13 -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
kmsdrm Fix KMSDRM double buffering. 2024-07-18 14:36:58 -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 Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
vita 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
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 wayland: Use the compositor provided size during state transitions 2024-07-19 14:15:36 -04:00
windows 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
winrt Fix UWP build in non-UNICODE mode 2024-07-19 10:21:34 +00:00
x11 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
yuv2rgb
SDL_RLEaccel.c SDL_MUSTLOCK() returns true once a surface has the RLE flag set 2024-07-17 18:04:16 -07:00
SDL_RLEaccel_c.h
SDL_blit.c Added full blit feature support for 8-bit surfaces 2024-07-16 17:57:12 -07:00
SDL_blit.h Fixed use of SDL_expand_byte after flipping from bit loss to bit count 2024-07-17 18:04:16 -07:00
SDL_blit_0.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_blit_1.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_blit_A.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_blit_N.c Simplified SDL_Surface 2024-07-10 00:48:18 -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 SlowBlitPixelAccess_Unknown 2024-07-16 18:43:14 -07:00
SDL_blit_slow.h
SDL_bmp.c Added SDL_CreateSurfacePalette() 2024-07-13 14:31:28 -07:00
SDL_clipboard.c Make sure we always copy the data returned using SDL_GetStringRule 2024-07-19 12:22:03 -07:00
SDL_clipboard_c.h
SDL_egl.c
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 Use a dither palette when converting RGB images to indexed formats 2024-07-16 17:57:12 -07:00
SDL_pixels_c.h Use a dither palette when converting RGB images to indexed formats 2024-07-16 17:57:12 -07:00
SDL_rect.c
SDL_rect_c.h
SDL_rect_impl.h
SDL_stretch.c Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_surface.c Added SDL_ClearSurface() and SDL_ReadSurfacePixelFloat() 2024-07-17 18:04:16 -07:00
SDL_surface_c.h Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
SDL_sysvideo.h SDL_sysvideo.h: remove SDL_DisplayModeData typedef: 2024-07-17 12:30:32 +03:00
SDL_video.c SDL_GetWindows() follows the SDL_GetStringRule 2024-07-19 12:22:03 -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