mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 20:40:09 +01:00
Needed in NIR too, so move out of mesa/main/imports.c Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Rob Clark <robclark@freedesktop.org>
32 lines
461 B
Text
32 lines
461 B
Text
MESA_UTIL_FILES := \
|
|
bitset.h \
|
|
debug.c \
|
|
debug.h \
|
|
format_srgb.h \
|
|
half_float.c \
|
|
half_float.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 \
|
|
strndup.c \
|
|
strndup.h \
|
|
strtod.c \
|
|
strtod.h \
|
|
texcompress_rgtc_tmp.h \
|
|
u_atomic.h
|
|
|
|
MESA_UTIL_GENERATED_FILES = \
|
|
format_srgb.c
|