summaryrefslogtreecommitdiff
path: root/kmscube/cube-egl.h
AgeCommit message (Collapse)Author
2024-12-09Implement native visual matchingKaido Kert
Implement matching GBM buffer format to EGL NATIVE_VISUAL_ID. eglChooseConfig cannot match on NATIVE_VISUAL_ID, but GBM/EGL requires matching formats. Similar logic is implemented in kmscube code in match_config_to_visual. X11, Wayland and Null cube demos remain unchanged. Tested on Raspi-4 and VirtualBox/Ubuntu
2020-10-09Bulk format of all filesTomi Valkeinen
2016-04-16kmscube: split into partsTomi Valkeinen