Mathieu Eyraud
Mathieu Eyraud
## Description This patch adds support for sensor to joystick on Linux through the evdev interface. It stores all sensor devices into a list and try to match the sensor...
On X11, an exclusive fullscreen window becomes windowed if you minimize it. You can reproduce with `testwm`: - Ctrl-Enter toggle fullscreen - Ctrl-Z to minimize Fullscreen desktop mode (Alt-enter in...
I wrote an OpenGL implementation and fixed some bugs in SDL_gpu.c and spinning cube test. It is working:  But: - No multithreading support - ~No command buffer, every command...
With the Vulkan backend, if VULKAN_INTERNAL_DefragmentMemory() is called, the data returned by SDL_MapGPUTransferBuffer() may contain garbage even if you wait on the fence of the previous command buffer. You can...