Ryan C. Gordon
|
3fd35f6bb0
coreaudio: looks like we need more like a 10ms buffer minimum, not 50ms.
|
8 年 前 |
Ryan C. Gordon
|
793c788b1c
coreaudio: dynamically allocate AudioQueueBuffers.
|
8 年 前 |
Philipp Wiesemann
|
088f57a62a
Removed unnecessary call to free() in testoverlay2 program.
|
8 年 前 |
Philipp Wiesemann
|
fa3944ba39
Removed unused signal includes and handler in test programs.
|
8 年 前 |
Philipp Wiesemann
|
bf8ccf08bb
Removed redundant mouse clean up on quit for some platforms.
|
8 年 前 |
Ryan C. Gordon
|
a9c7bc85f1
android: add screenSize to AndroidManifest's configChanges (thanks, Daniel!).
|
8 年 前 |
Ryan C. Gordon
|
e889757bb3
assert: Better Emscripten support.
|
8 年 前 |
Ryan C. Gordon
|
d6f418641d
assert: Check for Clang _and_ GCC, in case they ever drop compatibility.
|
8 年 前 |
Ryan C. Gordon
|
8917f8634d
assert: allow assertions to work on platforms without threads.
|
8 年 前 |
Ryan C. Gordon
|
91e6054b03
wasapi: don't mark capture devices as failed for AUDCLNT_S_BUFFER_EMPTY.
|
8 年 前 |
Ryan C. Gordon
|
02773811b3
render: GL_DestroyRender() should activate first.
|
8 年 前 |
Ryan C. Gordon
|
cff9e5a876
test: info now reports usable display bounds and DPI (thanks, Eric!).
|
8 年 前 |
Ryan C. Gordon
|
81ab6c98fd
Patched to compile on Windows.
|
8 年 前 |
Ryan C. Gordon
|
13b6d9959a
wasapi: Replace tabs with strings in source code.
|
8 年 前 |
Ryan C. Gordon
|
adabc38439
wasapi: Deal with AUDCLNT_S_BUFFER_EMPTY when flushing audio device.
|
8 年 前 |
Ryan C. Gordon
|
4073a6694f
audio: One more callbackspec fix (thanks, Simon!).
|
8 年 前 |
Sam Lantinga
|
772407627b
Fixed restoring a window that was maximized then minimized, then restored.
|
8 年 前 |
Sam Lantinga
|
ccf0566ca4
SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec:
|
8 年 前 |
Philipp Wiesemann
|
a0aff76416
Added missing path in porting README.
|
8 年 前 |
Philipp Wiesemann
|
df4cf79d42
directfb: Fixed compiler warnings about undefined functions.
|
8 年 前 |
Philipp Wiesemann
|
29222db7f6
emscripten: Fixed not removing pointer lock event callback.
|
8 年 前 |
Philipp Wiesemann
|
cc5b4f450a
emscripten: Changed internal functions to be static.
|
8 年 前 |
Philipp Wiesemann
|
ce01128adf
Fixed warnings about shadowed global variable.
|
8 年 前 |
Philipp Wiesemann
|
87e0d812dd
directfb: Removed duplicate comment.
|
8 年 前 |
Philipp Wiesemann
|
61c326e12b
directfb: Fixed typo in log message.
|
8 年 前 |
Philipp Wiesemann
|
75c0d1ef6d
directfb: Fixed compiler warnings about unused variables.
|
8 年 前 |
Ryan C. Gordon
|
c878b59bbe
audio: fixed more "spec" references that should have been "callbackspec".
|
8 年 前 |
Sam Lantinga
|
8b7ae35356
Fixed build error on Linux
|
8 年 前 |
Sam Lantinga
|
9ac3bb7011
Added support for mixing Qt and SDL on iOS
|
8 年 前 |
Philipp Wiesemann
|
60f2848421
haiku: Fixed crash on quit if max number of joysticks was connected.
|
8 年 前 |