util: import xxhash

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>
This commit is contained in:
Anthony Pesch 2020-01-18 00:47:19 -05:00 committed by Marge Bot
parent 552028c013
commit 17fac0e32d
3 changed files with 1439 additions and 1 deletions

View file

@ -117,7 +117,9 @@ MESA_UTIL_FILES := \
u_mm.h \
u_mm.c \
vma.c \
vma.h
vma.h \
xxhash.h
MESA_UTIL_GENERATED_FILES = \
format_srgb.c \

View file

@ -116,6 +116,7 @@ files_mesa_util = files(
'u_cpu_detect.h',
'vma.c',
'vma.h',
'xxhash.h',
)
files_drirc = files('00-mesa-defaults.conf')

1435
src/util/xxhash.h Normal file

File diff suppressed because it is too large Load diff