mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 04:10:40 +01:00
SHA1 is now used in all builds when HAVE_SHA1 is defined. Adjust src to
do the same thing, rather than predicating on shader cache.
Fixes: 04e201d0c0 ("mesa: change 'SHADER_SUBST' facility to work with env variables")
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Dave Airlie <airlied@gmail.com>
26 lines
381 B
Text
26 lines
381 B
Text
MESA_UTIL_FILES := \
|
|
bitset.h \
|
|
format_srgb.h \
|
|
hash_table.c \
|
|
hash_table.h \
|
|
list.h \
|
|
macros.h \
|
|
mesa-sha1.c \
|
|
mesa-sha1.h \
|
|
ralloc.c \
|
|
ralloc.h \
|
|
register_allocate.c \
|
|
register_allocate.h \
|
|
rgtc.c \
|
|
rgtc.h \
|
|
rounding.h \
|
|
set.c \
|
|
set.h \
|
|
simple_list.h \
|
|
strtod.c \
|
|
strtod.h \
|
|
texcompress_rgtc_tmp.h \
|
|
u_atomic.h
|
|
|
|
MESA_UTIL_GENERATED_FILES = \
|
|
format_srgb.c
|