diff options
author | Keith Whitwell <[email protected]> | 2010-06-07 19:52:43 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-06-07 19:53:01 +0100 |
commit | d095d95e77cb3a7a76962572c1056dcbb2056f07 (patch) | |
tree | fb8959f189776187bebeffd67fc708b8ce38c4c2 /src/gallium/tests/graw/SConscript | |
parent | a3dffd76d3408c6da089f467f5cc53b770dbcc86 (diff) |
graw: add gs-test.c and some simple geometry shader examples
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index d01c001c149..7b900637cd5 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -15,8 +15,9 @@ progs = [ 'clear', 'tri', 'quad-tex', - 'fp-test', - 'vp-test', + 'fs-test', + 'vs-test', + 'gs-test', 'tri-gs', ] |