diff options
author | Keith Whitwell <[email protected]> | 2008-10-14 13:56:12 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-10-14 14:18:36 +0100 |
commit | 055d986efefa310d6ffd1106e565ca2f5964159a (patch) | |
tree | ccde9b730a213bcc060284ac446d05f07f62a7d2 /progs/trivial/Makefile | |
parent | 5548a3072f73b8868746b640535c4774657dc306 (diff) |
trivial: more vp tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index d2821718260..6c8c9fad909 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=%) |