util: import CRC32 implementation from gallium
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 bitscan.c \
3 bitscan.h \
4 bitset.h \
5 crc32.c \
6 crc32.h \
7 debug.c \
8 debug.h \
9 disk_cache.c \
10 disk_cache.h \
11 format_r11g11b10f.h \
12 format_rgb9e5.h \
13 format_srgb.h \
14 half_float.c \
15 half_float.h \
16 hash_table.c \
17 hash_table.h \
18 list.h \
19 macros.h \
20 mesa-sha1.c \
21 mesa-sha1.h \
22 ralloc.c \
23 ralloc.h \
24 register_allocate.c \
25 register_allocate.h \
26 rgtc.c \
27 rgtc.h \
28 rounding.h \
29 set.c \
30 set.h \
31 simple_list.h \
32 slab.c \
33 slab.h \
34 string_to_uint_map.h \
35 string_to_uint_map.cpp \
36 strndup.c \
37 strndup.h \
38 strtod.c \
39 strtod.h \
40 texcompress_rgtc_tmp.h \
41 u_atomic.h \
42 u_endian.h \
43 u_vector.c \
44 u_vector.h \
45 vk_alloc.h
46
47 MESA_UTIL_GENERATED_FILES = \
48 format_srgb.c