summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-28draw: put 'create' in the vs varient create function namesBrian Paul1-1/+1
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol1-2/+2
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol1-2/+4
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol1-1/+1
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell1-0/+1
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell1-1/+1
2009-05-01draw: added some inf/nan debug code (disabled)Brian Paul1-0/+6
2009-03-31draw: added Nan/Inf assertion in debug codeBrian Paul1-0/+1
2008-12-04gallium: added draw_texture_samplers() to support texture fetches from vertex...Brian1-2/+2
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-0/+6
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul1-0/+6
2008-10-15gallium: fix the test in vs_exec_prepare() to avoid redundant bindingsBrian Paul1-3/+1
2008-09-14draw: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-09-12gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec pathBrian Paul1-6/+11
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-2/+2
2008-05-23draw: create specialized vs varients incorporating fetch & emitKeith Whitwell1-0/+2
2008-05-23draw: move some state into a new 'vs' areaKeith Whitwell1-1/+1
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul1-4/+7
2008-04-18draw: remove old vertex_shader->run() functionsKeith Whitwell1-137/+0
2008-04-18draw: split off all the extra functionality in the vertex shaderKeith Whitwell1-21/+61
2008-04-17draw: add vertex shader run_linear functionKeith Whitwell1-10/+85
2008-04-14pass vertex size to shaders so that callee can decide on the sizeZack Rusin1-2/+3
2008-04-14draw: move vertex header init out of fetch_shade_pipeline.cKeith Whitwell1-0/+1
2008-04-14Make shaders operate on a block of memory instead of arrays of vertex_header'sZack Rusin1-26/+28
2008-04-14return true if one of the vertices has been clippedZack Rusin1-1/+4
2008-04-14pass arbitrary number of vertices to the shader execution cycleZack Rusin1-71/+73
2008-04-12gallium: move duplicated compute_clipmask() code to draw_vs.hBrian1-26/+0
2008-04-01draw: associate rhw divide with clipping not viewport flagKeith Whitwell1-6/+6
2008-03-31gallium: move the test for bypass_vs into the vs_XXX_run() functionsBrian1-7/+17
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-03-24gallium: make a copy of the vertex shader's token array.Brian1-1/+6
2008-03-14gallium: added some debug code (disabled)Brian1-0/+13
2008-03-12gallium: change draw_vertex_shader->state from pointer to structBrian1-2/+2
2008-03-04draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...Keith Whitwell1-14/+24
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian1-1/+1
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell1-0/+186