diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-10 22:37:56 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-10 22:37:56 +0000 |
commit | bb2dd388d02ac28bafa25e66fe9a0148ea14f620 (patch) | |
tree | ed201246e2b42b51b53e47188917a770a42f1541 /progs/tests/Makefile | |
parent | 1e7d84e258a006f1509de9f41c1bffc985dfb450 (diff) |
Test program for exercising GL_TEXTURE_BASE_LEVEL and GL_TEXTURE_MAX_LEVEL.
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 47740c5485..79eaf6f31e 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -45,6 +45,7 @@ SOURCES = \ invert.c \ jkrahntest.c \ manytex.c \ + mipmap_limits.c \ multipal.c \ no_s3tc.c \ packedpixels.c \ |