Mesa (master): demos: move streaming_rect.c demo to tests/

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


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

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

demos: move streaming_rect.c demo to tests/

---

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

diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 43bf09c..1cdd963 100644
--- a/progs/demos/Makefile
+++ b/progs/demos/Makefile
@@ -48,7 +48,6 @@ PROGS = \
 	renormal \
 	shadowtex \
 	singlebuffer \
-	streaming_rect \
 	spectex \
 	spriteblast \
 	stex3d \
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 90c41a3..28b6fb9 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -77,6 +77,7 @@ SOURCES = \
 	stencil_twoside.c \
 	stencilwrap.c \
 	stencil_wrap.c \
+	streaming_rect \
 	subtex \
 	subtexrate.c \
 	tex1d.c \
diff --git a/progs/demos/streaming_rect.c b/progs/tests/streaming_rect.c
similarity index 100%
rename from progs/demos/streaming_rect.c
rename to progs/tests/streaming_rect.c




More information about the mesa-commit mailing list