summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_llvm.c
Commit message (Expand)AuthorAgeFilesLines
* draw: associate rhw divide with clipping not viewport flagKeith Whitwell2008-04-011-6/+6
* gallium: move the test for bypass_vs into the vs_XXX_run() functionsBrian2008-03-311-15/+27
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* gallium: make a copy of the vertex shader's token array.Brian2008-03-241-1/+6
* gallium: use the same bypass_clipping logic on all vs pathsKeith Whitwell2008-03-101-19/+29
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-1/+1
* draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-151-0/+237