Mathieu Eyraud

Results 4 issues of 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: ![output](https://github.com/icculus/SDL/assets/70028899/f79a4a3e-bc6e-491a-a3ad-a051d3d59e20) 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...