summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen_cache.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-25svga: fix persistent mapped surface update to constant bufferCharmaine Lee1-2/+3
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-2/+2
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo1-1/+1
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-1/+2
2020-06-05svga: Performance fixesNeha Bhende1-0/+3
2019-06-20winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom1-0/+1
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-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee1-0/+2
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2016-11-03svga: invalidate new surface before it is bound to a render target viewCharmaine Lee1-0/+1
2016-07-08svga: invalidate gb surface before it is reusedCharmaine Lee1-5/+9
2016-05-26svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-2/+6
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
2013-02-26svga: fix comment typosBrian Paul1-1/+1
2012-10-17svga: add svga_screen_cache_dump() debug helperBrian Paul1-0/+3
2012-02-23svga: implement surface cache size limitBrian Paul1-2/+6
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-1/+1
2009-11-25svga: revert packing of surface keyKeith Whitwell1-3/+3
2009-11-24svga: cache textures as well as buffersKeith Whitwell1-6/+15
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+135