util: Add a util_sparse_array data structure
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 anon_file.h \
3 anon_file.c \
4 bigmath.h \
5 bitscan.c \
6 bitscan.h \
7 bitset.h \
8 blob.c \
9 blob.h \
10 build_id.c \
11 build_id.h \
12 crc32.c \
13 crc32.h \
14 dag.c \
15 dag.h \
16 debug.c \
17 debug.h \
18 disk_cache.c \
19 disk_cache.h \
20 double.c \
21 double.h \
22 fast_idiv_by_const.c \
23 fast_idiv_by_const.h \
24 format_r11g11b10f.h \
25 format_rgb9e5.h \
26 format_srgb.h \
27 futex.h \
28 half_float.c \
29 half_float.h \
30 hash_table.c \
31 hash_table.h \
32 list.h \
33 macros.h \
34 mesa-sha1.c \
35 mesa-sha1.h \
36 os_time.c \
37 os_time.h \
38 os_file.c \
39 os_file.h \
40 os_misc.c \
41 os_misc.h \
42 u_process.c \
43 u_process.h \
44 sha1/sha1.c \
45 sha1/sha1.h \
46 ralloc.c \
47 ralloc.h \
48 rand_xor.c \
49 rand_xor.h \
50 rb_tree.c \
51 rb_tree.h \
52 register_allocate.c \
53 register_allocate.h \
54 rgtc.c \
55 rgtc.h \
56 rounding.h \
57 set.c \
58 set.h \
59 simple_list.h \
60 simple_mtx.h \
61 slab.c \
62 slab.h \
63 softfloat.c \
64 softfloat.h \
65 sparse_array.c \
66 sparse_array.h \
67 string_buffer.c \
68 string_buffer.h \
69 strndup.h \
70 strtod.c \
71 strtod.h \
72 texcompress_rgtc_tmp.h \
73 timespec.h \
74 u_atomic.c \
75 u_atomic.h \
76 u_dynarray.h \
77 u_endian.h \
78 u_math.c \
79 u_math.h \
80 u_queue.c \
81 u_queue.h \
82 u_string.h \
83 u_thread.h \
84 u_vector.c \
85 u_vector.h \
86 u_debug.c \
87 u_debug.h \
88 u_cpu_detect.c \
89 u_cpu_detect.h \
90 os_memory_aligned.h \
91 os_memory_debug.h \
92 os_memory_stdc.h \
93 os_memory.h \
94 u_memory.h \
95 vma.c \
96 vma.h
97
98 MESA_UTIL_GENERATED_FILES = \
99 format_srgb.c
100
101 XMLCONFIG_FILES := \
102 xmlconfig.c \
103 xmlconfig.h