Age | Commit message (Expand) | Author |
---|---|---|
2008-04-01 | draw: associate rhw divide with clipping not viewport flag | Keith Whitwell |
2008-03-31 | gallium: move the test for bypass_vs into the vs_XXX_run() functions | Brian |
2008-03-27 | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian |
2008-03-24 | gallium: make a copy of the vertex shader's token array. | Brian |
2008-03-12 | gallium: change draw_vertex_shader->state from pointer to struct | Brian |
2008-03-10 | gallium: use the same bypass_clipping logic on all vs paths | Keith Whitwell |
2008-02-27 | gallium: remove dependencies on pipe_shader_state's semantic info | Brian |
2008-02-19 | Use gallium's rtasm module. | José Fonseca |
2008-02-15 | Make this file build on non-SSE builds (e.g., Cell) | Ian Romanick |
2008-02-15 | draw: subclass vertex shaders according to execution method | Keith Whitwell |