summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_cache.h
AgeCommit message (Collapse)Author
2011-03-09util: Add remove to util_cacheAlex Corscadden
I need to be able to remove entries from util_cache caches. This change enables that functionality.
2008-12-22gallium: const correctness.José Fonseca
2008-12-19gallium: Simple and efficient cache.José Fonseca
Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet.