aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen_cache.h
Commit message (Expand)AuthorAgeFilesLines
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-071-0/+2
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-031-0/+1
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-081-5/+9
* svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-261-1/+1
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-2/+6
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* svga: fix comment typosBrian Paul2013-02-261-1/+1
* svga: add svga_screen_cache_dump() debug helperBrian Paul2012-10-171-0/+3
* svga: implement surface cache size limitBrian Paul2012-02-231-2/+6
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* svga: revert packing of surface keyKeith Whitwell2009-11-251-3/+3
* svga: cache textures as well as buffersKeith Whitwell2009-11-241-6/+15
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+135