aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_hash_table.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
| | | | It's really just another define. No need for its own header.
* util: Rename from u_* to util_* while we're at it.José Fonseca2009-10-171-16/+16
| | | | To be consistent with the rest.
* util: Change function names to begin with u_.Corbin Simpson2009-10-161-16/+17
| | | | Avoids link-time clashes with Mesa's internal hash table.
* gallium: Really free hash entries.José Fonseca2008-05-081-0/+4
| | | | Hook up to the new cso_hash_erase function.
* d3d: Add function to walk through all items in the hash table.José Fonseca2008-03-181-0/+5
|
* gallium: General purpose hash table, which is actually just a convenient ↵José Fonseca2008-03-131-0/+86
frontend to cso_hash.