Mesa (master): tests/graw: Add a bunch of tests.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 22 16:34:18 UTC 2012


Module: Mesa
Branch: master
Commit: d35d3d612acef1612aaab9a923b8814d4dbb4d9c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d35d3d612acef1612aaab9a923b8814d4dbb4d9c

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Feb 22 15:22:31 2012 +0000

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        |   16 +-
 src/gallium/tests/graw/fs-fragcoord.c    |  259 +++++++++++++++++++++++
 src/gallium/tests/graw/fs-frontface.c    |  206 +++++++++++++++++++
 src/gallium/tests/graw/fs-write-z.c      |  222 ++++++++++++++++++++
 src/gallium/tests/graw/graw_util.h       |  329 ++++++++++++++++++++++++++++++
 src/gallium/tests/graw/occlusion-query.c |  242 ++++++++++++++++++++++
 src/gallium/tests/graw/quad-tex.c        |  255 +++--------------------
 src/gallium/tests/graw/tex-srgb.c        |  224 ++++++++++++++++++++
 src/gallium/tests/graw/tex-swizzle.c     |  226 ++++++++++++++++++++
 src/gallium/tests/graw/tri.c             |  187 ++++-------------
 10 files changed, 1794 insertions(+), 372 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=d35d3d612acef1612aaab9a923b8814d4dbb4d9c



More information about the mesa-commit mailing list