summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.c
AgeCommit message (Expand)Author
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca
2010-08-22draw: Don't assert if indices point outside vertex buffer.José Fonseca
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu
2010-08-16draw: Replace vcache by vsplit.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-08-07draw: Assert that only the first vetex may have flags set.Chia-I Wu
2010-08-06draw: Remove unnecessary vertex flag ANDs.Chia-I Wu
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul
2010-06-25draw: initialize vertex headerZack Rusin
2010-06-23draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose codeBrian Paul
2010-06-15draw: run the pipeline with the correct number of vertsZack Rusin
2010-06-15draw: fix primitive indexing in the pipelineZack Rusin
2010-06-15draw wipKeith Whitwell
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-04-21gallium/draw: fix point sprite handlingBrian Paul
2010-04-18draw: Cosmetic cleanups and comments.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul
2009-08-13draw: Remove unused variable.José Fonseca
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell
2009-06-18draw: clean up indentationBrian Paul
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