From d095d95e77cb3a7a76962572c1056dcbb2056f07 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 7 Jun 2010 19:52:43 +0100 Subject: graw: add gs-test.c and some simple geometry shader examples --- src/gallium/tests/graw/SConscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gallium/tests/graw/SConscript') 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', ] -- cgit v1.2.3