summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs.c
AgeCommit message (Expand)Author
2010-12-16draw: s/varient/variant/Brian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin
2010-05-03draw: Disable rtasm compilation when using LLVM.José Fonseca
2010-04-28draw: remove extra semicolonsBrian Paul
2010-04-23gallium: Convert some uses of get option to staticJakob Bornecrantz
2010-04-20draw: Remove draw_vs_llvm.c.José Fonseca
2010-02-14draw: Add assert to check input of memcpy.Vinson Lee
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-15draw: Add missing header include.Michal Krol
2010-01-15draw: Add GALLIUM_DUMP_VS environment variable.Luca Barbieri
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2008-12-31draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca
2008-10-22gallium: PPC vertex shader supportBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
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