• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1MESA_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	compiler.h \
13	crc32.c \
14	crc32.h \
15	dag.c \
16	dag.h \
17	debug.c \
18	debug.h \
19	disk_cache.c \
20	disk_cache.h \
21	disk_cache_os.c \
22	disk_cache_os.h \
23	double.c \
24	double.h \
25	enum_operators.h \
26	fast_idiv_by_const.c \
27	fast_idiv_by_const.h \
28	format/u_format.c \
29	format/u_format.h \
30	format/u_format_bptc.c \
31	format/u_format_bptc.h \
32	format/u_format_etc.c \
33	format/u_format_etc.h \
34	format/u_format_latc.c \
35	format/u_format_latc.h \
36	format/u_format_other.c \
37	format/u_format_other.h \
38	format/u_format_rgtc.c \
39	format/u_format_rgtc.h \
40	format/u_format_s3tc.c \
41	format/u_format_s3tc.h \
42	format/u_format_tests.c \
43	format/u_format_tests.h \
44	format/u_format_yuv.c \
45	format/u_format_yuv.h \
46	format/u_format_zs.c \
47	format/u_format_zs.h \
48	format_r11g11b10f.h \
49	format_rgb9e5.h \
50	format_srgb.h \
51	futex.h \
52	half_float.c \
53	half_float.h \
54	hash_table.c \
55	hash_table.h \
56	u_idalloc.c \
57	u_idalloc.h \
58	list.h \
59	log.c \
60	log.h \
61	macros.h \
62	memstream.c \
63	memstream.h \
64	mesa-sha1.c \
65	mesa-sha1.h \
66	os_time.c \
67	os_time.h \
68	os_file.c \
69	os_file.h \
70	os_socket.c \
71	os_socket.h \
72	os_misc.c \
73	os_misc.h \
74	u_process.c \
75	u_process.h \
76	sha1/sha1.c \
77	sha1/sha1.h \
78	ralloc.c \
79	ralloc.h \
80	rand_xor.c \
81	rand_xor.h \
82	rb_tree.c \
83	rb_tree.h \
84	register_allocate.c \
85	register_allocate.h \
86	rgtc.c \
87	rgtc.h \
88	rounding.h \
89	set.c \
90	set.h \
91	simple_list.h \
92	simple_mtx.h \
93	slab.c \
94	slab.h \
95	softfloat.c \
96	softfloat.h \
97	sparse_array.c \
98	sparse_array.h \
99	string_buffer.c \
100	string_buffer.h \
101	strndup.h \
102	strtod.c \
103	strtod.h \
104	texcompress_rgtc_tmp.h \
105	timespec.h \
106	u_atomic.c \
107	u_atomic.h \
108	u_dynarray.h \
109	u_endian.h \
110	u_math.c \
111	u_math.h \
112	u_queue.c \
113	u_queue.h \
114	u_string.h \
115	u_thread.h \
116	u_vector.c \
117	u_vector.h \
118	u_debug.c \
119	u_debug.h \
120	u_debug_memory.c \
121	u_debug_stack.c \
122	u_debug_stack.h \
123	u_debug_symbol.c \
124	u_debug_symbol.h \
125	u_cpu_detect.c \
126	u_cpu_detect.h \
127	os_memory_aligned.h \
128	os_memory_debug.h \
129	os_memory_stdc.h \
130	os_memory.h \
131	u_memory.h \
132	u_memset.h \
133	u_mm.h \
134	u_mm.c \
135	vma.c \
136	vma.h \
137	xxhash.h
138
139
140MESA_UTIL_GENERATED_FILES = \
141	format_srgb.c \
142	format/u_format_table.c \
143	format/u_format_pack.h
144
145XMLCONFIG_FILES := \
146	xmlconfig.c \
147	xmlconfig.h
148