Skip to content

Instantly share code, notes, and snippets.

@leonkasovan
Created December 8, 2024 22:16
Show Gist options
  • Save leonkasovan/f40b3dd7be712c9116e5f30fc3014d90 to your computer and use it in GitHub Desktop.
Save leonkasovan/f40b3dd7be712c9116e5f30fc3014d90 to your computer and use it in GitHub Desktop.
KMSDRM_GLES_SwapWindow to be ported into GLFW
KMSDRM_GLES_SwapWindow;
a. KMSDRM_CreateSurfaces
b. KMSDRM_WaitPageflip
c. KMSDRM_gbm_surface_release_buffer
d. eglSwapBuffers
e. KMSDRM_gbm_surface_lock_front_buffer
f. KMSDRM_FBFromBO -> KMSDRM_drmModeAddFB
g. KMSDRM_drmModeSetCrtc OR KMSDRM_drmModePageFlip -> KMSDRM_WaitPageflip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment