Commit History

Author SHA1 Message Date
  Manuel Alfayate Corchete 78c274cb5d kmsdrm: merge patches from Ozkan Sezer for removing c-99'isms and raising libgbm version reqeriments. 4 years ago
  Sylvain Becker 7ad71563ce Android: be sure shared libraries are loaded in onConfigurationChanged() 4 years ago
  Sylvain Becker 955f3184f9 Fixed bug 5239 - Play audio on Android while backgrounded (Thanks Superfury) 4 years ago
  Ryan C. Gordon 7ef188a1fb jack: Fixed memory leak on device close. 4 years ago
  Ozkan Sezer ebfc98377b ac_check_define.m4: remove stray AC_DEFINE outside of the macro definition 4 years ago
  Ozkan Sezer 3544bd9e78 ac_check_define.m4: AC_REQUIRE([AC_PROG_CPP]) -- fixes bug #5234. 4 years ago
  Cameron Gutman 9a769da04a X11: Remove our X11 error callback in X11_DeleteDevice() 4 years ago
  Manuel Alfayate Corchete 9c342e76dd kmsdrm: merge heap buffer overflow and cursor creation patches from meyraud705. 4 years ago
  Manuel Alfayate Corchete 0cb9bfa502 kmsdrm: less excessive error checkhing 4 years ago
  Manuel Alfayate Corchete 5bed30dd61 kmsdrm: also do pending modeseting in SwapWindowDoubleBuffered(). 4 years ago
  Manuel Alfayate Corchete 9e9227add3 kmsdrm: reimplement modesetting for fullscreen window scaling and AR-correction. 4 years ago
  Manuel Alfayate Corchete 4575c6942a kmsdrm: delete ununsed variable. 4 years ago
  Manuel Alfayate Corchete 01b0cf1c90 Backed out changeset 4a45d1a30d25 4 years ago
  Manuel Alfayate Corchete 7b67654872 kmsdrm: don't fool SDL into thinking that changing the physical videomode is done. 4 years ago
  Manuel Alfayate Corchete a6d182d326 kmsdrm: no need to reconnect/reactivate things in SwapWindowDoubleBuffered(). 4 years ago
  Manuel Alfayate Corchete 47e2d0304e kmsdrm: greatly improve comments in SwapBuffersFenced() for future reference. 4 years ago
  Ryan C. Gordon 3c6004feb7 kmsdrm: Choose how to swap buffers based on EGL extension availability. 4 years ago
  Ryan C. Gordon c7e761f872 kmsdrm: Patched to compile if EGL headers lack EGL_ANDROID_native_fence_sync. 4 years ago
  Ryan C. Gordon 224aa45b59 kmsdrm: Implement GL_DefaultProfileConfig for Raspberry Pi compatibility. 4 years ago
  Ryan C. Gordon 092162ede7 video: Set up default before calling GL_DefaultProfileConfig(). 4 years ago
  Ryan C. Gordon e758dd53dc egl: Make SDL_EGL_HasExtension() available outside of SDL_egl.c. 4 years ago
  Manuel Alfayate Corchete 055cad49b6 kmsdrm: no need to re-connect/reactivate things in SwapWindow() anymore because we use a dumb buffer on KMS buffers destruction now. 4 years ago
  Manuel Alfayate Corchete 351219bfd8 kmsdrm: On VideoQuit(), only destroy dumb buffer if it exists. 4 years ago
  Sam Lantinga 8709f67ebc Fixed bug 5215 - Fixing filenames passed to dlopen for OpenBSD 4 years ago
  Cameron Gutman 1b6de9a987 Fix SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH=1 on Metal windows 4 years ago
  Manuel Alfayate Corchete 244d0ad854 kmsdrm: Tell SDL that mouse has entered the window via artificial event. Fixes sticky mouse in Scummvm. 4 years ago
  Manuel Alfayate Corchete 550e153365 kmsdrm: No need to test for display driverdata when freeing a plane. 4 years ago
  Manuel Alfayate Corchete 6e03fab982 kmsdrm: add temporary RPI4_COMPAT define to try RPI4+current Rasbian compatibility. 4 years ago
  Manuel Alfayate Corchete 0f807fd607 kmsdrm: use a black dumb buffer for keeping the PRIMARY PLANE occupied when we destroy the KMS buffers, instead of using the TTY buffer, to avoid flickering. 4 years ago
  Sylvain Becker 4d1c2a1857 Fix false compiler warning: initialize the variable 'memdiff' 4 years ago