SDL/src/render
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
..
direct3d Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
direct3d11 Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
direct3d12 Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
gpu Don't reset the render target when invalidating GPU renderer cache state 2025-04-11 09:23:02 -07:00
metal Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
ngage [Nokia N-Gage] Fix alpha transparency in 4K color mode using BitBltMasked 2025-06-04 21:05:29 +02:00
opengl Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
opengles2 Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
ps2 Fix wrong callback type 2025-05-20 11:10:43 -07:00
psp Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
software rename local pointer vars 'pixel' to 'pixels' 2025-04-08 18:20:03 +03:00
vitagxm Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
vulkan Added SDL_SetRenderTextureAddressMode() and SDL_GetRenderTextureAddressMode() 2025-03-28 13:51:19 -07:00
SDL_d3dmath.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_d3dmath.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_render.c Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_render_debug_font.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_render_unsupported.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_sysrender.h Restore support for the Nokia N-Gage (#12148) 2025-05-22 11:07:22 -07:00
SDL_yuv_sw.c Renamed SDL_SoftStretch() to SDL_StretchSurface() 2025-02-03 08:51:32 -08:00
SDL_yuv_sw_c.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00