aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vertex_cache.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace loop w/ memset in draw_vertex_cache_invalidate()Brian2008-01-251-9/+1
* gallium: better flush logic in draw moduleBrian2008-01-251-3/+6
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-1/+0
* Reorganize user-space vertex fields in draw_context into 'user' group.Brian2007-11-081-6/+13
* Use a consistent number to identify undefined vertices.José Fonseca2007-11-071-2/+2
* set vcache.referenced bit alwayskeithw2007-10-251-13/+5
* Fix vertex cache bug that allows multiple vertices to fall into the same slot.Brian2007-10-231-0/+9
* In get_vertex(), slot was computed using & 31. Replace with % VCACHE_SIZE.Brian2007-10-231-1/+3
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-271-8/+9
* First attempt at building vertex buffers post-clip.Keith Whitwell2007-09-251-2/+18
* Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell2007-08-271-0/+175