.. |
android
|
Android: understand HAL_PIXEL_FORMAT_BGR_565 as a returned value from ANativeWindow_getFormat() (see #6016)
|
2022-09-03 23:40:14 +02:00 |
arm
|
ARM: NEON assembly optimization for SDL_FillRect
|
2019-10-24 21:17:52 -04:00 |
cocoa
|
JANITORIAL : Correct some more spelling mistakes (#6489)
|
2022-11-06 11:49:37 -08:00 |
directfb
|
Fixed DirectFB build
|
2022-10-28 08:39:02 -07:00 |
dummy
|
video: dummy: Support evdev psuedo-device with no video.
|
2022-08-08 08:31:04 -07:00 |
emscripten
|
events: Rename SDL_SendKeyboardKeyComplete to SDL_SendKeyboardKeyAndKeycode.+
|
2022-10-28 16:19:00 -04:00 |
haiku
|
haiku: Fix when screen color depth was 24 bits, SDL_GetWindowSurface would always fail with 'Unknown pixel format' error
|
2022-09-23 02:51:00 -07:00 |
khronos
|
Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry
|
2022-09-14 09:14:47 -07:00 |
kmsdrm
|
SDL_KMSDRMOPENGLES.H: Correct spelling mistakes
|
2022-10-30 11:24:42 -04:00 |
n3ds
|
N3DS: Don't set num_display by hand.
|
2022-10-10 08:50:59 -07:00 |
nacl
|
Disable "The key you just pressed is not recognized by SDL." message by default
|
2022-10-13 23:56:17 -07:00 |
ngage
|
video: removed unused devindex argument from bootstrap's create method.
|
2022-07-26 00:19:52 -04:00 |
offscreen
|
SDL_offscreenframebuffer.c: fix format '%d' expecting int instead of Uint32
|
2022-10-08 23:41:07 +02:00 |
os2
|
shape: Free platform-specific shaped window data.
|
2022-10-26 13:57:49 -04:00 |
pandora
|
video: Only check major version in SDL_GetWindowWMInfo
|
2022-05-24 08:56:23 -07:00 |
ps2
|
PS2: Ignore warnings from toolchain headers.
|
2022-10-10 22:31:16 -07:00 |
psp
|
PSP: Fix type mismatch warnings.
|
2022-10-10 22:31:16 -07:00 |
qnx
|
QNX: use SDL_malloc
|
2021-11-22 08:38:46 -08:00 |
raspberry
|
Remove unused internal header SDL_sysevents.h
|
2022-07-01 07:39:48 -07:00 |
riscos
|
Disable "The key you just pressed is not recognized by SDL." message by default
|
2022-10-13 23:56:17 -07:00 |
uikit
|
Don't change the window position when creating it on iOS, it is already placed on the correct display
|
2022-11-10 17:27:48 -08:00 |
vita
|
video: Only check major version in SDL_GetWindowWMInfo
|
2022-05-24 08:56:23 -07:00 |
vivante
|
video: Only check major version in SDL_GetWindowWMInfo
|
2022-05-24 08:56:23 -07:00 |
wayland
|
JANITORIAL : Correct some more spelling mistakes (#6489)
|
2022-11-06 11:49:37 -08:00 |
windows
|
JANITORIAL : Correct some more spelling mistakes (#6489)
|
2022-11-06 11:49:37 -08:00 |
winrt
|
#6433 Fix WINRT_IsScreenKeyboardShown on Xbox
|
2022-10-23 11:42:11 -07:00 |
x11
|
Re-set the maximize state if we were maximized while fullscreen
|
2022-10-29 09:35:07 -07:00 |
yuv2rgb
|
Add optimiztion function with LSX in LoongArch
|
2022-06-06 08:49:09 -07:00 |
SDL_blit.c
|
Fixed bug #2199: make SDL_blit_slow handles SDL_PIXELFORMAT_ARGB2101010, storing as RGBA
|
2022-03-15 17:46:12 +01:00 |
SDL_blit.h
|
fixed SDL_BlitMap typedef redefinition errors
|
2022-06-22 01:37:00 +03:00 |
SDL_blit_0.c
|
Fixed bug #2140: basic support to convert 16 colors palette PIXELFORMAT_INDEX4, to allow conversion to SDL_Texture
|
2022-02-10 13:44:59 +01:00 |
SDL_blit_1.c
|
Add clang-format on/off comments where necessary.
|
2022-05-19 01:31:29 -07:00 |
SDL_blit_A.c
|
Add clang-format on/off comments where necessary.
|
2022-05-19 01:31:29 -07:00 |
SDL_blit_auto.c
|
Add clang-format on/off comments where necessary.
|
2022-05-19 01:31:29 -07:00 |
SDL_blit_auto.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_blit_copy.c
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_blit_copy.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_blit_N.c
|
Replaced Blit4to4CopyAlpha() with optimized SDL_BlitCopy()
|
2022-09-16 10:09:13 -07:00 |
SDL_blit_slow.c
|
SDL_blit_slow: remove one nested 'if()' because of ARGB2101010 handling
|
2022-03-16 18:08:20 +01:00 |
SDL_blit_slow.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_bmp.c
|
Support loading 2bpp .bmp files
|
2022-09-17 16:50:45 -07:00 |
SDL_clipboard.c
|
SDL_HasPrimarySelectionText: fix -Wunreachable-code-return warning.
|
2022-09-17 00:51:00 +03:00 |
SDL_egl.c
|
SDL_EGL_GetProcAddress: remove unnecessary underscore-prepended search.
|
2022-10-25 14:56:32 +03:00 |
SDL_egl_c.h
|
Rename variables in SDL_egl.c to be more intuitive
|
2022-06-11 14:20:18 -07:00 |
SDL_fillrect.c
|
Fixed bug #6287 - SDL_FillRect failed for SDL_Surface with BitsPerPixel == 4
|
2022-09-27 10:21:15 +02:00 |
SDL_pixels.c
|
Handle SDL_PIXELFORMAT_EXTERNAL_OES in SDL_GetPixelFormatName()
|
2022-08-16 07:29:45 -07:00 |
SDL_pixels_c.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_rect.c
|
SDL_Rect: Added floating point versions of all the rectangle APIs.
|
2022-03-19 10:35:24 -04:00 |
SDL_rect_c.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_rect_impl.h
|
SDL_Rect: Added floating point versions of all the rectangle APIs.
|
2022-03-19 10:35:24 -04:00 |
SDL_RLEaccel.c
|
Don't use SDL_SIMDFree() if the pixels haven't been allocated with SDL_SIMDAlloc()
|
2022-05-11 08:40:17 -07:00 |
SDL_RLEaccel_c.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_shape.c
|
fix build errors resulting from -Wmisleading-indentation
|
2022-10-22 18:56:40 +03:00 |
SDL_shape_internals.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_stretch.c
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_surface.c
|
video: Note unused SDL_surface creation parameters for removal in SDL 3
|
2022-06-13 11:53:53 -07:00 |
SDL_sysvideo.h
|
N3DS port (squashed)
|
2022-10-10 08:50:59 -07:00 |
SDL_video.c
|
video: add SDL_DllNotSupported
|
2022-11-11 02:53:30 -08:00 |
SDL_vulkan_internal.h
|
cocoa/uikit: Support VK_EXT_metal_surface
|
2022-08-19 09:48:22 -07:00 |
SDL_vulkan_utils.c
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
SDL_yuv.c
|
Add optimiztion function with LSX in LoongArch
|
2022-06-06 08:49:09 -07:00 |
SDL_yuv_c.h
|
Updated copyright for 2022
|
2022-01-03 09:40:21 -08:00 |
sdlgenblit.pl
|
Add clang-format on/off comments where necessary.
|
2022-05-19 01:31:29 -07:00 |