summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-04-18 12:55:55 -0600
committerBrian Paul <brianp@vmware.com>2009-04-18 12:55:55 -0600
commit6a495d26af54011ff1ec0597b38db2ce162c7d50 (patch)
treedc7a363dd4035f3faea84a8079bcbebc9f14bb56 /progs
parent118856641f4871d6f6afd1abb67ad7fe56a6814b (diff)
demos: move streaming_rect.c demo to tests/
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile1
-rw-r--r--progs/tests/Makefile1
-rw-r--r--progs/tests/streaming_rect.c (renamed from progs/demos/streaming_rect.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 43bf09c0af..1cdd963417 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 90c41a327e..28b6fb9a5c 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
index f65ac4ce36..f65ac4ce36 100644
--- a/progs/demos/streaming_rect.c
+++ b/progs/tests/streaming_rect.c