summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-08draw: fix/improve dirty state validationBrian Paul1-1/+1
2012-11-15draw: fix crashes with out-of-bounds indicesRoland Scheidegger1-3/+6
2012-01-26draw: Don't revalidate pipeline on backend flushesJakob Bornecrantz1-1/+2
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca1-2/+2
2010-08-22draw: Don't assert if indices point outside vertex buffer.José Fonseca1-2/+7
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu1-8/+3
2010-08-16draw: Replace vcache by vsplit.Chia-I Wu1-6/+2
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu1-0/+4
2010-08-07draw: Assert that only the first vetex may have flags set.Chia-I Wu1-13/+23
2010-08-06draw: Remove unnecessary vertex flag ANDs.Chia-I Wu1-19/+15
2010-08-06draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu1-103/+30
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul1-9/+26
2010-06-25draw: initialize vertex headerZack Rusin1-1/+1
2010-06-23draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose codeBrian Paul1-25/+25
2010-06-15draw: run the pipeline with the correct number of vertsZack Rusin1-1/+1
2010-06-15draw: fix primitive indexing in the pipelineZack Rusin1-2/+4
2010-06-15draw wipKeith Whitwell1-24/+41
2010-05-05gallium: rework provoking vertex codeBrian Paul1-3/+39
2010-04-21gallium/draw: fix point sprite handlingBrian Paul1-0/+1
2010-04-18draw: Cosmetic cleanups and comments.José Fonseca1-1/+1
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca1-0/+1
2010-01-22gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elementsBrian Paul1-3/+3
2010-01-22gallium/draw: added comments, whitespace fixesBrian Paul1-8/+30
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