mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_SHADER_CACHE_FILES := \
2 mesa-sha1.c \
3 mesa-sha1.h
4
5 MESA_UTIL_FILES := \
6 bitset.h \
7 format_srgb.h \
8 hash_table.c \
9 hash_table.h \
10 macros.h \
11 ralloc.c \
12 ralloc.h \
13 register_allocate.c \
14 register_allocate.h \
15 rgtc.c \
16 rgtc.h \
17 rounding.h \
18 set.c \
19 set.h \
20 simple_list.h \
21 strtod.cpp \
22 strtod.h \
23 texcompress_rgtc_tmp.h \
24 u_atomic.h
25
26 MESA_UTIL_GENERATED_FILES = \
27 format_srgb.c