Mesa (master): demos: move glutfx demo to tests/

Brian Paul brianp at kemper.freedesktop.org
Sat Apr 18 19:16:25 UTC 2009


Module: Mesa
Branch: master
Commit: dfd69a27f8c3db3d90e2334237bf4a8eabb17e9e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfd69a27f8c3db3d90e2334237bf4a8eabb17e9e

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Apr 18 12:57:13 2009 -0600

demos: move glutfx demo to tests/

---

 progs/demos/Makefile            |    1 -
 progs/tests/Makefile            |    1 +
 progs/{demos => tests}/glutfx.c |    0 
 3 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 1cdd963..0d4b845 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -33,7 +33,6 @@ PROGS = \
 	glinfo \
 	gloss \
 	gltestperf \
-	glutfx \
 	isosurf \
 	ipers \
 	lodbias \
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 28b6fb9..18ea559 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -50,6 +50,7 @@ SOURCES = \
 	fptest1.c \
 	fptexture.c \
 	getprocaddress.c \
+	glutfx \
 	interleave.c \
 	invert.c \
 	jkrahntest.c \
diff --git a/progs/demos/glutfx.c b/progs/tests/glutfx.c
similarity index 100%
rename from progs/demos/glutfx.c
rename to progs/tests/glutfx.c




More information about the mesa-commit mailing list