mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 21:08:11 +02:00
The linked list in gallium is pretty much the kernel list and we would like to have a C-based linked list for all of mesa. Let's not duplicate and just steal the gallium one. Acked-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Rob Clark <robclark@freedesktop.org>
28 lines
416 B
Text
28 lines
416 B
Text
MESA_UTIL_SHADER_CACHE_FILES := \
|
|
mesa-sha1.c \
|
|
mesa-sha1.h
|
|
|
|
MESA_UTIL_FILES := \
|
|
bitset.h \
|
|
format_srgb.h \
|
|
hash_table.c \
|
|
hash_table.h \
|
|
list.h \
|
|
macros.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.cpp \
|
|
strtod.h \
|
|
texcompress_rgtc_tmp.h \
|
|
u_atomic.h
|
|
|
|
MESA_UTIL_GENERATED_FILES = \
|
|
format_srgb.c
|