OSDN Git Service

demos: move streaming_rect.c demo to tests/
authorBrian Paul <brianp@vmware.com>
Sat, 18 Apr 2009 18:55:55 +0000 (12:55 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 18 Apr 2009 18:55:55 +0000 (12:55 -0600)
progs/demos/Makefile
progs/tests/Makefile
progs/tests/streaming_rect.c [moved from progs/demos/streaming_rect.c with 100% similarity]

index 43bf09c..1cdd963 100644 (file)
@@ -48,7 +48,6 @@ PROGS = \
        renormal \
        shadowtex \
        singlebuffer \
-       streaming_rect \
        spectex \
        spriteblast \
        stex3d \
index 90c41a3..28b6fb9 100644 (file)
@@ -77,6 +77,7 @@ SOURCES = \
        stencil_twoside.c \
        stencilwrap.c \
        stencil_wrap.c \
+       streaming_rect \
        subtex \
        subtexrate.c \
        tex1d.c \