diff options
author | Keith Whitwell <[email protected]> | 2008-04-23 13:10:13 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-23 13:10:13 +0100 |
commit | 1e3087cd0315e130248da211811a010bffcaa982 (patch) | |
tree | 80813fbf688f0612cb7c4c78ce1326ec3da42500 /progs/trivial/Makefile | |
parent | 6fc530ccda2971a5d99a955ad90ae9762238040f (diff) |
mesa: add dedicated point-wide-smooth test, restore original tri.c as tri-orig.c
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 8bc6ad4e387..48c6caf6382 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -45,6 +45,7 @@ SOURCES = \ point-param.c \ point-sprite.c \ point-wide.c \ + point-wide-smooth.c \ point.c \ poly-flat.c \ poly-unfilled.c \ @@ -69,6 +70,7 @@ SOURCES = \ quadstrip-cont.c \ quadstrip-flat.c \ quadstrip.c \ + tri-orig.c \ tri-alpha.c \ tri-blend-color.c \ tri-blend-max.c \ |