diff options
Diffstat (limited to 'src/gallium/tests/graw/SConscript')
-rw-r--r-- | src/gallium/tests/graw/SConscript | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index ad44d54c855..1fd2b532f40 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -16,15 +16,21 @@ if env['platform'] == 'freebsd8': progs = [ 'clear', - 'tri', - 'tri-instanced', - 'quad-tex', + 'fs-fragcoord', + 'fs-frontface', 'fs-test', - 'vs-test', + 'fs-write-z', 'gs-test', + 'occlusion-query', + 'quad-sample', + 'quad-tex', 'shader-leak', + 'tex-srgb', + 'tex-swizzle', + 'tri', 'tri-gs', - 'quad-sample', + 'tri-instanced', + 'vs-test', ] for name in progs: |