summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_clip.c
Commit message (Expand)AuthorAgeFilesLines
* draw: Prevent clipped vertices overflow.José Fonseca2010-09-231-1/+13
* draw: don't apply flatshading to clipped tris with <3 vertsKeith Whitwell2010-09-231-17/+18
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20
* draw: added new assertions to clipping codeBrian Paul2010-07-221-1/+10
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-3/+3
* gallium/draw: additional comments in the clipping codeBrian Paul2010-05-071-5/+10
* gallium: rework provoking vertex codeBrian Paul2010-05-051-14/+22
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-051-6/+23
* gallium/draw: s/clipper/clip_stage/ to be consistant with other stagesBrian Paul2010-01-131-9/+9
* gallium/draw: whitespace and commentsBrian Paul2010-01-131-7/+9
* gallium/draw: remove always-true conditionalBrian Paul2010-01-131-3/+1
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+2
* 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/+3
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-8/+8
* draw: fix edgeflags on clipped poly emitKeith Whitwell2008-06-101-1/+1
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-3/+3
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-31/+25
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+10
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-2/+9
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+503