diff options
author | Karl Rasche <[email protected]> | 2003-11-23 17:48:15 +0000 |
---|---|---|
committer | Karl Rasche <[email protected]> | 2003-11-23 17:48:15 +0000 |
commit | 15955f1c5e040dc56ad874177577f88f0e86d77b (patch) | |
tree | 2327405245ef4e980d2ce7fe5e32f4d86d530dbc | |
parent | 4814d79c990fed1b7b5ad8d0d512ca63fb98cdff (diff) |
Porting NV_vertex_program demos to ARB_vertex_program
-rw-r--r-- | progs/tests/Makefile.X11 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/tests/Makefile.X11 b/progs/tests/Makefile.X11 index b65f0e427d7..ff2e040301f 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 \ |