Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: additional fixes to ensure even number of vertices per buffer | Brian Paul | 2008-06-18 | 1 | -0/+3 |
* | draw: don't assume vertex position is in data[0] | Keith Whitwell | 2008-06-11 | 1 | -0/+2 |
* | draw: respect driver's max vertex buffer size | Keith Whitwell | 2008-06-04 | 1 | -0/+6 |
* | gallium: MSVC warning fixes. | José Fonseca | 2008-05-29 | 1 | -1/+1 |
* | draw: fix translate double-free, minor cleanups | Keith Whitwell | 2008-05-09 | 1 | -3/+0 |
* | draw: mimize cost of translate key compares, use cache universally | Keith Whitwell | 2008-05-09 | 1 | -6/+14 |
* | draw: remove stupid debug (Keith) | Keith Whitwell | 2008-04-23 | 1 | -1/+1 |
* | draw: add missing break (Jakob) | Keith Whitwell | 2008-04-23 | 1 | -1/+2 |
* | draw: propogate lots of errors | Keith Whitwell | 2008-04-21 | 1 | -3/+2 |
* | draw: rearrange debug code | Keith Whitwell | 2008-04-19 | 1 | -54/+1 |
* | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | 2008-04-19 | 1 | -0/+1 |
* | draw: rename pipeline files to draw_pipe_* | Keith Whitwell | 2008-04-19 | 1 | -0/+529 |