gallium: added draw_num_vs_outputs() to query number of post-transform vertex attribs
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_sse.c
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...