summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs.c
AgeCommit message (Expand)Author
2008-07-02gallium: Allow draw module to work on non-x86 platforms again.Michel Dänzer
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29draw: share machineKeith Whitwell
2008-05-23draw: create specialized vs varients incorporating fetch & emitKeith Whitwell
2008-05-23draw: move some state into a new 'vs' areaKeith Whitwell
2008-04-19draw: rename draw_vertex_shader.c -> draw_vs.cKeith Whitwell