mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 19:48:17 +02:00
Both core mesa and glsl have their own wrappers for strtof_l. Merge and move them to util/. They are compiled with a C++ compiler so that we can make them thread-safe in a following commit. Signed-off-by: Chia-I Wu <olv@lunarg.com> Reviewed-by: Kenneth Graunke <kenneth@whiteacpe.org>
10 lines
163 B
Text
10 lines
163 B
Text
MESA_UTIL_FILES := \
|
|
hash_table.c \
|
|
ralloc.c \
|
|
register_allocate.c \
|
|
register_allocate.h \
|
|
rgtc.c \
|
|
strtod.cpp
|
|
|
|
MESA_UTIL_GENERATED_FILES = \
|
|
format_srgb.c
|