]> code.ossystems Code Review - openembedded-core.git/commit
kmscube: add recipe
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Wed, 12 Apr 2017 12:14:08 +0000 (14:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2017 22:35:51 +0000 (23:35 +0100)
commit399c0fdbaacf660750f874e5190dd9955ad9bb58
tree47038494080961bdc86f32b6f3b2eb80b94b6c0f
parent1143181577051ccd6de234fd79542bff24045280
kmscube: add recipe

This is a demo application that draws a three-dimensional spinning cube
using EGL on top of KMS, via Mesa's GBM library. A rough counterpart to
glxgears, it is a useful tool for BSP makers to try the 3D rendering
functionality based on EGL and OpenGL ES in a KMS environment, without
having to set up Wayland or X11.

It is also interesting for Yocto-based  projects that do not need any
windowing environment and instead render their visual output fullscreen
to KMS directly, since they can use it as a reference.

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/kmscube/kmscube_git.bb [new file with mode: 0644]