summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.c
AgeCommit message (Expand)Author
2008-03-13gallium: fix bug in draw_num_vs_outputs()Brian
2008-03-13gallium: added draw_enable_line_stipple() functionBrian
2008-03-11draw: don't free our copy of the render stage -- just borrowing it from vbuf ...Keith Whitwell
2008-03-10draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell
2008-02-28gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul
2008-02-27gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-26gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian
2008-02-25gallium: fix bad ptr assignmentBrian
2008-02-25gallium: modify draw_find_vs_output() to search vertex shader outputsBrian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-21draw: vertex cache reworkKeith Whitwell
2008-02-18gallium: antialiased line drawingBrian
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca