summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-12-10draw: fix vbuf caching of vertices with inject front faceZack Rusin1-0/+1
2013-09-30draw: Add a null check for draw.Vinson Lee1-1/+1
2013-08-14draw: make sure that the stages setup outputsZack Rusin1-0/+2
2013-08-05draw: Change slot from unsigned to int.Vinson Lee1-1/+1
2013-08-03draw: fix front face injectionZack Rusin1-9/+15
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+49
2010-06-16draw: handle some out of memory conditionsAlan Hourihane1-3/+3
2010-05-14draw: fix front/back error in unfilled pipeline stageKeith Whitwell1-3/+4
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-2/+3
2010-05-05gallium: added edge flag print/debug code (disabled)Brian Paul1-0/+20
2009-04-28gallium/draw: add ability to print out active pipeline stagesKeith Whitwell1-0/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell1-12/+12
2008-04-21draw: propogate lots of errorsKeith Whitwell1-1/+10
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell1-15/+2
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-0/+1
2008-04-19draw: rename pipeline files to draw_pipe_*Keith Whitwell1-0/+206