Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: replace loop w/ memset in draw_vertex_cache_invalidate() | Brian | 2008-01-25 | 1 | -9/+1 |
* | gallium: better flush logic in draw module | Brian | 2008-01-25 | 1 | -3/+6 |
* | gallium: overhaul usage of vertex_info in draw module. | Brian | 2008-01-23 | 1 | -1/+0 |
* | Reorganize user-space vertex fields in draw_context into 'user' group. | Brian | 2007-11-08 | 1 | -6/+13 |
* | Use a consistent number to identify undefined vertices. | José Fonseca | 2007-11-07 | 1 | -2/+2 |
* | set vcache.referenced bit always | keithw | 2007-10-25 | 1 | -13/+5 |
* | Fix vertex cache bug that allows multiple vertices to fall into the same slot. | Brian | 2007-10-23 | 1 | -0/+9 |
* | In get_vertex(), slot was computed using & 31. Replace with % VCACHE_SIZE. | Brian | 2007-10-23 | 1 | -1/+3 |
* | Make flushing more lazy in the draw module. | Keith Whitwell | 2007-09-27 | 1 | -8/+9 |
* | First attempt at building vertex buffers post-clip. | Keith Whitwell | 2007-09-25 | 1 | -2/+18 |
* | Split out vertex shader/cache/fetch functionality from draw_prim.c | Keith Whitwell | 2007-08-27 | 1 | -0/+175 |