tests/graw: Add a bunch of tests.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 22 Feb 2012 15:22:31 +0000 (15:22 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 22 Feb 2012 15:22:31 +0000 (15:22 +0000)
commitd35d3d612acef1612aaab9a923b8814d4dbb4d9c
tree74e0dd06846ac4e319df64abda0121bc8e083653
parent0df14f9a55383641a9097900272a35ae1cfda4cb
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.
src/gallium/tests/graw/SConscript
src/gallium/tests/graw/fs-fragcoord.c [new file with mode: 0644]
src/gallium/tests/graw/fs-frontface.c [new file with mode: 0644]
src/gallium/tests/graw/fs-write-z.c [new file with mode: 0644]
src/gallium/tests/graw/graw_util.h [new file with mode: 0644]
src/gallium/tests/graw/occlusion-query.c [new file with mode: 0644]
src/gallium/tests/graw/quad-tex.c
src/gallium/tests/graw/tex-srgb.c [new file with mode: 0644]
src/gallium/tests/graw/tex-swizzle.c [new file with mode: 0644]
src/gallium/tests/graw/tri.c