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