Ryan C. Gordon
|
74043994b8
x11: Correctly restore previous GL context after sacrificial context is done.
|
7 years ago |
Ryan C. Gordon
|
a3dda100f4
x11: don't try to make a NULL GL context current when we already did that.
|
7 years ago |
Ryan C. Gordon
|
4649ac463c
x11: Clean up sacrificial GL context code.
|
7 years ago |
Ryan C. Gordon
|
507659c6ac
x11: Make a sacrificial glX context to check for extensions during init.
|
7 years ago |
Alex Szpakowski
|
20207abf80
macOS: Update controller mapping of Steelseries Stratus XL to account for reversed thumbstick y-axis values (bug #3483).
|
7 years ago |
Alex Szpakowski
|
d7ae313134
macOS: Fix menubar items being enabled when they shouldn't be.
|
7 years ago |
Alex Szpakowski
|
b959be2569
Code style cleanup in the Cocoa and UIKit vulkan files.
|
7 years ago |
Alex Szpakowski
|
cfd7a7fac6
macOS: Prevent unwanted native fullscreen (Spaces) toggles when the window is in fullscreen or isn't resizable. Fixes bug #3691.
|
7 years ago |
Sam Lantinga
|
ff76f8e5b4
Fixed bug 3791 - SDL_bits.h: __builtin_clz is supported in gcc >= 3.4
|
7 years ago |
Sam Lantinga
|
6c38c9007b
Update Android SDK required to API level 16
|
7 years ago |
Sam Lantinga
|
b54bcb34d0
Fixed bug 3483 - Steelseries Nimbus MFi controller reversed Y-axis analog stick
|
7 years ago |
Sam Lantinga
|
8e160a34a7
Convert tabs to spaces in game controller database entries
|
7 years ago |
Sam Lantinga
|
347fe70432
Fixed bug 3789 - Android : small clean up
|
7 years ago |
Sam Lantinga
|
b5f31c392d
Moved haptic source files into the proper folder
|
7 years ago |
Sam Lantinga
|
e53c5c5c50
Fix QNX build - prioritize system EGL headers over the Khronos ones
|
7 years ago |
Sam Lantinga
|
9ca6292372
Added some missing render capability flags
|
7 years ago |
Sam Lantinga
|
c3d428d402
Fixed line breaks in verbose test logging output
|
7 years ago |
Sam Lantinga
|
94e0f3e95b
Added some debug messaging for previously unhandled events
|
7 years ago |
Sam Lantinga
|
2d10a3f2b9
The dummy video driver check is now covered by explicitly checking for cocoa above.
|
7 years ago |
Sam Lantinga
|
92bf608527
Fixed bug 3616 - SDL_GL_CreateContext fails with SDL_GL_CONTEXT_DEBUG_FLAG and ANGLE/GLES 2.0
|
7 years ago |
Sam Lantinga
|
8fc1fb0805
Fixed bug 3719 - Cocoa - Incorrect window size when leaving fullscreen
|
7 years ago |
Ryan C. Gordon
|
846a9ab95e
test: forgot to change a variable.
|
7 years ago |
Ryan C. Gordon
|
4fc0163853
test: Fix for negative int that was now a size_t (thanks, Ozkan!).
|
7 years ago |
Ryan C. Gordon
|
21e32bac10
egl: Cast to size_t, in case platform's NativeDisplayType isn't a pointer.
|
7 years ago |
Ryan C. Gordon
|
eb3c66d3c8
A few more compiler warnings fixed.
|
7 years ago |
Ryan C. Gordon
|
ae667da638
Fixed a bunch of compiler warnings.
|
7 years ago |
Sam Lantinga
|
629f8abab4
Updated documentation, you don't need to initialize the audio subsystem to do in-place format conversion. (Thanks Simon Hug!)
|
7 years ago |
Sam Lantinga
|
abf8fc4c01
Fixed check for Mac OS X 10.11+ SDK (thanks Edward Rudd!)
|
7 years ago |
Sam Lantinga
|
2d655cd814
MAC_OS_X_VERSION_MAX_REQUIRED isn't actually set in recent Xcode versions
|
7 years ago |
Sam Lantinga
|
737ed973cb
Removed Metal and QuartzCore frameworks which aren't needed for Vulkan support
|
7 years ago |