summaryrefslogtreecommitdiff
path: root/src/mesa/main/set.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-06mesa: Drop unused hash_table::mem_ctx field.Kenneth Graunke1-1/+0
2013-07-12mesa: fix inconsistent function declaration, definitionsBrian Paul1-2/+2
2013-02-08Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry1-2/+1
2012-12-06mesa: use rand() instead of random()Brian Paul1-1/+1
2012-12-06mesa: add set support (stores a set of pointers)Eric Anholt1-0/+348