summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-23 13:10:13 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-23 13:10:13 +0100
commit1e3087cd0315e130248da211811a010bffcaa982 (patch)
tree80813fbf688f0612cb7c4c78ce1326ec3da42500 /progs/trivial/Makefile
parent6fc530ccda2971a5d99a955ad90ae9762238040f (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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index 8bc6ad4e38..48c6caf638 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 \