aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
Commit message (Collapse)AuthorAgeFilesLines
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-3/+3
|
* draw: fix front/back error in unfilled pipeline stageKeith Whitwell2010-05-141-3/+4
|
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-2/+3
| | | | | | | | | | | | Use front/back instead of cw/ccw throughout. Also, use offset_point/line/fill instead of offset_cw/ccw. Brings gallium representation of this state into line with its main user, and also what turns out to be the most common hardware representation. This fixes a long-standing bias in the interface towards the architecture of the software rasterizer.
* gallium: added edge flag print/debug code (disabled)Brian Paul2010-05-051-0/+20
|
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
|
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-12/+12
|
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+10
|
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-15/+2
|
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+1
|
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+206