util: delete fnv1a hash function
authorDmitriy Nester <dmitriynester@gmail.com>
Thu, 27 Feb 2020 13:42:21 +0000 (15:42 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 25 May 2020 19:41:09 +0000 (19:41 +0000)
commit46d5b07c5c39d1b8cf10976f6574a63062dea9c4
tree5ff102274b6aefbe3aa685469f099e96de53de12
parentbf4d652f3f44da7837d5ca7c514533bf8661e31e
util: delete fnv1a hash function

xxhash is faster than fnv1a in almost all circumstances, so we're
switching to it globally.

Signed-off-by: Dmytro Nester <dmytro.nester@globallogic.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2405
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4020>
src/util/Makefile.sources
src/util/fnv1a.h [deleted file]
src/util/hash_table.h
src/util/meson.build