summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.c
AgeCommit message (Expand)Author
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-20gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin
2008-05-08redo the linear pathsZack Rusin
2008-04-24gallium: commentsBrian Paul
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-21draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell
2008-04-19draw: make draw_reset_vertex_ids private to the draw_pipe_* codeKeith Whitwell
2008-04-19draw: put pipeline flushing behind a new interfaceKeith Whitwell
2008-04-19draw: move pt_pipeline code to draw_pipe.cKeith Whitwell
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell