Commit History

Author SHA1 Message Date
  Manuel Alfayate Corchete 2f660c4fdd Delete windata variable no longer needed in KMSDR_SetDisplayMode(). 4 years ago
  Manuel Alfayate Corchete 3a1d7d9c9a Surfaces have to be recreated immediately from KMSDRM_SetDisplayMode(). 4 years ago
  Manuel Alfayate Corchete b6a818b6a2 Fix SDL_Window recreation: drmModeSetCrtc() has to be called everytime the EGL and GBM surfaces are recreated. 4 years ago
  Sam Lantinga 71e9df99c7 Fixed bug 5231 - Fix for hardware cursor: size and alpha-premultiplication. 4 years ago
  Sam Lantinga b0ca8efd29 Re-add check for Metal on x86, where it's not supported. 4 years ago
  Ryan C. Gordon b7a4fdd318 metal: Make sure we have a command buffer available before trying to present. 4 years ago
  Ryan C. Gordon b5affd12e6 Patched to compile. 4 years ago
  Ryan C. Gordon 3b38e61a7d winrt: Fix casting a pointer to int. 4 years ago
  Ryan C. Gordon 8babda2c20 egl: SDL_EGL_LoadLibaryOnly() shouldn't set _this->gl_config.driver_loaded = 1 4 years ago
  Ryan C. Gordon af71510cca assert: Implement SDL_TriggerBreakpoint for Apple ARM hardware. 4 years ago
  Ryan C. Gordon 45f5eb0615 configure: On Apple platforms, only exclude Vulkan on x86. 4 years ago
  Sam Lantinga 968b830d14 Fixed bug 5232 - SDL2 configure script detects Apple Silicon Macs as iPhones; fails to build due to missing components 4 years ago
  Sam Lantinga cab1a715f5 Fixed bug 5233 - PS3 Gamepad Motion Control not correctly ignored on Linux 4 years ago
  M Stoeckl a78b9763f1 Reuse Wayland connection from availability check 4 years ago
  M Stoeckl 8669a87f05 Reuse X11 connection from availability check 4 years ago
  M Stoeckl 052a13738d Merge VideoBootStrap::available into VideoBootStrap::create 4 years ago
  Ozkan Sezer 49ec65587a fix bug #5228 -- Add AltiVec detection for FreeBSD. 4 years ago
  stfx b162629546 cmake: Fix building with -DSDL_HAPTIC=Off 4 years ago
  Ozkan Sezer fe97f01bc6 configure: corretly print --enable-arm-simd default value. 4 years ago
  Ryan C. Gordon 6aec6da4c3 stdinc: Let Clang static analysis see more C runtime functions. 4 years ago
  Ryan C. Gordon 0e98040d43 joystick: Linux joysticks now recover better from dropped events. 4 years ago
  Sylvain Beucler e594a6738a emscripten: Introduce SDL_HINT_EMSCRIPTEN_ASYNCIFY 4 years ago
  Sylvain Beucler 01af7b0254 emscripten: support pseudo-synchronous screen refresh and events update using asyncify 4 years ago
  Ryan C. Gordon 3b71ebecd6 configure: Accidentally deleted a ')' 4 years ago
  Ryan C. Gordon e294639a6d cmake: Fix Metal detection on macOS/iOS. 4 years ago
  Ryan C. Gordon 363fd52b41 configure/cmake: Disable ARM SIMD and NEON by default. 4 years ago
  Ryan C. Gordon 694fea8ad8 video: Make SDL_CreateWindow use SDL_Init(SDL_INIT_VIDEO), not SDL_VideoInit. 4 years ago
  Ryan C. Gordon 50fd0dd143 test: testspriteminimal wasn't calling SDL_Quit() on exit. 4 years ago
  Ryan C. Gordon 1947ca7028 video: Changed SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS to default to FALSE. 4 years ago
  Ryan C. Gordon 21482c1582 cmake: Bump minimum required CMake to 3.0.0 and mark link libraries PRIVATE. 4 years ago