summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-13draw: Remove unused variable.José Fonseca1-1/+0
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell1-22/+55
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell1-22/+55
2009-06-18draw: clean up indentationBrian Paul1-11/+11
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+0
2008-08-20gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul1-1/+1
2008-06-02draw: Fix MSVC warnings.José Fonseca1-1/+2
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin1-24/+50
2008-05-08redo the linear pathsZack Rusin1-0/+39
2008-04-24gallium: commentsBrian Paul1-2/+2
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell1-10/+9
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell1-63/+0
2008-04-19draw: make draw_reset_vertex_ids private to the draw_pipe_* codeKeith Whitwell1-0/+2
2008-04-19draw: put pipeline flushing behind a new interfaceKeith Whitwell1-0/+8
2008-04-19draw: move pt_pipeline code to draw_pipe.cKeith Whitwell1-1/+116
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-0/+161