aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_post_vs.c
Commit message (Expand)AuthorAgeFilesLines
* 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