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