diff options
author | Brian Paul <[email protected]> | 2010-07-15 15:39:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-15 15:42:36 -0600 |
commit | 77e651db07cd1f811f0ee5323613b27e43bdc077 (patch) | |
tree | 015a07f33f48b5987bbc4e3720295481fe624e0c /src/gallium/tests/graw/SConscript | |
parent | 2bd69080a229fb81685234a08922dffbcecdfe95 (diff) |
graw: new tri-instanced.c program to test instanced drawing
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index a40d66d4a1d..61121732e38 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', |