From 15955f1c5e040dc56ad874177577f88f0e86d77b Mon Sep 17 00:00:00 2001 From: Karl Rasche Date: Sun, 23 Nov 2003 17:48:15 +0000 Subject: [PATCH] Porting NV_vertex_program demos to ARB_vertex_program --- progs/tests/Makefile.X11 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index b65f0e4..ff2e040 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 \ -- 2.7.4