aboutsummaryrefslogtreecommitdiffstats
path: root/progs/egl/eglut
Commit message (Collapse)AuthorAgeFilesLines
* egl: Fix demos to build with user specified XlibDan Nicholson2010-04-191-1/+2
| | | | | | | Commit 88be2171e7 fixed the egl demos on the stable branch, but now they're spread out across multiple subdirectories. Signed-off-by: Dan Nicholson <[email protected]>
* progs/egl: Port drawtex and torus to eglut.Chia-I Wu2010-04-062-4/+25
| | | | | This brings the demos also to KMS and removes about 400 duplicated lines of code.
* progs/egl: Add eglut.Chia-I Wu2010-04-016-0/+880
eglut is a simple library with GLUT-like API. It is intended to be used by simple EGL demos.