aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_cache.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-5/+5
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-031-0/+5
* svga: remove incorrect buffer invalidation codeBrian Paul2016-08-161-5/+0
* svga: use the sws local var to simplify some codeBrian Paul2016-08-161-3/+2
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-4/+33
* svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+1
* svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul2016-03-071-2/+8
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-22/+73
* svga/winsys: Add support for VGPU10Brian Paul2015-09-021-1/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-141-2/+2
* svga/winsys: Propagate surface shared information to the winsysThomas Hellstrom2014-02-141-0/+2
* svga: remove a couple unneeded assertionsBrian Paul2014-02-141-1/+0
* svga: add svga_screen_cache_dump() debug helperBrian Paul2012-10-171-0/+34
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: init pointer to NULL to silence MSVC warningBrian Paul2012-06-221-1/+1
* svga: implement surface cache size limitBrian Paul2012-02-231-1/+131
* svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca2009-12-111-0/+9
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-271-8/+22
* svga: hash the whole key, not just the first four bytesKeith Whitwell2009-11-261-3/+3
* svga: cache textures as well as buffersKeith Whitwell2009-11-241-38/+55
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+307