Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-22 | gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices | Brian | |
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-21 | gallium: new 'draw' stage for line stipple | Brian | |
Stippled lines are converted into a series of shorter line segments | |||
2007-12-11 | gallium: 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-09 | gallium: add draw_stage::destroy(). | Michal | |
2007-11-16 | added a clip-bypass flag to rasterizer state | Brian | |
2007-10-22 | implement point sprite mode | Brian | |
2007-10-22 | plug the wide prims code into the pipeline | Brian | |
2007-09-27 | Make flushing more lazy in the draw module. | Keith Whitwell | |