summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex_cache.c
AgeCommit message (Expand)Author
2007-11-08Reorganize user-space vertex fields in draw_context into 'user' group.Brian
2007-11-07Use a consistent number to identify undefined vertices.José Fonseca
2007-10-25set vcache.referenced bit alwayskeithw
2007-10-23Fix vertex cache bug that allows multiple vertices to fall into the same slot.Brian
2007-10-23In get_vertex(), slot was computed using & 31. Replace with % VCACHE_SIZE.Brian
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell
2007-09-25First attempt at building vertex buffers post-clip.Keith Whitwell
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell