graw: add gs-test.c and some simple geometry shader examples
authorKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 18:52:43 +0000 (19:52 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 18:53:01 +0000 (19:53 +0100)
commitd095d95e77cb3a7a76962572c1056dcbb2056f07
treefb8959f189776187bebeffd67fc708b8ce38c4c2
parenta3dffd76d3408c6da089f467f5cc53b770dbcc86
graw: add gs-test.c and some simple geometry shader examples
src/gallium/tests/graw/SConscript
src/gallium/tests/graw/fp-test.c [deleted file]
src/gallium/tests/graw/fs-test.c [new file with mode: 0644]
src/gallium/tests/graw/geometry-shader/add-mix.txt [new file with mode: 0644]
src/gallium/tests/graw/geometry-shader/add.txt [new file with mode: 0644]
src/gallium/tests/graw/geometry-shader/line.txt [new file with mode: 0644]
src/gallium/tests/graw/geometry-shader/mov.txt [new file with mode: 0644]
src/gallium/tests/graw/gs-test.c [new file with mode: 0644]
src/gallium/tests/graw/vp-test.c [deleted file]
src/gallium/tests/graw/vs-test.c [new file with mode: 0644]