Pierre Wendling 8117bfe5d1 PS2: Ignore warnings from toolchain headers. 2 years ago
..
android 03485db0a3 Android: understand HAL_PIXEL_FORMAT_BGR_565 as a returned value from ANativeWindow_getFormat() (see #6016) 2 years ago
arm 72f8044a42 ARM: NEON assembly optimization for SDL_FillRect 5 years ago
cocoa bbeacd72c4 Fix some credit comments. 2 years ago
directfb 17f36c105c keyboard: Remove no-op calls to SDL_SetKeymap() 2 years ago
dummy 0bcbdfe2bd video: dummy: Support evdev psuedo-device with no video. 2 years ago
emscripten 00452e47fa Adding SDL_GetWindowSizeInPixels for window size in pixels (#6112) 2 years ago
haiku 5ea9886bcf haiku: Fix when screen color depth was 24 bits, SDL_GetWindowSurface would always fail with 'Unknown pixel format' error 2 years ago
khronos 72fe6cc8f1 Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry 2 years ago
kmsdrm 57b5c9107e kmsdrm: only negative devindex's are not allowed 2 years ago
n3ds efc93e6851 N3DS: Don't set `num_display` by hand. 2 years ago
nacl 20a76b0e3e video: removed unused devindex argument from bootstrap's create method. 2 years ago
ngage 20a76b0e3e video: removed unused devindex argument from bootstrap's create method. 2 years ago
offscreen 4298e79887 SDL_offscreenframebuffer.c: fix format '%d' expecting int instead of Uint32 2 years ago
os2 20a76b0e3e video: removed unused devindex argument from bootstrap's create method. 2 years ago
pandora 412ceb84d4 video: Only check major version in SDL_GetWindowWMInfo 2 years ago
ps2 8117bfe5d1 PS2: Ignore warnings from toolchain headers. 2 years ago
psp 5ddac7e026 PSP: Fix type mismatch warnings. 2 years ago
qnx 10ffcbb115 QNX: use SDL_malloc 3 years ago
raspberry 78089e6598 Remove unused internal header SDL_sysevents.h 2 years ago
riscos 20a76b0e3e video: removed unused devindex argument from bootstrap's create method. 2 years ago
uikit d2160c29d1 iOS: implement SDL_GetWindowSizeInPixels. 2 years ago
vita 412ceb84d4 video: Only check major version in SDL_GetWindowWMInfo 2 years ago
vivante 412ceb84d4 video: Only check major version in SDL_GetWindowWMInfo 2 years ago
wayland 6391ad970c wayland: Factor out common libdecor frame commit code 2 years ago
windows 61b5360e17 Only check to see if the ICC profile changes when the display changes or we gain focus 2 years ago
winrt 20a76b0e3e video: removed unused devindex argument from bootstrap's create method. 2 years ago
x11 eb8eb621b1 SDL_x11modes: fix -Wunused-variable 2 years ago
yuv2rgb 50d8642fa3 Add optimiztion function with LSX in LoongArch 2 years ago
SDL_RLEaccel.c 6da99d4a6c Don't use SDL_SIMDFree() if the pixels haven't been allocated with SDL_SIMDAlloc() 2 years ago
SDL_RLEaccel_c.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_blit.c f3e86b9fd3 Fixed bug #2199: make SDL_blit_slow handles SDL_PIXELFORMAT_ARGB2101010, storing as RGBA 3 years ago
SDL_blit.h 7adb08a79a fixed SDL_BlitMap typedef redefinition errors 2 years ago
SDL_blit_0.c a75041e8dd Fixed bug #2140: basic support to convert 16 colors palette PIXELFORMAT_INDEX4, to allow conversion to SDL_Texture 3 years ago
SDL_blit_1.c 501a499180 Add clang-format on/off comments where necessary. 2 years ago
SDL_blit_A.c 501a499180 Add clang-format on/off comments where necessary. 2 years ago
SDL_blit_N.c efe01faa8e Replaced Blit4to4CopyAlpha() with optimized SDL_BlitCopy() 2 years ago
SDL_blit_auto.c 501a499180 Add clang-format on/off comments where necessary. 2 years ago
SDL_blit_auto.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_blit_copy.c 120c76c84b Updated copyright for 2022 3 years ago
SDL_blit_copy.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_blit_slow.c 93e7caab9a SDL_blit_slow: remove one nested 'if()' because of ARGB2101010 handling 3 years ago
SDL_blit_slow.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_bmp.c 8598f05b47 Support loading 2bpp .bmp files 2 years ago
SDL_clipboard.c 5fba31f6fb SDL_HasPrimarySelectionText: fix -Wunreachable-code-return warning. 2 years ago
SDL_egl.c a346c4bbef egl: Add support for SDL_GL_FLOATBUFFERS. 2 years ago
SDL_egl_c.h fd8cafc72e Rename variables in SDL_egl.c to be more intuitive 2 years ago
SDL_fillrect.c d71df6448b Fixed bug #6287 - SDL_FillRect failed for SDL_Surface with BitsPerPixel == 4 2 years ago
SDL_pixels.c 2fcd8f889c Handle SDL_PIXELFORMAT_EXTERNAL_OES in SDL_GetPixelFormatName() 2 years ago
SDL_pixels_c.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_rect.c d81fee7623 SDL_Rect: Added floating point versions of all the rectangle APIs. 3 years ago
SDL_rect_c.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_rect_impl.h d81fee7623 SDL_Rect: Added floating point versions of all the rectangle APIs. 3 years ago
SDL_shape.c 4507083503 Fixed build 2 years ago
SDL_shape_internals.h 120c76c84b Updated copyright for 2022 3 years ago
SDL_stretch.c 120c76c84b Updated copyright for 2022 3 years ago
SDL_surface.c 507ce36d80 video: Note unused SDL_surface creation parameters for removal in SDL 3 2 years ago
SDL_sysvideo.h 655275378d N3DS port (squashed) 2 years ago
SDL_video.c f9785702a6 N3DS: Deduce screen from window's display. 2 years ago
SDL_vulkan_internal.h 029a9b2fa1 cocoa/uikit: Support VK_EXT_metal_surface 2 years ago
SDL_vulkan_utils.c 120c76c84b Updated copyright for 2022 3 years ago
SDL_yuv.c 50d8642fa3 Add optimiztion function with LSX in LoongArch 2 years ago
SDL_yuv_c.h 120c76c84b Updated copyright for 2022 3 years ago
sdlgenblit.pl 501a499180 Add clang-format on/off comments where necessary. 2 years ago