SDL/src
Michael Fitzmayer 2ef7944170 [Nokia N-Gage] Fix alpha transparency in 4K color mode using BitBltMasked
Previously, all transparent pixels were rendered as opaque due to the limitations of the 4K color mode. Replaced Gc()->BitBlt() with Gc()->BitBltMasked() and updated the mask during copy operations to correctly respect the alpha channel of textures, while maintaining good performance.
2025-06-04 21:05:29 +02:00
..
atomic
audio audio: corrected comment about device format minimums. 2025-06-01 03:01:37 -04:00
camera Use HEAPU8.set rather than Module.HEAPU8.set (thanks @sbc100!) 2025-06-02 09:47:26 -07:00
core gdk: Ignore focus loss events caused by text input showing the OSK 2025-06-04 09:40:33 -04:00
cpuinfo Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
dialog fix error handling in WideCharToMultiByte 2025-05-22 15:25:06 -07:00
dynapi audio: Added SDL_PutAudioStreamDataNoCopy. 2025-05-26 12:34:37 -04:00
events wayland: Fix keymap changed event spam with non-latin keyboard layouts 2025-05-21 11:54:56 -04:00
filesystem Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
gpu GPU: Binding validation and prevent null dereference if expected binding is missing (#13164) 2025-06-02 13:39:58 -07:00
haptic Add and use SDL_HapticEffectID typedef 2025-04-24 08:51:55 -07:00
hidapi Improved HIDAPI support for Flydigi controllers 2025-05-22 15:36:38 -07:00
io asyncio: SDL_LoadFileAsync was not null-terminating the file data. 2025-03-20 15:50:06 -04:00
joystick Added support for the NACON Revolution X Unlimited controller on macOS 2025-06-03 15:05:11 -07:00
libm
loadso
locale Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
main Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
misc
power
process [Process API] Quoting enhancements (#12946) 2025-05-12 09:17:21 -07:00
render [Nokia N-Gage] Fix alpha transparency in 4K color mode using BitBltMasked 2025-06-04 21:05:29 +02:00
sensor
stdlib Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
storage storage: Declare a private bootstrap for NDA user storage 2025-03-18 22:12:21 -04:00
test tests: Revert some leftover testing code 2025-05-05 11:08:15 -04:00
thread Fix n3ds/SDL_syssem.c:SDL_SignalSemaphore (libsdl-org/SDL#12411) 2025-03-07 17:31:06 -08:00
time Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
timer [Nokia N-Gage] Fix SDL_GetPerformanceFrequency and SDL_GetPerformanceCounter 2025-06-03 21:59:33 +02:00
tray Fix #13083 segfault in SDL_RemoveTrayEntry() for submenu entries 2025-05-21 13:32:28 -07:00
video x11: Be a little less aggressive with Xinput2IsInitialized checks. 2025-06-01 10:14:01 -04:00
SDL.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_assert.c emscripten: Don't use legacy JS library functions for assertions 2025-03-20 16:24:16 -07:00
SDL_assert_c.h
SDL_error.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_error_c.h Save and restore error messages when rolling back after failed init 2025-03-02 07:55:56 -08:00
SDL_guid.c
SDL_hashtable.c hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hashtable.h hashtable: Redesign the hashtable API. 2025-02-15 18:52:56 -05:00
SDL_hints.c Added special handling for SDL_HINT_ANDROID_ALLOW_RECREATE_ACTIVITY 2025-04-03 11:33:34 -07:00
SDL_hints_c.h
SDL_internal.h Added macros to push/pop error messages while cleaning up 2025-05-29 10:53:46 -07:00
SDL_list.c
SDL_list.h
SDL_log.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_log_c.h
SDL_properties.c Don't allow further operations on properties while we're destroying them 2025-02-26 08:34:14 -08:00
SDL_properties_c.h
SDL_utils.c Added support for the HORI Taiko No Tatsujin Drum Controller 2025-04-02 08:30:26 -07:00
SDL_utils_c.h Include the VID/PID of generic keyboard/mouse devices on Windows 2025-02-27 14:03:39 -08:00