summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vertex.h
Commit message (Expand)AuthorAgeFilesLines
* remove old/used codeBrian2007-09-201-9/+0
* remove #includes of tgsi_attribs.hBrian2007-09-201-2/+2
* checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian2007-09-201-1/+1
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-8/+8
* move some protos from draw_vertex.h to draw_private.hBrian2007-08-311-17/+0
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-311-14/+37
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-0/+19
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-301-0/+9
* Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell2007-08-271-0/+19
* Fixup include paths after renameKeith Whitwell2007-08-241-1/+1
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-231-80/+3
* Define a re-usable vertex_info structure to describe vertex layouts.Brian2007-08-231-0/+141