draw: Silence compiler warnings on Windows.
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_exec.c
2008-09-14 Michal Kroldraw: Silence compiler warnings on Windows.
2008-09-12 Brian Paulgallium: avoid redundant tgsi_exec_machine_bind_shader...
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwelldraw: create specialized vs varients incorporating...
2008-05-23 Keith Whitwelldraw: move some state into a new 'vs' area
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-04-18 Keith Whitwelldraw: remove old vertex_shader->run() functions
2008-04-18 Keith Whitwelldraw: split off all the extra functionality in the...
2008-04-17 Keith Whitwelldraw: add vertex shader run_linear function
2008-04-14 Zack Rusinpass vertex size to shaders so that callee can decide...
2008-04-14 Keith Whitwelldraw: move vertex header init out of fetch_shade_pipeline.c
2008-04-14 Zack RusinMake shaders operate on a block of memory instead of...
2008-04-14 Zack Rusinreturn true if one of the vertices has been clipped
2008-04-14 Zack Rusinpass arbitrary number of vertices to the shader executi...
2008-04-12 Briangallium: move duplicated compute_clipmask() code to...
2008-04-01 Keith Whitwelldraw: associate rhw divide with clipping not viewport...
2008-03-31 Briangallium: move the test for bypass_vs into the vs_XXX_ru...
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-24 Briangallium: make a copy of the vertex shader's token array.
2008-03-14 Briangallium: added some debug code (disabled)
2008-03-12 Briangallium: change draw_vertex_shader->state from pointer...
2008-03-04 Keith Whitwelldraw: dont' compute clipmask or apply viewport when...
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...