summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_hash.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-22gallium: const correctness.José Fonseca1-2/+2
2008-12-19gallium: Simple and efficient cache.José Fonseca1-0/+121
Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet.