| .. |
|
android
|
2423c51471
Work around hang in AAudioStream_write() during extended shared object loading while running in a debugger. Observed on a OnePlus 8T (KB2005) running Oxygen OS 11.0.10.10.KB05AA.
|
4 years ago |
|
arm
|
72f8044a42
ARM: NEON assembly optimization for SDL_FillRect
|
6 years ago |
|
cocoa
|
ceb9e9a809
cocoa: Removed a debug printf call.
|
4 years ago |
|
directfb
|
19bf36db15
DirectFB: use SDL_malloc
|
4 years ago |
|
dummy
|
839387ed0a
video/dummy: Don't zero out the fake display mode before adding it.
|
4 years ago |
|
emscripten
|
d31251b014
use SDL's functions version inplace of libc version
|
4 years ago |
|
haiku
|
c878d9a0aa
Haiku: comment this should not be SDL_free()
|
4 years ago |
|
khronos
|
23ffa3d914
Update SDL's copy of the EGL headers from Khronos
|
4 years ago |
|
kmsdrm
|
fae7034901
Fix warnings: static, include, un-initialized vairables
|
4 years ago |
|
nacl
|
77c8d11137
configuration updates for dlopen:
|
4 years ago |
|
offscreen
|
23b7bdef87
offscreen: Don't fail to create a window because of driver_loaded politics.
|
4 years ago |
|
os2
|
662ea5abe4
minor correction after previous patch and minor tidy-up.
|
4 years ago |
|
pandora
|
79b37cc55f
Pandora: use SDL_malloc
|
4 years ago |
|
psp
|
f23022ef97
Removed non-functional window grab implementations
|
5 years ago |
|
qnx
|
10ffcbb115
QNX: use SDL_malloc
|
4 years ago |
|
raspberry
|
f23022ef97
Removed non-functional window grab implementations
|
5 years ago |
|
riscos
|
4d3da5b75b
riscos: Disable the mouse pointer for now
|
4 years ago |
|
uikit
|
11ae43ca16
Only lock the pointer for mouse relative mode, there isn't really a concept of grab and confinement on iOS
|
4 years ago |
|
vita
|
d31251b014
use SDL's functions version inplace of libc version
|
4 years ago |
|
vivante
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
wayland
|
72e53e4b87
wayland: Clear driverdata before calling ResetDisplayModes
|
4 years ago |
|
windows
|
715d481271
windows: Fix GUI key state when grabbing the keyboard
|
4 years ago |
|
winrt
|
11a9cd6344
Fixed building SDL on UWP
|
4 years ago |
|
x11
|
f6fdbc1e37
video: x11: Fix an invalid SDL_LogError() call
|
4 years ago |
|
yuv2rgb
|
8589134f16
Fixed potential buffer overflow in YUV conversion
|
4 years ago |
|
SDL_RLEaccel.c
|
5a7a7ba570
Don't use "realloc" in comment so that it doesn't show up
|
4 years ago |
|
SDL_RLEaccel_c.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit.h
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
4 years ago |
|
SDL_blit_0.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit_1.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit_A.c
|
c2dd50a9a0
Fixed whitespace
|
4 years ago |
|
SDL_blit_N.c
|
c2dd50a9a0
Fixed whitespace
|
4 years ago |
|
SDL_blit_auto.c
|
e88d78462e
Update SDL_blit_auto.c
|
5 years ago |
|
SDL_blit_auto.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit_copy.c
|
a91ab883e9
Fixed building on Windows with cmake, ninja, and clang
|
4 years ago |
|
SDL_blit_copy.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_blit_slow.c
|
ab0cf42a4b
Software nearest scaling: start at the middle of pixel
|
5 years ago |
|
SDL_blit_slow.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_bmp.c
|
268fbcd460
Fixed compiler warning on Visual Studio
|
4 years ago |
|
SDL_clipboard.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_egl.c
|
4e5839a5f4
Fixed compiling for Raspberry Pi
|
4 years ago |
|
SDL_egl_c.h
|
0aff42a159
egl: Group data fields before function pointers in SDL_EGL_VideoData.
|
4 years ago |
|
SDL_fillrect.c
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
4 years ago |
|
SDL_pixels.c
|
8c91cf7dba
Always create a full 256-entry map in case color values are out of range
|
4 years ago |
|
SDL_pixels_c.h
|
c97b721868
Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
|
4 years ago |
|
SDL_rect.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_rect_c.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_shape.c
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_shape_internals.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_stretch.c
|
ab0cf42a4b
Software nearest scaling: start at the middle of pixel
|
5 years ago |
|
SDL_surface.c
|
c97b721868
Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
|
4 years ago |
|
SDL_sysvideo.h
|
fed857787a
Update the orientation and display modes when the display settings change on Windows
|
4 years ago |
|
SDL_video.c
|
0445c13aae
Remove 'malloc' from comment
|
4 years ago |
|
SDL_vulkan_internal.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
SDL_vulkan_utils.c
|
a74f888ff9
Fixed bug #4337 - compilation of 'SDL_vulkan_utils' fails with 'VK_ERROR_INCOMPATIBLE_VERSION_KHR' undeclared
|
4 years ago |
|
SDL_yuv.c
|
c2dd50a9a0
Fixed whitespace
|
4 years ago |
|
SDL_yuv_c.h
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
|
sdlgenblit.pl
|
ab0cf42a4b
Software nearest scaling: start at the middle of pixel
|
5 years ago |