aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/fnv1a.h
Commit message (Collapse)AuthorAgeFilesLines
* util: delete fnv1a hash functionDmitriy Nester2020-05-251-61/+0
| | | | | | | | | | xxhash is faster than fnv1a in almost all circumstances, so we're switching to it globally. Signed-off-by: Dmytro Nester <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2405 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4020>
* util: move fnv1a hash implementation into its own headerAnthony Pesch2020-01-231-0/+61
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3475>