summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: additional fixes to ensure even number of vertices per bufferBrian Paul2008-06-181-0/+3
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-0/+2
* draw: respect driver's max vertex buffer sizeKeith Whitwell2008-06-041-0/+6
* gallium: MSVC warning fixes.José Fonseca2008-05-291-1/+1
* draw: fix translate double-free, minor cleanupsKeith Whitwell2008-05-091-3/+0
* draw: mimize cost of translate key compares, use cache universallyKeith Whitwell2008-05-091-6/+14
* draw: remove stupid debug (Keith)Keith Whitwell2008-04-231-1/+1
* draw: add missing break (Jakob)Keith Whitwell2008-04-231-1/+2
* draw: propogate lots of errorsKeith Whitwell2008-04-211-3/+2
* draw: rearrange debug codeKeith Whitwell2008-04-191-54/+1
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-0/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+529