Porting NV_vertex_program demos to ARB_vertex_program
authorKarl Rasche <karlrasche@gmail.com>
Sun, 23 Nov 2003 17:48:15 +0000 (17:48 +0000)
committerKarl Rasche <karlrasche@gmail.com>
Sun, 23 Nov 2003 17:48:15 +0000 (17:48 +0000)
progs/tests/Makefile.X11

index b65f0e427d720488685ccfc3bea3cf58afa06d1b..ff2e040301f7418a044605bcd64885abc6c4c9d3 100644 (file)
@@ -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 \