diff options
author | Eric Anholt <[email protected]> | 2005-10-26 09:48:03 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2005-10-26 09:48:03 +0000 |
commit | 896735e41296aef29278a9319ce53aa4485cf324 (patch) | |
tree | 471181ec5a95ff0aefd27e42c975999545511afb /progs/tests/Makefile | |
parent | 2330ed08c3d5f5fe3c02634d54e606501dff4862 (diff) |
Add a fog mode (normal and fog_coord, leaner/exp/exp2 mode) testing program I
wrote for sis, which has also exposed a few bugs elsewhere.
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 fc8476a27a7..03bb6c2ad50 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -30,6 +30,7 @@ SOURCES = antialias.c \ floattex.c \ fbotest1.c \ fbotexture.c \ + fog.c \ fogcoord.c \ fptest1.c \ fptexture.c \ |