SDL/src
Ryan C. Gordon 0eea92c8fc
blit: Add a case for 8-bit blits that sdl12-compat exposed.
sdl12-compat can get into a state where a color-keyed surface is
marked for blending, but wants to blend with full alpha (which
is the same as _not_ blending), so rather than fail to find a
blitter in that case, it just selects the colorkey blitter.

Reference https://github.com/libsdl-org/sdl12-compat/issues/233
2023-05-16 14:38:44 -04:00
..
atomic Updated copyright for 2023 2023-01-09 09:48:21 -08:00
audio coreaudio: Flush/stop the AudioQueue before disposing of it. 2023-05-08 14:25:01 -04:00
core Fixed crash if dbus can't be initialized 2023-04-04 12:35:30 -07:00
cpuinfo cpuinfo: use __cpuidex instead of __cpuid 2023-03-27 06:13:28 +00:00
dynapi Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
events events: Increase the size of the name buffer when logging events 2023-03-26 22:01:17 -07:00
file Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
filesystem Updated copyright for 2023 2023-01-09 09:48:21 -08:00
haptic Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
hidapi hidapi/mac: replace sprintf uses with snprintf. 2023-04-24 10:46:49 -07:00
joystick Check to make sure the Windows joystick device has buttons and axes 2023-05-15 21:44:20 -07:00
libm Updated copyright for 2023 2023-01-09 09:48:21 -08:00
loadso Updated copyright for 2023 2023-01-09 09:48:21 -08:00
locale Updated copyright for 2023 2023-01-09 09:48:21 -08:00
main Haiku: use a BLooper for events. 2023-03-30 10:20:11 -07:00
misc Updated copyright for 2023 2023-01-09 09:48:21 -08:00
power Updated copyright for 2023 2023-01-09 09:48:21 -08:00
render Fixed SDL_RenderSetVSync does not update flags if simulated vsync is on 2023-03-17 14:55:04 -07:00
sensor Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
stdlib Implement _intel_fast_(memcpy|memset) 2023-03-27 06:13:28 +00:00
test Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
thread Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
timer Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 2023-03-09 15:23:59 -08:00
video blit: Add a case for 8-bit blits that sdl12-compat exposed. 2023-05-16 14:38:44 -04:00
SDL.c Backport simplify flags PR #7220 2023-02-09 17:19:46 -08:00
SDL_assert.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_assert_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_dataqueue.c dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_dataqueue.h dataqueue: Make thread safe. 2023-03-02 16:43:44 -05:00
SDL_error.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_error_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_guid.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_hints_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_internal.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_list.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_log_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils.c Updated copyright for 2023 2023-01-09 09:48:21 -08:00
SDL_utils_c.h Updated copyright for 2023 2023-01-09 09:48:21 -08:00