diff options
author | Keith Whitwell <[email protected]> | 2008-11-05 11:31:57 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-11-14 18:00:43 +0000 |
commit | d04caf2ce47bcf1d9da6e42b749320fce9273390 (patch) | |
tree | df24866f23b6e800dd23df438502cb79972ca409 /progs/trivial/Makefile | |
parent | 0d8637451b7bf1aac164dba6d269d1a665160ea3 (diff) |
trivial: more tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 6c8c9fad909..1b9a50b437b 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -15,6 +15,7 @@ SOURCES = \ clear-fbo.c \ clear-scissor.c \ clear-undefined.c \ + clear-repeat.c \ clear.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ @@ -92,8 +93,12 @@ SOURCES = \ tri-flat-clip.c \ tri-flat.c \ tri-fog.c \ + tri-fp.c \ + tri-fp-const-imm.c \ + tri-lit.c \ tri-mask-tri.c \ tri-query.c \ + tri-repeat.c \ tri-scissor-tri.c \ tri-stencil.c \ tri-tex.c \ @@ -102,6 +107,8 @@ SOURCES = \ tri-unfilled-edgeflag.c \ tri-unfilled-clip.c \ tri-unfilled-smooth.c \ + tri-unfilled-tri.c \ + tri-unfilled-tri-lit.c \ tri-unfilled-userclip-stip.c \ tri-unfilled-userclip.c \ tri-unfilled.c \ |