Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Fix demos to build with user specified Xlib | Dan Nicholson | 2010-04-19 | 1 | -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 Wu | 2010-04-06 | 2 | -4/+25 |
| | | | | | This brings the demos also to KMS and removes about 400 duplicated lines of code. | ||||
* | progs/egl: Add eglut. | Chia-I Wu | 2010-04-01 | 6 | -0/+880 |
eglut is a simple library with GLUT-like API. It is intended to be used by simple EGL demos. |