Age | Commit message (Collapse) | Author |
|
EGL_OPENGL_ES2_BIT is not set when choosing OpenGL ES 2.0 configs.
|
|
Make sure eglut is built before the demos. This should work more
reliably with make -j<N>.
|
|
Commit 88be2171e7 fixed the egl demos on the stable branch, but now
they're spread out across multiple subdirectories.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
|
|
This brings the demos also to KMS and removes about 400 duplicated lines
of code.
|
|
eglut is a simple library with GLUT-like API. It is intended to be used
by simple EGL demos.
|