summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_llvm.c
AgeCommit message (Collapse)Author
2008-03-24gallium: make a copy of the vertex shader's token array.Brian
This solves problems when the state tracker frees the token array when the draw module still needs it.
2008-03-10gallium: use the same bypass_clipping logic on all vs pathsKeith Whitwell
2008-02-18Update for llvm -> gallivm rename.José Fonseca
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell
Create new files for shaders compiled/executed with llvm, sse, exec respectively