summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_exec.c
AgeCommit message (Expand)Author
2008-03-24gallium: make a copy of the vertex shader's token array.Brian
2008-03-14gallium: added some debug code (disabled)Brian
2008-03-12gallium: change draw_vertex_shader->state from pointer to structBrian
2008-03-04draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...Keith Whitwell
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell