mesa/util: add a hash table wrapper which support 64-bit keys
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 12 Jun 2017 14:51:04 +0000 (16:51 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 14 Jun 2017 08:04:35 +0000 (10:04 +0200)
commit6649b840c34016b4753e69d4513a8d09da9febb2
tree90d4aabddab719a79670b8e6dd91b9d3da9bcd7a
parenteeb34af5be5aff36a8ccf94b5d202ef0b9d0c992
mesa/util: add a hash table wrapper which support 64-bit keys

Needed for bindless handles which are represented using
64-bit unsigned integers. All hash table implementations should
be uniformized later on.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/util/hash_table.c
src/util/hash_table.h