Ozkan Sezer
|
01663238dc
testplatform.c: move static asserts out of TestTypes().
|
3 years ago |
Ozkan Sezer
|
f0d2747df1
use _Static_assert for SDL_COMPILE_TIME_ASSERT(), when available
|
3 years ago |
Ozkan Sezer
|
dfbe1f7248
SDL_GetBasePath() fixes for OS/2
|
3 years ago |
Sylvain
|
b2db570ce9
SDL_triangle_blit_slow: sync code with SDL_blit_slow to handle ARGB2101010
|
3 years ago |
Sylvain
|
93e7caab9a
SDL_blit_slow: remove one nested 'if()' because of ARGB2101010 handling
|
3 years ago |
Sylvain
|
56568ffb38
Remove 'reserved identifier' warning
|
3 years ago |
Ozkan Sezer
|
1c1f5c180f
imported two libtool mainstream commits 28fbcb6a and b55b1cc8
|
3 years ago |
pionere
|
2c6a9c5194
minor optimization (SDL_audiocvt.c)
|
3 years ago |
pionere
|
85dff3e453
emscripten: obey enable-misc/SDL_MISC settings
|
3 years ago |
staphen
|
123b9aaa41
Adjust gradle dependencies to enable the build to position assets for the APK
|
3 years ago |
Ozkan Sezer
|
5905696e66
SDL_audiocvt.c: minor cleanup.
|
3 years ago |
Ozkan Sezer
|
61a93d3c46
minor whitespace cleanup.
|
3 years ago |
Ozkan Sezer
|
d1e4367f58
SDL_windowskeyboard.c: fix build with SDL_DISABLE_WINDOWS_IME defined.
|
3 years ago |
Ryan C. Gordon
|
1ee196b483
INSTALL.txt: Say "macOS" instead of "Mac OS X" in modern times.
|
3 years ago |
Sylvain
|
90b13e1488
Merge remote-tracking branch 'refs/remotes/origin/main'
|
3 years ago |
Sylvain
|
c44966b78b
Fixed bug #2691 - re-enable surface_testCompleteSurfaceConversion for ARGB2101010
|
3 years ago |
Sylvain
|
f3e86b9fd3
Fixed bug #2199: make SDL_blit_slow handles SDL_PIXELFORMAT_ARGB2101010, storing as RGBA
|
3 years ago |
Sam Lantinga
|
67848b6531
Fix name of macOS platform and link to README file
|
3 years ago |
Sylvain Becker
|
3bebdaccb7
METAL: clip rect w/h must be <= render pass
|
3 years ago |
Wohlstand
|
7c421fec16
SDL_audiocvt.c: Don't byteswap 8-bit streams
|
3 years ago |
Zach Reedy
|
363c36781d
Fixed: Incorrect assumption that mouse button is released when window is allocated
|
3 years ago |
Guus Waals
|
7495b98141
Make SDL_VIDEO_OPENGL_EGL optional on Android
|
3 years ago |
Sylvain
|
0ad606b48d
Android: add comment to set render target to NULL when going to background (bug #4041)
|
3 years ago |
Ozkan Sezer
|
ecc1c871e6
SDL_endian.h: use endian predefs from newer gcc and clang versions.
|
3 years ago |
Ozkan Sezer
|
ee6bfcdd66
SDL_blit_N.c: removed duplicated const (fixes bug #5401)
|
3 years ago |
Ryan C. Gordon
|
3ab739afff
cmake: Make test code use proper C main functions.
|
3 years ago |
Ozkan Sezer
|
072db7b005
SDL_windowskeyboard.c (IME_IsTextInputShown): remove unused local vars.
|
3 years ago |
SDL Wiki Bot
|
229297d97f
Sync wiki -> header
|
3 years ago |
Zach Reedy
|
d14a126383
IME Composition Truncation + SDL_IsTextInputShown + SDL_ClearComposition (#5398)
|
3 years ago |
Charlie Birks
|
9de97e19cc
emscripten: Don't prevent default on filtered key events
|
4 years ago |