mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
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:
parent
552028c013
commit
17fac0e32d
3 changed files with 1439 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
1435
src/util/xxhash.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue