diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-11-25 20:02:00 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-12-10 12:53:17 +0000 |
commit | e1645313be9be2493311780a2f66361601903559 (patch) | |
tree | 9873b42946dbbca797e5f4159b20106afd280959 /progs/trivial/Makefile | |
parent | 50beb86ce399534b049322f1074365ed03395ab2 (diff) |
mesa: more trivial tests
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 1b9a50b437..cfe7fe6f31 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -77,6 +77,7 @@ SOURCES = \ quadstrip.c \ tri-orig.c \ tri-alpha.c \ + tri-array-interleaved.c \ tri-blend-color.c \ tri-blend-max.c \ tri-blend-min.c \ @@ -101,6 +102,7 @@ SOURCES = \ tri-repeat.c \ tri-scissor-tri.c \ tri-stencil.c \ + tri-stipple.c \ tri-tex.c \ tri-tex-3d.c \ tri-tri.c \ |