aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* draw: Remove unused variable.José Fonseca2009-08-131-1/+0
* Merge branch 'mesa_7_5_branch'Keith Whitwell2009-08-131-22/+55
|\
| * draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
* | draw: clean up indentationBrian Paul2009-06-181-11/+11
|/
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul2008-08-201-1/+1
* draw: Fix MSVC warnings.José Fonseca2008-06-021-1/+2
* decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin2008-05-131-24/+50
* redo the linear pathsZack Rusin2008-05-081-0/+39
* gallium: commentsBrian Paul2008-04-241-2/+2
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-10/+9
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-63/+0
* draw: make draw_reset_vertex_ids private to the draw_pipe_* codeKeith Whitwell2008-04-191-0/+2
* draw: put pipeline flushing behind a new interfaceKeith Whitwell2008-04-191-0/+8
* draw: move pt_pipeline code to draw_pipe.cKeith Whitwell2008-04-191-1/+116
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+161