diff options
author | José Fonseca <[email protected]> | 2012-02-22 15:22:31 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-02-22 15:22:31 +0000 |
commit | d35d3d612acef1612aaab9a923b8814d4dbb4d9c (patch) | |
tree | 74e0dd06846ac4e319df64abda0121bc8e083653 /src/gallium/tests/graw/SConscript | |
parent | 0df14f9a55383641a9097900272a35ae1cfda4cb (diff) |
tests/graw: Add a bunch of tests.
These were rotting in an internal branch, but contain nothing confidential,
and would be much more useful if kept up-to-date with latest gallium
interface changes.
Several authors including Keith Whitwell, Zack Rusin, and Brian Paul.
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: |