summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex.c
AgeCommit message (Expand)Author
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
2007-11-21more simplification, clean-up in draw_set_vertex_info()Brian
2007-11-21Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian
2007-11-21Simplify draw module's vertex_info.Brian
2007-11-08remove unneeded #includes, added assertion in draw_compute_vertex_size()Brian
2007-10-29Remove typedefs from enums.Zack Rusin
2007-10-15remove unused includesBrian
2007-09-20remove old/used codeBrian
2007-09-20Checkpoint: vertex attribute clean-up.Brian
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