summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/vs-test.c
AgeCommit message (Collapse)Author
2010-07-29graw/tests: Use pipe_context::draw_vbo.Chia-I Wu
The other drawing variants such as draw_arrays or draw_elements_instanced were removed. This fixes fdo bug #29287.
2010-06-07graw: Fix file handle leaks.Vinson Lee
2010-06-07graw: add gs-test.c and some simple geometry shader examplesKeith Whitwell