aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: reduce recursive include of tgsi_exec.hKeith Whitwell2009-07-161-0/+2
* gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-161-18/+3
* draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca2008-12-311-1/+1
* gallium: PPC vertex shader supportBrian Paul2008-10-221-1/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+5
* gallium: Allow draw module to work on non-x86 platforms again.Michel Dänzer2008-07-021-0/+2
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-0/+11
* draw: Fix MSVC warnings.José Fonseca2008-06-021-3/+3
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-1/+18
* draw: share machineKeith Whitwell2008-05-291-3/+40
* draw: create specialized vs varients incorporating fetch & emitKeith Whitwell2008-05-231-1/+82
* draw: move some state into a new 'vs' areaKeith Whitwell2008-05-231-4/+31
* draw: rename draw_vertex_shader.c -> draw_vs.cKeith Whitwell2008-04-191-0/+85