summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-01-26 17:35:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-01-26 17:35:31 +0000
commit77667266a7d08fd34881c1a2354d0bf9ad3f4d4e (patch)
treed420bf0bd65a7c40d62752219dcd50a801bcfae3 /progs/tests/Makefile
parent32a64680143df22529e3305f195b06f0b47c01b3 (diff)
Test glTexSubImage and glCopyTexSubImage rate.
Run with -nodraw to skip rendering of test quad to get "pure" sub-tex rate.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 49ea7477e8..6cb52770e8 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -48,6 +48,7 @@ SOURCES = antialias.c \
sharedtex.c \
stencilwrap.c \
stencil_wrap.c \
+ subtexrate.c \
tex1d.c \
texfilt.c \
texline.c \