aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_post_vs.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-7/+46
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-1/+1
|\
| * gallium: replace // comments with /* */Brian Paul2009-10-021-1/+1
* | draw: fix warningKeith Whitwell2009-09-241-1/+1
|/
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-2/+2
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-16/+22
* draw: remove old assignment of edgeflag valueKeith Whitwell2008-04-241-1/+0
* gallium: additional debug codeBrian Paul2008-04-231-0/+13
* Fix reporting of clipped vertices.Zack Rusin2008-04-221-3/+2
* draw: allow drivers to query pipeline state more easilyKeith Whitwell2008-04-221-4/+7
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+11
* draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell2008-04-191-6/+6
* draw: split off all the extra functionality in the vertex shaderKeith Whitwell2008-04-181-0/+202