summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_validate.c
AgeCommit message (Expand)Author
2008-01-25gallium: better flush logic in draw moduleBrian
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
2008-01-21gallium: new 'draw' stage for line stippleBrian
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-16added a clip-bypass flag to rasterizer stateBrian
2007-10-22implement point sprite modeBrian
2007-10-22plug the wide prims code into the pipelineBrian
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell