Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/egl: Add egl/eglut to PROGRAM_DIRS. | Chia-I Wu | 2010-04-27 | 1 | -4/+0 |
| | | | | | Make sure eglut is built before the demos. This should work more reliably with make -j<N>. | ||||
* | egl: Fix demos to build with user specified Xlib | Dan Nicholson | 2010-04-19 | 1 | -2/+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: Update .gitignore. | Chia-I Wu | 2010-04-02 | 1 | -3/+4 |
| | |||||
* | progs/egl: Link to eglut first. | Chia-I Wu | 2010-04-02 | 1 | -3/+3 |
| | | | | This moves eglut before EGL so that the symbols can be resolved. | ||||
* | progs/egl: Replace egltri by xegl_tri. | Chia-I Wu | 2010-04-01 | 3 | -356/+88 |
| | | | | | With the switch to eglut, xegl_tri supports both X11 and EGL_MESA_screen_surface. Have it replace egltri. | ||||
* | progs/egl: Porg xegl_tri to eglut. | Chia-I Wu | 2010-04-01 | 2 | -254/+30 |
| | |||||
* | progs/egl: Port eglgears to eglut. | Chia-I Wu | 2010-04-01 | 2 | -219/+59 |
| | |||||
* | progs/egl: Move demos a level deeper. | Chia-I Wu | 2010-04-01 | 13 | -0/+4722 |
Move the demos to "opengl" subdirectory. |