draw: associate rhw divide with clipping not viewport flag
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_exec.c
2008-04-01 Keith Whitwelldraw: associate rhw divide with clipping not viewport...
2008-03-31 Briangallium: move the test for bypass_vs into the vs_XXX_ru...
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-24 Briangallium: make a copy of the vertex shader's token array.
2008-03-14 Briangallium: added some debug code (disabled)
2008-03-12 Briangallium: change draw_vertex_shader->state from pointer...
2008-03-04 Keith Whitwelldraw: dont' compute clipmask or apply viewport when...
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...