summaryrefslogtreecommitdiffstats
path: root/progs/egl/openvg
Commit message (Collapse)AuthorAgeFilesLines
* progs: Remove remaining EGL demos.Chia-I Wu2010-05-2131-4672/+0
| | | | They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos.
* progs/egl: Fix building on cygwin.Chia-I Wu2010-05-191-1/+1
| | | | | 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-3/+3
| | | | | | | 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: Add lib directories to OpenVG demosJakob Bornecrantz2010-04-121-1/+1
|
* progs/egl: Update .gitignore.Chia-I Wu2010-04-021-2/+4
|
* progs/egl: Link to eglut first.Chia-I Wu2010-04-021-5/+5
| | | | This moves eglut before EGL so that the symbols can be resolved.
* progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu2010-04-015-591/+59
|
* progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu2010-04-0133-0/+5206
That is, move progs/openvg/demos to progs/egl/openvg, progs/openvg/trivial to progs/egl/openvg/trivial.