summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_llvm.c
AgeCommit message (Expand)Author
2008-04-14draw: move vertex header init out of fetch_shade_pipeline.cKeith Whitwell
2008-04-14Make shaders operate on a block of memory instead of arrays of vertex_header'sZack Rusin
2008-04-14return true if one of the vertices has been clippedZack Rusin
2008-04-12gallium: move duplicated compute_clipmask() code to draw_vs.hBrian
2008-04-01draw: associate rhw divide with clipping not viewport flagKeith Whitwell
2008-03-31gallium: move the test for bypass_vs into the vs_XXX_run() functionsBrian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-24gallium: make a copy of the vertex shader's token array.Brian
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