summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_validate.c
AgeCommit message (Collapse)Author
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
Also, added draw_convert_wide_points/lines() so a driver can tell the draw module whether to convert wide points/lines into triangles, or just pass them through.
2008-01-21gallium: new 'draw' stage for line stippleBrian
Stippled lines are converted into a series of shorter line segments
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
Something similar will return when geometry shaders are added, but for now this interface is not required.
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