Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draw: associate rhw divide with clipping not viewport flag | Keith Whitwell | 2008-04-01 | 1 | -6/+6 |
* | gallium: move the test for bypass_vs into the vs_XXX_run() functions | Brian | 2008-03-31 | 1 | -7/+17 |
* | gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS | Brian | 2008-03-27 | 1 | -2/+2 |
* | gallium: make a copy of the vertex shader's token array. | Brian | 2008-03-24 | 1 | -1/+6 |
* | gallium: added some debug code (disabled) | Brian | 2008-03-14 | 1 | -0/+13 |
* | gallium: change draw_vertex_shader->state from pointer to struct | Brian | 2008-03-12 | 1 | -2/+2 |
* | draw: dont' compute clipmask or apply viewport when not clipping (rename bypa... | Keith Whitwell | 2008-03-04 | 1 | -14/+24 |
* | gallium: remove dependencies on pipe_shader_state's semantic info | Brian | 2008-02-27 | 1 | -1/+1 |
* | draw: subclass vertex shaders according to execution method | Keith Whitwell | 2008-02-15 | 1 | -0/+186 |