From 77e651db07cd1f811f0ee5323613b27e43bdc077 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 15 Jul 2010 15:39:56 -0600 Subject: graw: new tri-instanced.c program to test instanced drawing --- 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 a40d66d4a1..61121732e3 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -14,6 +14,7 @@ env.Prepend(LIBS = ['graw'] + gallium) progs = [ 'clear', 'tri', + 'tri-instanced', 'quad-tex', 'fs-test', 'vs-test', -- cgit v1.2.3