summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-10-14 13:56:12 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-10-14 14:18:36 +0100
commit055d986efefa310d6ffd1106e565ca2f5964159a (patch)
treeccde9b730a213bcc060284ac446d05f07f62a7d2 /progs/trivial/Makefile
parent5548a3072f73b8868746b640535c4774657dc306 (diff)
trivial: more vp tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index d282171826..6c8c9fad90 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -96,6 +96,7 @@ SOURCES = \
tri-query.c \
tri-scissor-tri.c \
tri-stencil.c \
+ tri-tex.c \
tri-tex-3d.c \
tri-tri.c \
tri-unfilled-edgeflag.c \
@@ -125,8 +126,11 @@ SOURCES = \
vp-line-clip.c \
vp-tri.c \
vp-tri-swap.c \
+ vp-tri-tex.c \
vp-tri-imm.c \
vp-tri-cb.c \
+ vp-tri-cb-pos.c \
+ vp-tri-cb-tex.c \
vp-unfilled.c
PROGS = $(SOURCES:%.c=%)