summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_post_vs.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: style fixes after replace usage of boolean to boolYonggang Luo1-2/+2
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-9/+9
2022-10-11draw: asst. clean-ups in draw_pt_post_vs.cBrian Paul1-44/+41
2022-06-29draw/cliptest: add support for guard band + full ZDave Airlie1-5/+8
2015-12-15draw: don't pretend have_clipdist is per-vertexRoland Scheidegger1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2014-11-19draw: fixes for vertex shaders outputting layer or viewport indexRoland Scheidegger1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-05-25draw: make sure viewport index is fetched from leading vertexZack Rusin1-3/+6
2013-04-22gallium: Add a new clip_halfz rasterizer state.José Fonseca1-10/+10
2012-01-11draw: clipdistance support (v2)Dave Airlie1-2/+2
2011-09-22draw: add support for guard-band clippingBrian Paul1-2/+29
2010-08-25draw: specialized cliptesting routinesKeith Whitwell1-187/+101
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák1-4/+9
2010-06-25draw: deleted by mistakeZack Rusin1-0/+1
2010-06-25draw: initialize headers in the none post paths as wellZack Rusin1-0/+8
2010-06-25draw: initialize vertex headerZack Rusin1-3/+10
2010-06-15draw: Remove unnecessary headers.Vinson Lee1-1/+0
2010-06-15draw: finish the new pipeline setupZack Rusin1-33/+21
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin1-1/+1
2010-04-06draw llvm: disable debugging outputZack Rusin1-0/+2
2010-04-06draw llvm: fix draw arraysZack Rusin1-1/+1
2010-04-02draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin1-0/+3
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-21draw: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-2/+2
2009-12-16gallium: edgeflags change fixesRoland Scheidegger1-4/+7
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger1-1/+4
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell1-7/+46
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul1-1/+1
2009-10-02gallium: replace // comments with /* */Brian Paul1-1/+1
2009-09-24draw: fix warningKeith Whitwell1-1/+1
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell1-2/+2
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell1-16/+22
2008-04-24draw: remove old assignment of edgeflag valueKeith Whitwell1-1/+0
2008-04-23gallium: additional debug codeBrian Paul1-0/+13
2008-04-22Fix reporting of clipped vertices.Zack Rusin1-3/+2
2008-04-22draw: allow drivers to query pipeline state more easilyKeith Whitwell1-4/+7
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-0/+11
2008-04-19draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell1-6/+6
2008-04-18draw: split off all the extra functionality in the vertex shaderKeith Whitwell1-0/+202