使用gbm实现opengles在drm上画图
Go to file
2024-10-24 07:05:42 +00:00
src add a pure x11 + egl simple demo 2024-10-24 07:05:42 +00:00
.gitignore init 2024-09-29 09:19:42 +00:00
CMakeLists.txt add a pure x11 + egl simple demo 2024-10-24 07:05:42 +00:00
Makefile supoort xorg mode to disable refresh rate 2024-10-24 03:48:58 +00:00
README.md init 2024-09-29 09:19:42 +00:00

使用gbm实现opengles在drm上画图。

Syntax Description
color_test.c 直接刷写fb的像素值
simple-es2.c 使用GBM + pbuffer离屏渲染并写入文件
triangle-es2.c 使用GBM + surface渲染opengles到屏幕

依赖

libgbm-dev, libopengles-dev