1df0a1e497
Fixed bug 5140 - KMSDRM: Dynamic vsync toggle does not work
Sam Lantinga
2020-05-26 16:27:00 -07:00
15294e2121
Fixed iOS build
Sam Lantinga
2020-05-26 13:54:47 -07:00
cc2fe84d73
Getting closer.
Sam Lantinga
2020-05-26 13:19:48 -07:00
0713c5790d
More Linux fixes.
Sam Lantinga
2020-05-26 13:19:44 -07:00
c7d1dab1fe
Rename Linux-only variable.
Sam Lantinga
2020-05-26 13:19:41 -07:00
b820a81ffb
Include SDL_hints.h.
Sam Lantinga
2020-05-26 13:19:35 -07:00
de866e6606
Include SDL_hint.h.
Sam Lantinga
2020-05-26 13:19:29 -07:00
abd5841850
Make some changes to SDL_SetThreadPriority to try and have SDL transparently handle more of the work. 1. Comment that SDL_SetThreadPriority will make any necessary system changes when applying priority. 2. Add a hint to override SDL's default behavior for scheduler policy. 3. Modify the pthreads SDL_SetThreadPriority so that instead of just using the current thread scheduler policy it will change it to a policy that should work best for the requested priority. 4. Add hint checks in SDL_SetThreadPriority so that #3 can be overridden if desired. 5. Modify the Linux SDL_SetThreadPriority so that in the case that policy, either by SDL defaults or from the hint, is a realtime policy it uses the realtime rtkit API. 6. Prior to calling rtkit on Linux make the necessary thread state changes that rtkit requires. Currently this is done every time as it isn't expected that SDL_SetThreadPriority will be called repeatedly for a thread.
Sam Lantinga
2020-05-26 13:19:19 -07:00
f16e6bfa8e
Fixed creating a metal renderer without specifying a metal window
Sam Lantinga
2020-05-25 14:10:51 -07:00
f176d7fda0
Added a note not to use XinputUap.dll for XInput support
Sam Lantinga
2020-05-22 16:45:02 -07:00
600a2fc7c3
locale: Removed unused variable.
Ryan C. Gordon
2020-05-21 04:01:37 -04:00
a299fdd789
sensor: Fixed compiler warnings on mingw64.
Ryan C. Gordon
2020-05-21 03:52:48 -04:00
ba11122ea0
locale: Fixed compiler warning on Visual Studio.
Ryan C. Gordon
2020-05-21 03:48:56 -04:00
b4e76b58e7
sensor: Fix overaggressive search/replace. :)
Ryan C. Gordon
2020-05-20 17:32:23 -04:00
27c38eb22e
sensor: Correct fix for redefinition of various symbols.
Ryan C. Gordon
2020-05-20 17:22:52 -04:00
5fe34a4079
hidapi: Fix compiler warning.
Ryan C. Gordon
2020-05-20 17:01:25 -04:00
c9d358bce9
sensor: Fix build on various Windows compilers with various predefinitions.
Ryan C. Gordon
2020-05-20 16:59:35 -04:00
68777406e5
windows: Fix calls to CoCreateInstance() so last parameter is a LPVOID *.
Ryan C. Gordon
2020-05-20 16:58:33 -04:00
539125b895
locale: Fixed compiler warning on WinRT.
Ryan C. Gordon
2020-05-20 16:43:02 -04:00
8bd3b2c801
configure: fix fcitx tests.
Ryan C. Gordon
2020-05-20 16:34:19 -04:00
d66b73666d
locale: Patched to compile on Windows Phone.
Ryan C. Gordon
2020-05-20 16:15:14 -04:00
a5c654d5c3
configure: Just don't do the -idirafter on QNX.
Ryan C. Gordon
2020-05-19 13:22:01 -04:00
72fdc80512
configure: -idirafter needs a space, -I doesn't.
Ryan C. Gordon
2020-05-19 12:30:26 -04:00
475afe2162
configure: Do a real check for -idirafter anyhow.
Ryan C. Gordon
2020-05-19 12:08:05 -04:00
2f565b4469
configure: Regenerate configure script.
Ryan C. Gordon
2020-05-19 11:52:15 -04:00
0e08d23793
configure: Not all compilers understand -idirafter, use -I instead.
Ryan C. Gordon
2020-05-19 11:48:22 -04:00
da54eb7c3a
checker-buildbot.bat: Removed. This is clearly not going to work like this.
Ryan C. Gordon
2020-05-19 11:38:18 -04:00
24a76b278a
build-scripts: Attempt at a static analysis batch file for Windows.
Ryan C. Gordon
2020-05-19 04:01:03 -04:00
3808b120dc
locale: Make sure C++ implementations (Haiku!) use C linkage.
Ryan C. Gordon
2020-05-19 03:14:46 -04:00
20ed8019c9
os2-buildbot.sh: Fix upload path.
Ryan C. Gordon
2020-05-19 02:59:02 -04:00
a1d7410ff8
windows-buildbot-zipper.bat: Attempt to update for new buildbot.
Ryan C. Gordon
2020-05-19 02:56:02 -04:00
863776f8dd
haiku: Another attempt at fixing build.
Ryan C. Gordon
2020-05-19 01:19:52 -04:00
e53d39cf35
haiku: Patched to compile.
Ryan C. Gordon
2020-05-19 00:09:59 -04:00
e11a665cd6
raspberrypi-buildbot.sh: Fix output directory.
Ryan C. Gordon
2020-05-18 21:20:11 -04:00
9db4e6ed35
os2-buildbot.sh: Fix output directory.
Ryan C. Gordon
2020-05-18 21:10:20 -04:00
3195551b2e
xcode: make sure locale sources are used in all targets.
Ryan C. Gordon
2020-05-18 21:07:02 -04:00
7558d960b6
OS/2: Forgot to add locale source dir to makefile.
Ryan C. Gordon
2020-05-18 20:18:34 -04:00
c26c348a32
raspberrypi-buildbot.sh: Leave files in the right place, don't nuke build dir.
Ryan C. Gordon
2020-05-18 20:06:16 -04:00
b0f41e1421
emscripten-buildbot.sh: Leave files in the right place, don't nuke build dir.
Ryan C. Gordon
2020-05-18 20:02:11 -04:00
5358882b10
emscripten-buildbot.sh: the SDK path changed on the new build worker.
Ryan C. Gordon
2020-05-18 16:33:29 -04:00
4c883383d4
checker-buildbot.sh: Use Ninja, not GNU make, and expect scan-build in $PATH.
Ryan C. Gordon
2020-05-18 15:52:51 -04:00
c1ef549745
emscripten-buildbot.sh: target WebAssembly instead of asm.js.
Ryan C. Gordon
2020-05-18 12:00:22 -04:00
db4246f695
Only set colorkey, if converted surface has no alpha channel (2979)
Sylvain Becker
2020-05-17 21:23:17 +02:00
f6197aec85
Fix issue with colorkey, palette and format conversion Set the colorkey information on the converted surface. Test-case in bug 3826/2979, conflicting with bug 4798
Sylvain Becker
2020-05-17 20:45:55 +02:00
fa23e3d00b
locale: Implemented SDL_GetPreferredLocales().
Ryan C. Gordon
2020-05-04 02:27:29 -04:00
1e5dd06f83
Added support for the HORI Real Arcade Pro on Mac OSX and Linux
Sam Lantinga
2020-05-06 12:19:58 -07:00
cd2bdaef1c
ControllerList: add PDP Faceoff Deluxe Audio Switch Controller and HORI Real Arcade Pro V Switch Edition
Sam Lantinga
2020-05-06 11:19:52 -07:00
0e5b48d2d8
ControllerList: add NACON Revolution Unlimited (and it's dongle) and NACON Daija fight stick.
Sam Lantinga
2020-05-06 11:19:47 -07:00
b3a34c94e0
hid: Add Microsoft Precision Mouse to the joystick blacklist.
Ryan C. Gordon
2020-05-06 03:18:25 -04:00
85d97410d4
hid: Cleanup Windows joystick blacklist code, to make additions easier.
Ryan C. Gordon
2020-05-06 03:13:44 -04:00
b0a20a153c
stdlib: Fixed compiler warnings about int vs size_t.
Ryan C. Gordon
2020-05-05 12:48:55 -04:00
0eb6512b53
Fixed bug 5121 - Use SDL_calloc instead of calloc in Wayland_CreateWindow
Sam Lantinga
2020-05-04 13:19:26 -07:00
65ad45340d
Improvement for bug 3446 - The haptic API does not allow to select the direction axes
Sam Lantinga
2020-05-04 13:17:43 -07:00
11723411ab
Added support for the Razer Kishi
Sam Lantinga
2020-05-04 10:16:10 -07:00