summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_stipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+4
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-2/+3
* draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell2008-05-271-2/+18
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-1/+1
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-0/+4
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-14/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+239