summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-06-07 19:52:43 +0100
committerKeith Whitwell <keithw@vmware.com>2010-06-07 19:53:01 +0100
commitd095d95e77cb3a7a76962572c1056dcbb2056f07 (patch)
treefb8959f189776187bebeffd67fc708b8ce38c4c2 /src/gallium/tests/graw/SConscript
parenta3dffd76d3408c6da089f467f5cc53b770dbcc86 (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/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index d01c001c14..7b900637cd 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',
]