sdl2_frt/src/video/kmsdrm
Conn O'Griofa 2d37d29183 KMSDRM_GLES_SwapWindow: fix non-vsync case
If KMSDRM_drmModeSetCrtc is called when the swap interval is
set to 0, the driver behaves as though vertical sync is engaged by
limiting framerate to the refresh rate, but performance is much worse
than with vertical sync enabled.

Resolve this issue by ensuring that the Crtc is only set up once,
and KMSDRM_drmModePageFlip is called, albeit without any followup
queueing or waiting for flips.
2019-09-06 08:44:46 -07:00
..
SDL_kmsdrmdyn.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmdyn.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmevents.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmevents.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmmouse.c Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmmouse.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmopengles.c KMSDRM_GLES_SwapWindow: fix non-vsync case 2019-09-06 08:44:46 -07:00
SDL_kmsdrmopengles.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmsym.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00
SDL_kmsdrmvideo.c Use SDL C runtime functions 2019-06-19 06:40:50 -07:00
SDL_kmsdrmvideo.h Updated copyright for 2019 2019-01-04 22:01:14 -08:00