diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-03-09 15:00:31 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-03-09 15:20:12 +0000 |
commit | 48b1fe12b1bdf04675e81cc203217482c4c4f328 (patch) | |
tree | 4531ecb8f741620a5190750129f24572543776e7 /progs/trivial | |
parent | fe60dbc536e2fb94cf7bc5262ebd7817c16eb9e7 (diff) |
trivial: add tri-stipple to SConscript
Diffstat (limited to 'progs/trivial')
-rw-r--r-- | progs/trivial/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index dc84a0550b..97820dc3b8 100644 --- a/progs/trivial/SConscript +++ b/progs/trivial/SConscript @@ -101,6 +101,7 @@ progs = [ 'tri-repeat', 'tri-scissor-tri', 'tri-stencil', + 'tri-stipple', 'tri-tex', 'tri-tex-3d', 'tri-tri', |