diff options
author | Ian Romanick <[email protected]> | 2005-02-09 22:16:38 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-02-09 22:16:38 +0000 |
commit | 816c0c932ddccd6d3804430de9c8ae375fde782c (patch) | |
tree | 6bb3bf81e0b8723676aa937f2cc78a53062072e9 /progs/tests/Makefile | |
parent | 4f1f5e336b50ac9f7ea615a550e3b65201350305 (diff) |
Simple test for ARB_texture_env_crossbar functionality. It is difficult
to come up with good tests for this functionality that don't require
either ATI_texture_env_combine3 or NV_texture_env_combine4.
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 34eb404e916..dbcb088244a 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -22,6 +22,7 @@ SOURCES = antialias.c \ blendminmax.c \ blendsquare.c \ bufferobj.c \ + crossbar.c \ cva.c \ dinoshade.c \ floattex.c \ |