• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D11-Dec-2018126 1514

.gitlab-ci.ymlH A D11-Dec-20182.5 KiB108100

COPYINGH A D11-Dec-20181 KiB1916

Makefile.amH A D11-Dec-20181.7 KiB6234

README.mdH A D11-Dec-2018356 97

autogen.shH A D11-Dec-2018504 2113

common.cH A D11-Dec-20189.1 KiB360263

common.hH A D11-Dec-20185.5 KiB156106

configure.acH A D11-Dec-20182.1 KiB5446

cube-smooth.cH A D11-Dec-20188.5 KiB274199

cube-tex.cH A D11-Dec-201819.6 KiB653509

cube-video.cH A D11-Dec-201811.9 KiB398299

drm-atomic.cH A D03-May-202211 KiB409278

drm-common.cH A D11-Dec-20186.4 KiB256174

drm-common.hH A D11-Dec-20182.2 KiB8143

drm-legacy.cH A D11-Dec-20183.5 KiB13786

esTransform.cH A D11-Dec-20186.8 KiB236155

esUtil.hH A D11-Dec-201811.3 KiB30464

frame-512x512-NV12.cH A D11-Dec-20181.1 MiB12,32412,291

frame-512x512-RGBA.cH A D11-Dec-20183.1 MiB32,80432,771

gst-decoder.cH A D11-Dec-201815.2 KiB538372

kmscube.cH A D11-Dec-20184.5 KiB164120

meson.buildH A D11-Dec-20182.7 KiB9081

README.md

1kmscube
2=======
3
4kmscube is a little demonstration program for how to drive bare metal graphics
5without a compositor like X11, wayland or similar, using DRM/KMS (kernel mode
6setting), GBM (graphics buffer manager) and EGL for rendering content using
7OpenGL or OpenGL ES.
8
9The upstream of kmscube is available at https://gitlab.freedesktop.org/mesa/kmscube/