summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKarl Rasche <karlrasche@gmail.com>2003-11-23 17:48:15 +0000
committerKarl Rasche <karlrasche@gmail.com>2003-11-23 17:48:15 +0000
commit15955f1c5e040dc56ad874177577f88f0e86d77b (patch)
tree2327405245ef4e980d2ce7fe5e32f4d86d530dbc /progs
parent4814d79c990fed1b7b5ad8d0d512ca63fb98cdff (diff)
Porting NV_vertex_program demos to ARB_vertex_program
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/Makefile.X114
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11
index b65f0e427d..ff2e040301 100644
--- a/progs/tests/Makefile.X11
+++ b/progs/tests/Makefile.X11
@@ -9,6 +9,10 @@ LIBDIR = $(TOP)/lib
LIBS = -L$(LIBDIR) $(APP_LIB_DEPS)
SOURCES = antialias.c \
+ arbvptest1.c \
+ arbvptest3.c \
+ arbvptorus.c \
+ arbvpwarpmesh.c \
bufferobj.c \
cva.c \
dinoshade.c \