summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/geometry-shader
AgeCommit message (Collapse)Author
2010-06-16graw: remove wrong testZack Rusin
2010-06-16graw: add a gs test for non-sequential inputsZack Rusin
2010-06-15graw: test multiple cb's in geometry shadersZack Rusin
2010-06-14graw: small fixups for the gs examplesZack Rusin
2010-06-09graw: add a multiple primitive geometry shader testZack Rusin
2010-06-09geometry shaders: make gs work with changable primitives and variable number ↵Zack Rusin
of vertices lots and lots of fixes for geometry shaders. in particular now we work when the gs emits a different primitive than the one the pipeline was started with and also we work when gs emits more vertices than would fit in the original buffer.
2010-06-07graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell