aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* util: Add remove to util_cacheAlex Corscadden2011-03-091-0/+4
| | | | | I need to be able to remove entries from util_cache caches. This change enables that functionality.
* gallium: const correctness.José Fonseca2008-12-221-7/+7
|
* gallium: Simple and efficient cache.José Fonseca2008-12-191-0/+87
Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet.