| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
They have been moved to git+ssh://git.freedesktop.org/git/mesa/demos.
|
|
|
|
|
| |
Update the Makefiles to use variables such as EGL_LIB_NAME. Define M_PI
if it hasn't been defined yet.
|
|
|
|
|
| |
Make sure eglut is built before the demos. This should work more
reliably with make -j<N>.
|
|
|
|
|
|
|
| |
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]>
|
| |
|
| |
|
|
|
|
| |
This moves eglut before EGL so that the symbols can be resolved.
|
| |
|
|
That is, move
progs/openvg/demos to progs/egl/openvg,
progs/openvg/trivial to progs/egl/openvg/trivial.
|