summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex_shader.c
AgeCommit message (Expand)Author
2007-09-25First attempt at building vertex buffers post-clip.Keith Whitwell
2007-09-20Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian
2007-09-20remove old/used codeBrian
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-18Checkpoint: rework shader input/output register mapping.Brian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell