Anonymous Maarten
|
fc2497b109
Revert "cmake: don't add -mwindows to link flags in sdl2.pc"
|
2 years ago |
Anonymous Maarten
|
2fdedd17be
Revert 6fa7d62 and 856c99e5
|
2 years ago |
Anonymous Maarten
|
856c99e583
android: target android-19 by default when building with build-scripts/androidbuildlibs.sh
|
2 years ago |
Anonymous Maarten
|
832754b970
ci: install SDL when built as a subproject
|
2 years ago |
Anonymous Maarten
|
6fa7d62408
ci: use android-ndk r25 (LTS) on CI
|
2 years ago |
Anonymous Maarten
|
d211aaddc1
cmake: don't add -mwindows to link flags in sdl2.pc
|
2 years ago |
Anonymous Maarten
|
d63a699e01
cmake: by default, disable install target when building SDL as a subproject
|
2 years ago |
Ozkan Sezer
|
8c51cae784
audio/aaudio, audio/openslES: fix -Wdeclaration-after-statement errors
|
2 years ago |
slime
|
65647b3417
SDL_Render: use high precision texcoords in ES2 shaders, when possible
|
2 years ago |
Sam Lantinga
|
f9beef760a
Added support for the Nintendo Switch Joy-Con Controllers on iOS and tvOS 16
|
2 years ago |
Sam Lantinga
|
aad7ef6eaf
Added support for the Nintendo Switch Pro Controller on iOS and tvOS 16
|
2 years ago |
Sam Lantinga
|
59963473ef
Enable bitcode by default for iOS and tvOS builds
|
2 years ago |
Sam Lantinga
|
20f51b1fd7
Fixed crash if debug text wasn't drawn during a session
|
2 years ago |
Ozkan Sezer
|
8cd515c324
better wording.
|
2 years ago |
Frank Praznik
|
41b89aec19
video: Improve the SDL_WINDOW_ALLOW_HIGHDPI flag documentation
|
2 years ago |
Ivan Epifanov
|
0a1641635d
VIta: enable arm neon/simd optimisations
|
2 years ago |
Anonymous Maarten
|
e5698d1394
cmake: allow cmake re-configuration after installation of x11 library
|
2 years ago |
Ozkan Sezer
|
192ae1e356
WhatsNew.txt: added line for the calling convention fixes.
|
2 years ago |
Anonymous Maarten
|
9ad3711a6b
cmake: only enable x11_xss/x11_xrandr/x11_xfixes when its lib is available
|
2 years ago |
Anonymous Maarten
|
ac9e8691a2
cmake: only build testnative when X11 is available
|
2 years ago |
Anonymous Maarten
|
aa7a6c0ea6
cmake: only enable x11_xcursor and x11_xinput when its library is available
|
2 years ago |
Anonymous Maarten
|
8f33de8462
cmake: set CMP0054 policy to NEW
|
2 years ago |
Ethan Lee
|
a33b5449ff
WhatsNew.txt: Added audio channel support changes
|
2 years ago |
Ethan Lee
|
f3008e4aab
audio: 3- and 5-channel formats are now supported
|
2 years ago |
Ryan C. Gordon
|
45c3b59d4b
audio: Turn off DEBUG_CONFIG logging again.
|
2 years ago |
Ryan C. Gordon
|
bec721f08a
audio: Fixed dst pointer on channel conversions that grow in-place.
|
2 years ago |
Ryan C. Gordon
|
9f56c7cf02
audio: Remove 5.1->X SIMD converters, add SSE mono->stereo.
|
2 years ago |
Ryan C. Gordon
|
b83ae9f24c
audio: Replaced some debug-printfs with debug-SDL_Logs. :)
|
2 years ago |
Ryan C. Gordon
|
f73d07da5f
audio: Headers said 5 channel is quad+center, but it's 4.1.
|
2 years ago |
Ryan C. Gordon
|
49ec8db5f8
audio: Generate the channel converter code from a program.
|
2 years ago |