diff options
author | Brian <[email protected]> | 2008-02-28 17:42:18 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-28 17:55:26 -0700 |
commit | 370eca12ad8b40bfc32c206a526d53f4c777156d (patch) | |
tree | 9e30d83c35d03a252dca24330809abcb89d81ba7 /progs/tests/Makefile | |
parent | b233b1e2dc2fca2f45b3cb5df167e3675b8cc1fb (diff) |
Added calibrate_rast.c program
Measures rasterization of points/lines/tris and suggests fixes/biases when
something doesn't meet spec.
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 8196c1b348f..7053ebc86aa 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -30,6 +30,7 @@ SOURCES = \ bug_3050.c \ bug_3101.c \ bug_3195.c \ + calibrate_rast.c \ copypixrate.c \ crossbar.c \ cva.c \ |