Skip to content

Jerzha/samples-rklinux-opengl

Repository files navigation

Opengl via libdrm sample

Build:

  1. building in target borad: cmake . make

  2. building in cross-compiling env cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=./aarch64_linux_gnu.cmake make (also you can run build.sh)

Depandency Libarary

  • libdrm.so (libdrm-rockchip)
  • libmali.so (libmali.so_gbm_opencl_r13p0_aarch64)

Note:

You can find more infomation as below:
http://stackoverflow.com/questions/23139886/how-to-create-opengl-context-via-drm-linux

Here is another sample:
https://github.com/robclark/kmscube.git

And anothre:
https://github.com/glmark2/glmark2

About

An OpenGL (via libdrm) Sample for rk3399 arm linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages