summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix bug in draw_num_vs_outputs()Brian2008-03-131-1/+1
* gallium: added draw_enable_line_stipple() functionBrian2008-03-131-0/+12
* draw: don't free our copy of the render stage -- just borrowing it from vbuf ...Keith Whitwell2008-03-111-0/+3
* draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell2008-03-101-0/+12
* gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul2008-02-281-7/+10
* gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian2008-02-271-0/+13
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-4/+4
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-5/+5
* gallium: fix bad ptr assignmentBrian2008-02-251-1/+1
* gallium: modify draw_find_vs_output() to search vertex shader outputsBrian2008-02-251-3/+21
* gallium: new AA point drawing stageBrian2008-02-211-0/+2
* draw: vertex cache reworkKeith Whitwell2008-02-211-4/+4
* gallium: antialiased line drawingBrian2008-02-181-0/+22
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+293