aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.