summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hash_table.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-440/+0
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* mesa: Drop unused hash_table::mem_ctx field.Kenneth Graunke2014-03-061-1/+0
* mesa: fix inconsistent function declaration, definitionsBrian Paul2013-07-121-2/+2
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-081-2/+1
* mesa: Replace random with standard C rand.Vinson Lee2012-11-121-1/+1
* mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt2012-11-121-0/+442