Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 1 | -1/+1 |
| | | | | | | | | | The linked list in gallium is pretty much the kernel list and we would like to have a C-based linked list for all of mesa. Let's not duplicate and just steal the gallium one. Acked-by: Connor Abbott <[email protected]> Reviewed-by: Rob Clark <[email protected]> | ||||
* | svga: fix comment typos | Brian Paul | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | svga: add svga_screen_cache_dump() debug helper | Brian Paul | 2012-10-17 | 1 | -0/+3 |
| | |||||
* | svga: implement surface cache size limit | Brian Paul | 2012-02-23 | 1 | -2/+6 |
| | | | | | | | | | | | | | There was a SVGA_HOST_SURFACE_CACHE_BYTES symbol, but it was never used. Now when we go to add a newly deleted surface to the cache we check if the cache size would be exceeded. If so, try to free the least recently "unused" surfaces until the cache is smaller. If we can't do that, simply don't cache the newly deleted surface. The alternative involves flushing and waiting and we don't want to do that. Reviewed-by: José Fonseca <[email protected]> | ||||
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca | 2010-02-02 | 1 | -1/+1 |
| | | | | Into os/os_thread.h and util/u_atomic.h respectively. | ||||
* | svga: revert packing of surface key | Keith Whitwell | 2009-11-25 | 1 | -3/+3 |
| | | | | Over-ambitious packing of values broke my cursor. | ||||
* | svga: cache textures as well as buffers | Keith Whitwell | 2009-11-24 | 1 | -6/+15 |
| | |||||
* | svga: Add svga driver | Jakob Bornecrantz | 2009-11-17 | 1 | -0/+135 |