summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen_cache.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom1-0/+2
2014-02-14svga: remove a couple unneeded assertionsBrian Paul1-1/+0
2012-10-17svga: add svga_screen_cache_dump() debug helperBrian Paul1-0/+34
2012-08-02svga: add some comments in svga_screen_cache.cBrian Paul1-1/+14
2012-08-02svga: whitespace, formatting fixesBrian Paul1-52/+54
2012-06-22svga: init pointer to NULL to silence MSVC warningBrian Paul1-1/+1
2012-02-23svga: implement surface cache size limitBrian Paul1-1/+131
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca1-0/+9
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell1-8/+22
2009-11-26svga: hash the whole key, not just the first four bytesKeith Whitwell1-3/+3
2009-11-24svga: cache textures as well as buffersKeith Whitwell1-38/+55
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+307