diff options
author | Brian Paul <[email protected]> | 2006-01-26 17:35:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-01-26 17:35:31 +0000 |
commit | 77667266a7d08fd34881c1a2354d0bf9ad3f4d4e (patch) | |
tree | d420bf0bd65a7c40d62752219dcd50a801bcfae3 /progs/tests/Makefile | |
parent | 32a64680143df22529e3305f195b06f0b47c01b3 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 49ea7477e89..6cb52770e80 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 \ |