util: move fnv1a hash implementation into its own header
authorAnthony Pesch <inolen@gmail.com>
Sat, 18 Jan 2020 05:51:42 +0000 (00:51 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 23 Jan 2020 17:06:57 +0000 (17:06 +0000)
commit032f8807f7c1aa2d0c973b6664b9ab6be6863e90
tree6c1b4dbd6846d82b3a6670b817a31e49de8bdc28
parent17fac0e32d515411bb95e7c222ddc8c0089b97b9
util: move fnv1a hash implementation into its own header

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3475>
src/util/Makefile.sources
src/util/fnv1a.h [new file with mode: 0644]
src/util/hash_table.c
src/util/hash_table.h
src/util/meson.build