Ryujinx-SDL/src/video/kmsdrm
Cameron Gutman dfa64eadd3 KMSDRM: Add hint to enable the backend without DRM master
In some cases, it can be useful to have the KMSDRM backend even if it cannot
be used for rendering. An app may want to use SDL for input processing while
using another rendering API (such as an MMAL overlay on Raspberry Pi) or
using its own code to render to DRM overlays that SDL doesn't support.

This also moves the check for DRM master to an earlier point where we can fail
initialization of the backend, rather than allowing the backend to initialize
then failing the creation of a window later.
2021-02-25 18:48:36 -08:00
..
SDL_kmsdrmdyn.c [KMS/DRM] Go back to the LEGACY interface only because using planes breaks compatibility with HW, so no advantage on using ATOMIC. 2021-01-08 18:57:12 +01:00
SDL_kmsdrmdyn.h [KMS/DRM] Go back to the LEGACY interface only because using planes breaks compatibility with HW, so no advantage on using ATOMIC. 2021-01-08 18:57:12 +01:00
SDL_kmsdrmevents.c Fixed bug 5461 - Add rewritten WSCONS driver for OpenBSD 2021-01-14 14:32:11 -08:00
SDL_kmsdrmevents.h [KMS/DRM] Go back to the LEGACY interface only because using planes breaks compatibility with HW, so no advantage on using ATOMIC. 2021-01-08 18:57:12 +01:00
SDL_kmsdrmmouse.c [KMS/DRM] Replace indent tabs with spaces, as intended. 2021-02-10 10:22:19 -05:00
SDL_kmsdrmmouse.h [KMS/DRM] Patch for bug #5513. KMSDRM backend can now manage and use several displays. 2021-02-10 10:22:18 -05:00
SDL_kmsdrmopengles.c [KMS/DRM] Replace indent tabs with spaces, as intended. 2021-02-10 10:22:19 -05:00
SDL_kmsdrmopengles.h [KMS/DRM] Go back to the LEGACY interface only because using planes breaks compatibility with HW, so no advantage on using ATOMIC. 2021-01-08 18:57:12 +01:00
SDL_kmsdrmsym.h KMSDRM: Add gamma support 2021-02-25 11:39:10 -08:00
SDL_kmsdrmvideo.c KMSDRM: Add hint to enable the backend without DRM master 2021-02-25 18:48:36 -08:00
SDL_kmsdrmvideo.h KMSDRM: Add gamma support 2021-02-25 11:39:10 -08:00
SDL_kmsdrmvulkan.c Fix memory leak in KMSDRM_Vulkan_CreateSurface 2021-02-22 09:00:45 -08:00
SDL_kmsdrmvulkan.h [KMS/DRM] Go back to the LEGACY interface only because using planes breaks compatibility with HW, so no advantage on using ATOMIC. 2021-01-08 18:57:12 +01:00