From: Keith Whitwell Date: Mon, 9 Mar 2009 15:00:31 +0000 (+0000) Subject: trivial: add tri-stipple to SConscript X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48b1fe12b1bdf04675e81cc203217482c4c4f328;p=mesa.git trivial: add tri-stipple to SConscript --- diff --git a/progs/trivial/SConscript b/progs/trivial/SConscript index dc84a0550be..97820dc3b85 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',