summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen_cache.c
AgeCommit message (Collapse)Author
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca
Since we're reusing buffers we're effectively transforming all of them into dynamic buffers. It would be nice to not cache long lived static buffers. But there is no way to detect the long lived from short lived ones yet. A good heuristic would be buffer size.
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-26svga: hash the whole key, not just the first four bytesKeith Whitwell
2009-11-24svga: cache textures as well as buffersKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz