summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_clip.c
Commit message (Expand)AuthorAgeFilesLines
* 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