summaryrefslogtreecommitdiffstats
path: root/progs/egl/opengl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-79/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* progs/egl: Fix building on cygwin.Chia-I Wu2010-05-191-2/+2
| | | | | Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI if it hasn't been defined yet.
* progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu2010-04-271-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 XlibDan Nicholson2010-04-191-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 <dbn.lists@gmail.com>
* progs/egl: Link to eglut first.Chia-I Wu2010-04-021-3/+3
| | | | This moves eglut before EGL so that the symbols can be resolved.
* progs/egl: Replace egltri by xegl_tri.Chia-I Wu2010-04-011-5/+1
| | | | | 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 Wu2010-04-011-7/+3
|
* progs/egl: Port eglgears to eglut.Chia-I Wu2010-04-011-8/+29
|
* progs/egl: Move demos a level deeper.Chia-I Wu2010-04-011-0/+70
Move the demos to "opengl" subdirectory.