summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vb.c
AgeCommit message (Collapse)Author
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it ↵Brian
for glClear.
2007-07-25Implement line stippling.Brian
Also added draw_stage::reset_line_stipple(). There may be a better way of doing that though.
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-12handle edge flags for GL_POLYGONsBrian
2007-07-10Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.Brian
Note that attribute index has to be biased by two, since vertex->data[] starts after the header and clipcoord fields. See comments for details. Added a bunch of comments/docs.
2007-07-09Remove softpipe includesBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian