aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_hash.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: const correctness.José Fonseca2008-12-221-1/+1
|
* gallium: Simple and efficient cache.José Fonseca2008-12-191-0/+55
Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet.