diff options
author | Brian Paul <[email protected]> | 2009-06-12 15:58:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-12 15:59:53 -0600 |
commit | 193177b732175970c2ebec1faf88dc2efee57693 (patch) | |
tree | 91f8ceb4e5d51d63004e01060c0c283344bcd106 /progs/tests/Makefile | |
parent | c4a5754a8c88c3777313e4aeb678966fb67b375b (diff) |
tests: added persp_hint.c test
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
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 f3f1aea9442..23fe3c35c1f 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -67,6 +67,7 @@ SOURCES = \ no_s3tc.c \ packedpixels.c \ pbo.c \ + persp_hint.c \ prog_parameter.c \ quads.c \ random.c \ |