summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex.h
AgeCommit message (Expand)Author
2007-11-21Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian
2007-11-21Simplify draw module's vertex_info.Brian
2007-10-29Remove typedefs from enums.Zack Rusin
2007-09-20remove old/used codeBrian
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-20checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-08-31move some protos from draw_vertex.h to draw_private.hBrian
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23Define a re-usable vertex_info structure to describe vertex layouts.Brian