summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen_cache.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-05svga: sync with upstream changes to surface flagsCharmaine Lee1-1/+1
2018-09-05svga: update device header files from upstreamBrian Paul1-1/+1
2017-09-26svga: silence unused var warning in optimized build with MAYBE_UNUSEDBrian Paul1-1/+1
2017-08-30svga: include sample count in surface_size() computationBrian Paul1-1/+1
2017-06-30svga: fixed surface size to include array sizeCharmaine Lee1-1/+2
2017-06-22svga: fix pre-mature flushing of the command bufferCharmaine Lee1-1/+15
2017-06-16svga: add a few minor commentsBrian Paul1-0/+2
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee1-2/+6
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-5/+5
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-3/+3
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2016-11-22gallium: fix more occurences of u_hash.hMarek Olšák1-1/+1
2016-11-03svga: invalidate new surface before it is bound to a render target viewCharmaine Lee1-0/+5
2016-08-16svga: remove incorrect buffer invalidation codeBrian Paul1-5/+0
2016-08-16svga: use the sws local var to simplify some codeBrian Paul1-3/+2
2016-07-08svga: invalidate gb surface before it is reusedCharmaine Lee1-4/+33
2016-05-26svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul1-1/+1
2016-03-07svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul1-2/+8
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-22/+73
2015-09-02svga/winsys: Add support for VGPU10Brian Paul1-1/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul1-2/+2
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