From c9c6b56e48d5712e24dab7cdc00d48e1cfc518d9 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 7 Jun 2010 19:34:04 +0100 Subject: graw: trivial geometry shader test --- src/gallium/tests/graw/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/graw/SConscript') diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 77bf59f54f..d01c001c14 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -17,6 +17,7 @@ progs = [ 'quad-tex', 'fp-test', 'vp-test', + 'tri-gs', ] for prog in progs: -- cgit v1.2.3