diff options
author | Brian Paul <[email protected]> | 2008-12-10 18:11:31 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-12-10 18:11:31 -0700 |
commit | 0c31661e73dd2979df22a275452efc71c7064f81 (patch) | |
tree | 8f6347c716219b513c56d827d88f461fa62da0a6 /progs/trivial/Makefile | |
parent | b716de47798defa7d22b0f15b201af6fba27f0b9 (diff) | |
parent | d0bc5293d6e1e9c34fa822b7c2928932ed22462c (diff) |
Merge commit 'origin/gallium-0.1' into gallium-0.2
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 40ee5e81c41..f7bfd1f039d 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -77,6 +77,7 @@ SOURCES = \ quadstrip-flat.c \ quadstrip.c \ tri-alpha.c \ + tri-array-interleaved.c \ tri-blend-color.c \ tri-blend-max.c \ tri-blend-min.c \ @@ -102,6 +103,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 \ |