gallium: handle TGSI immediates in SSE code for vertex shaders
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_sse.c
2008-04-11 Brian Paulgallium: handle TGSI immediates in SSE code for vertex...
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-12 Briangallium: change draw_vertex_shader->state from pointer...
2008-03-10 Keith Whitwellgallium: use the same bypass_clipping logic on all...
2008-02-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...