summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vertex.c
Commit message (Expand)AuthorAgeFilesLines
* more simplification, clean-up in draw_set_vertex_info()Brian2007-11-211-8/+0
* Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian2007-11-211-19/+16
* Simplify draw module's vertex_info.Brian2007-11-211-14/+12
* remove unneeded #includes, added assertion in draw_compute_vertex_size()Brian2007-11-081-4/+2
* Remove typedefs from enums.Zack Rusin2007-10-291-2/+2
* remove unused includesBrian2007-10-151-2/+0
* remove old/used codeBrian2007-09-201-5/+5
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-12/+7
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-311-5/+5
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-0/+167