| .. |
|
android
|
03485db0a3
Android: understand HAL_PIXEL_FORMAT_BGR_565 as a returned value from ANativeWindow_getFormat() (see #6016)
|
3 years ago |
|
arm
|
72f8044a42
ARM: NEON assembly optimization for SDL_FillRect
|
6 years ago |
|
cocoa
|
7ebdae5dc9
cocoa: Fix OpenGL deprecation warning.
|
3 years ago |
|
directfb
|
f500c14766
Fixed DirectFB build
|
3 years ago |
|
dummy
|
0bcbdfe2bd
video: dummy: Support evdev psuedo-device with no video.
|
3 years ago |
|
emscripten
|
b9e1d1b4de
events: Rename SDL_SendKeyboardKeyComplete to SDL_SendKeyboardKeyAndKeycode.+
|
3 years ago |
|
haiku
|
5ea9886bcf
haiku: Fix when screen color depth was 24 bits, SDL_GetWindowSurface would always fail with 'Unknown pixel format' error
|
3 years ago |
|
khronos
|
72fe6cc8f1
Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry
|
3 years ago |
|
kmsdrm
|
1d7966df15
Remove un-needed check for NULL pointer. They were previously checked just before.
|
3 years ago |
|
n3ds
|
80ff20f6fe
N3DS: Set keyboard focus to newly created windows.
|
3 years ago |
|
nacl
|
91ff88451b
Disable "The key you just pressed is not recognized by SDL." message by default
|
3 years ago |
|
ngage
|
875e9b35d7
N-Gage: additional cleanup
|
3 years ago |
|
offscreen
|
4298e79887
SDL_offscreenframebuffer.c: fix format '%d' expecting int instead of Uint32
|
3 years ago |
|
os2
|
ce5da5d579
Don't compare pointer against '0', but NULL
|
3 years ago |
|
pandora
|
412ceb84d4
video: Only check major version in SDL_GetWindowWMInfo
|
4 years ago |
|
ps2
|
8117bfe5d1
PS2: Ignore warnings from toolchain headers.
|
3 years ago |
|
psp
|
5ddac7e026
PSP: Fix type mismatch warnings.
|
3 years ago |
|
qnx
|
10ffcbb115
QNX: use SDL_malloc
|
4 years ago |
|
raspberry
|
78089e6598
Remove unused internal header SDL_sysevents.h
|
4 years ago |
|
riscos
|
91ff88451b
Disable "The key you just pressed is not recognized by SDL." message by default
|
3 years ago |
|
uikit
|
70656b133c
Don't recreate the window when creating a Metal renderer on an OpenGL window.
|
3 years ago |
|
vita
|
412ceb84d4
video: Only check major version in SDL_GetWindowWMInfo
|
4 years ago |
|
vivante
|
412ceb84d4
video: Only check major version in SDL_GetWindowWMInfo
|
4 years ago |
|
wayland
|
903301c6aa
wayland: Always use integer scaling for cursors.
|
3 years ago |
|
windows
|
389ffab733
Code style fixes, etc.
|
3 years ago |
|
winrt
|
674989261d
Fixed warning
|
3 years ago |
|
x11
|
ce5da5d579
Don't compare pointer against '0', but NULL
|
3 years ago |
|
yuv2rgb
|
50d8642fa3
Add optimiztion function with LSX in LoongArch
|
4 years ago |
|
SDL_RLEaccel.c
|
6da99d4a6c
Don't use SDL_SIMDFree() if the pixels haven't been allocated with SDL_SIMDAlloc()
|
4 years ago |
|
SDL_RLEaccel_c.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_blit.c
|
f3e86b9fd3
Fixed bug #2199: make SDL_blit_slow handles SDL_PIXELFORMAT_ARGB2101010, storing as RGBA
|
4 years ago |
|
SDL_blit.h
|
7adb08a79a
fixed SDL_BlitMap typedef redefinition errors
|
4 years ago |
|
SDL_blit_0.c
|
a75041e8dd
Fixed bug #2140: basic support to convert 16 colors palette PIXELFORMAT_INDEX4, to allow conversion to SDL_Texture
|
4 years ago |
|
SDL_blit_1.c
|
501a499180
Add clang-format on/off comments where necessary.
|
4 years ago |
|
SDL_blit_A.c
|
501a499180
Add clang-format on/off comments where necessary.
|
4 years ago |
|
SDL_blit_N.c
|
efe01faa8e
Replaced Blit4to4CopyAlpha() with optimized SDL_BlitCopy()
|
3 years ago |
|
SDL_blit_auto.c
|
501a499180
Add clang-format on/off comments where necessary.
|
4 years ago |
|
SDL_blit_auto.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_blit_copy.c
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_blit_copy.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_blit_slow.c
|
93e7caab9a
SDL_blit_slow: remove one nested 'if()' because of ARGB2101010 handling
|
4 years ago |
|
SDL_blit_slow.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_bmp.c
|
8598f05b47
Support loading 2bpp .bmp files
|
3 years ago |
|
SDL_clipboard.c
|
5fba31f6fb
SDL_HasPrimarySelectionText: fix -Wunreachable-code-return warning.
|
3 years ago |
|
SDL_egl.c
|
44d7b8b91d
egl: Check for a NULL pointer in SDL_EGL_GetProcAddress.
|
3 years ago |
|
SDL_egl_c.h
|
fd8cafc72e
Rename variables in SDL_egl.c to be more intuitive
|
4 years ago |
|
SDL_fillrect.c
|
d71df6448b
Fixed bug #6287 - SDL_FillRect failed for SDL_Surface with BitsPerPixel == 4
|
3 years ago |
|
SDL_pixels.c
|
ec58a817ef
Fixes made in response to running a static code analyzer under MS Windows.
|
3 years ago |
|
SDL_pixels_c.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_rect.c
|
d81fee7623
SDL_Rect: Added floating point versions of all the rectangle APIs.
|
4 years ago |
|
SDL_rect_c.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_rect_impl.h
|
ec58a817ef
Fixes made in response to running a static code analyzer under MS Windows.
|
3 years ago |
|
SDL_shape.c
|
0e1d19cf68
fix build errors resulting from -Wmisleading-indentation
|
3 years ago |
|
SDL_shape_internals.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_stretch.c
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_surface.c
|
507ce36d80
video: Note unused SDL_surface creation parameters for removal in SDL 3
|
4 years ago |
|
SDL_sysvideo.h
|
655275378d
N3DS port (squashed)
|
3 years ago |
|
SDL_video.c
|
fcc994e132
ensure that SDL2 does not set conflicting window flags (thanks @pionere!)
|
3 years ago |
|
SDL_vulkan_internal.h
|
029a9b2fa1
cocoa/uikit: Support VK_EXT_metal_surface
|
3 years ago |
|
SDL_vulkan_utils.c
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
SDL_yuv.c
|
389ffab733
Code style fixes, etc.
|
3 years ago |
|
SDL_yuv_c.h
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
|
sdlgenblit.pl
|
501a499180
Add clang-format on/off comments where necessary.
|
4 years ago |