Edit

kc3-lang/SDL/src/video/kmsdrm

Branch :

  • Show log

    Commit

  • Author : Conn O'Griofa
    Date : 2019-09-06 08:44:46
    Hash : 2d37d291
    Message : 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.