util: Move hash_table_call_foreach to util hash table
authorThomas Helland <thomashelland90@gmail.com>
Tue, 16 Aug 2016 20:10:17 +0000 (22:10 +0200)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 12 Sep 2016 00:48:35 +0000 (10:48 +1000)
commitddb8639b18e836b904cda857d787c05ab8b0db7b
tree970e1391635c9d61cd61e6395809c3159da84442
parentcf4a4820ac36784cea18cd0393f8ae1bdc853c68
util: Move hash_table_call_foreach to util hash table

It is included through the util/hash_table include in
the program hash_table, so this should be safe.
This will be needed when we start converting each use of
the program_hash_table, as some places need this function.

Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/program/hash_table.h
src/util/hash_table.h