gallium/hud: Add support for CPU frequency monitoring
[mesa.git] / src / gallium / auxiliary / Makefile.sources
1 C_SOURCES := \
2 cso_cache/cso_cache.c \
3 cso_cache/cso_cache.h \
4 cso_cache/cso_context.c \
5 cso_cache/cso_context.h \
6 cso_cache/cso_hash.c \
7 cso_cache/cso_hash.h \
8 draw/draw_cliptest_tmp.h \
9 draw/draw_context.c \
10 draw/draw_context.h \
11 draw/draw_decompose_tmp.h \
12 draw/draw_fs.c \
13 draw/draw_fs.h \
14 draw/draw_gs.c \
15 draw/draw_gs.h \
16 draw/draw_gs_tmp.h \
17 draw/draw_pipe_aaline.c \
18 draw/draw_pipe_aapoint.c \
19 draw/draw_pipe.c \
20 draw/draw_pipe.h \
21 draw/draw_pipe_clip.c \
22 draw/draw_pipe_cull.c \
23 draw/draw_pipe_flatshade.c \
24 draw/draw_pipe_offset.c \
25 draw/draw_pipe_pstipple.c \
26 draw/draw_pipe_stipple.c \
27 draw/draw_pipe_twoside.c \
28 draw/draw_pipe_unfilled.c \
29 draw/draw_pipe_util.c \
30 draw/draw_pipe_validate.c \
31 draw/draw_pipe_vbuf.c \
32 draw/draw_pipe_wide_line.c \
33 draw/draw_pipe_wide_point.c \
34 draw/draw_prim_assembler.c \
35 draw/draw_prim_assembler.h \
36 draw/draw_prim_assembler_tmp.h \
37 draw/draw_private.h \
38 draw/draw_pt.c \
39 draw/draw_pt_decompose.h \
40 draw/draw_pt_emit.c \
41 draw/draw_pt_fetch.c \
42 draw/draw_pt_fetch_emit.c \
43 draw/draw_pt_fetch_shade_emit.c \
44 draw/draw_pt_fetch_shade_pipeline.c \
45 draw/draw_pt.h \
46 draw/draw_pt_post_vs.c \
47 draw/draw_pt_so_emit.c \
48 draw/draw_pt_util.c \
49 draw/draw_pt_vsplit.c \
50 draw/draw_pt_vsplit_tmp.h \
51 draw/draw_so_emit_tmp.h \
52 draw/draw_split_tmp.h \
53 draw/draw_vbuf.h \
54 draw/draw_vertex.c \
55 draw/draw_vertex.h \
56 draw/draw_vs.c \
57 draw/draw_vs_exec.c \
58 draw/draw_vs.h \
59 draw/draw_vs_variant.c \
60 hud/font.c \
61 hud/font.h \
62 hud/hud_context.c \
63 hud/hud_context.h \
64 hud/hud_cpu.c \
65 hud/hud_nic.c \
66 hud/hud_cpufreq.c \
67 hud/hud_diskstat.c \
68 hud/hud_sensors_temp.c \
69 hud/hud_driver_query.c \
70 hud/hud_fps.c \
71 hud/hud_private.h \
72 indices/u_indices.h \
73 indices/u_indices_priv.h \
74 indices/u_primconvert.c \
75 indices/u_primconvert.h \
76 os/os_memory_aligned.h \
77 os/os_memory_debug.h \
78 os/os_memory_stdc.h \
79 os/os_memory.h \
80 os/os_misc.c \
81 os/os_misc.h \
82 os/os_mman.h \
83 os/os_process.c \
84 os/os_process.h \
85 os/os_thread.h \
86 os/os_time.c \
87 os/os_time.h \
88 pipebuffer/pb_buffer_fenced.c \
89 pipebuffer/pb_buffer_fenced.h \
90 pipebuffer/pb_buffer.h \
91 pipebuffer/pb_buffer_malloc.c \
92 pipebuffer/pb_bufmgr_alt.c \
93 pipebuffer/pb_bufmgr_cache.c \
94 pipebuffer/pb_bufmgr_debug.c \
95 pipebuffer/pb_bufmgr.h \
96 pipebuffer/pb_bufmgr_mm.c \
97 pipebuffer/pb_bufmgr_ondemand.c \
98 pipebuffer/pb_bufmgr_pool.c \
99 pipebuffer/pb_bufmgr_slab.c \
100 pipebuffer/pb_cache.c \
101 pipebuffer/pb_cache.h \
102 pipebuffer/pb_slab.c \
103 pipebuffer/pb_slab.h \
104 pipebuffer/pb_validate.c \
105 pipebuffer/pb_validate.h \
106 postprocess/filters.h \
107 postprocess/postprocess.h \
108 postprocess/pp_celshade.c \
109 postprocess/pp_celshade.h \
110 postprocess/pp_colors.c \
111 postprocess/pp_colors.h \
112 postprocess/pp_filters.h \
113 postprocess/pp_init.c \
114 postprocess/pp_mlaa_areamap.h \
115 postprocess/pp_mlaa.c \
116 postprocess/pp_mlaa.h \
117 postprocess/pp_private.h \
118 postprocess/pp_program.c \
119 postprocess/pp_run.c \
120 rbug/rbug_connection.c \
121 rbug/rbug_connection.h \
122 rbug/rbug_context.c \
123 rbug/rbug_context.h \
124 rbug/rbug_core.c \
125 rbug/rbug_core.h \
126 rbug/rbug_demarshal.c \
127 rbug/rbug.h \
128 rbug/rbug_internal.h \
129 rbug/rbug_proto.h \
130 rbug/rbug_shader.c \
131 rbug/rbug_shader.h \
132 rbug/rbug_texture.c \
133 rbug/rbug_texture.h \
134 rtasm/rtasm_cpu.c \
135 rtasm/rtasm_cpu.h \
136 rtasm/rtasm_execmem.c \
137 rtasm/rtasm_execmem.h \
138 rtasm/rtasm_x86sse.c \
139 rtasm/rtasm_x86sse.h \
140 tgsi/tgsi_aa_point.c \
141 tgsi/tgsi_aa_point.h \
142 tgsi/tgsi_build.c \
143 tgsi/tgsi_build.h \
144 tgsi/tgsi_dump.c \
145 tgsi/tgsi_dump.h \
146 tgsi/tgsi_exec.c \
147 tgsi/tgsi_exec.h \
148 tgsi/tgsi_emulate.c \
149 tgsi/tgsi_emulate.h \
150 tgsi/tgsi_info.c \
151 tgsi/tgsi_info.h \
152 tgsi/tgsi_iterate.c \
153 tgsi/tgsi_iterate.h \
154 tgsi/tgsi_lowering.c \
155 tgsi/tgsi_lowering.h \
156 tgsi/tgsi_opcode_tmp.h \
157 tgsi/tgsi_parse.c \
158 tgsi/tgsi_parse.h \
159 tgsi/tgsi_point_sprite.c \
160 tgsi/tgsi_point_sprite.h \
161 tgsi/tgsi_sanity.c \
162 tgsi/tgsi_sanity.h \
163 tgsi/tgsi_scan.c \
164 tgsi/tgsi_scan.h \
165 tgsi/tgsi_strings.c \
166 tgsi/tgsi_strings.h \
167 tgsi/tgsi_text.c \
168 tgsi/tgsi_text.h \
169 tgsi/tgsi_transform.c \
170 tgsi/tgsi_transform.h \
171 tgsi/tgsi_two_side.c \
172 tgsi/tgsi_two_side.h \
173 tgsi/tgsi_ureg.c \
174 tgsi/tgsi_ureg.h \
175 tgsi/tgsi_util.c \
176 tgsi/tgsi_util.h \
177 translate/translate.c \
178 translate/translate.h \
179 translate/translate_cache.c \
180 translate/translate_cache.h \
181 translate/translate_generic.c \
182 translate/translate_sse.c \
183 util/dbghelp.h \
184 util/u_bitcast.h \
185 util/u_bitmask.c \
186 util/u_bitmask.h \
187 util/u_blend.h \
188 util/u_blit.c \
189 util/u_blit.h \
190 util/u_blitter.c \
191 util/u_blitter.h \
192 util/u_box.h \
193 util/u_cache.c \
194 util/u_cache.h \
195 util/u_caps.c \
196 util/u_caps.h \
197 util/u_cpu_detect.c \
198 util/u_cpu_detect.h \
199 util/u_debug.c \
200 util/u_debug.h \
201 util/u_debug_describe.c \
202 util/u_debug_describe.h \
203 util/u_debug_flush.c \
204 util/u_debug_flush.h \
205 util/u_debug_image.c \
206 util/u_debug_image.h \
207 util/u_debug_memory.c \
208 util/u_debug_refcnt.c \
209 util/u_debug_refcnt.h \
210 util/u_debug_stack.c \
211 util/u_debug_stack.h \
212 util/u_debug_symbol.c \
213 util/u_debug_symbol.h \
214 util/u_dirty_flags.h \
215 util/u_dirty_surfaces.h \
216 util/u_dl.c \
217 util/u_dl.h \
218 util/u_draw.c \
219 util/u_draw.h \
220 util/u_draw_quad.c \
221 util/u_draw_quad.h \
222 util/u_dual_blend.h \
223 util/u_dump_defines.c \
224 util/u_dump.h \
225 util/u_dump_state.c \
226 util/u_dynarray.h \
227 util/u_fifo.h \
228 util/u_format.c \
229 util/u_format.h \
230 util/u_format_etc.c \
231 util/u_format_etc.h \
232 util/u_format_latc.c \
233 util/u_format_latc.h \
234 util/u_format_other.c \
235 util/u_format_other.h \
236 util/u_format_rgtc.c \
237 util/u_format_rgtc.h \
238 util/u_format_s3tc.c \
239 util/u_format_s3tc.h \
240 util/u_format_tests.c \
241 util/u_format_tests.h \
242 util/u_format_yuv.c \
243 util/u_format_yuv.h \
244 util/u_format_zs.c \
245 util/u_format_zs.h \
246 util/u_framebuffer.c \
247 util/u_framebuffer.h \
248 util/u_gen_mipmap.c \
249 util/u_gen_mipmap.h \
250 util/u_half.h \
251 util/u_handle_table.c \
252 util/u_handle_table.h \
253 util/u_hash.c \
254 util/u_hash.h \
255 util/u_hash_table.c \
256 util/u_hash_table.h \
257 util/u_helpers.c \
258 util/u_helpers.h \
259 util/u_index_modify.c \
260 util/u_index_modify.h \
261 util/u_inlines.h \
262 util/u_keymap.c \
263 util/u_keymap.h \
264 util/u_linear.c \
265 util/u_linear.h \
266 util/u_math.c \
267 util/u_math.h \
268 util/u_memory.h \
269 util/u_mm.c \
270 util/u_mm.h \
271 util/u_network.c \
272 util/u_network.h \
273 util/u_pack_color.h \
274 util/u_pointer.h \
275 util/u_prim.h \
276 util/u_prim_restart.c \
277 util/u_prim_restart.h \
278 util/u_pstipple.c \
279 util/u_pstipple.h \
280 util/u_pwr8.h \
281 util/u_queue.c \
282 util/u_queue.h \
283 util/u_range.h \
284 util/u_rect.h \
285 util/u_resource.c \
286 util/u_resource.h \
287 util/u_ringbuffer.c \
288 util/u_ringbuffer.h \
289 util/u_sampler.c \
290 util/u_sampler.h \
291 util/u_simple_shaders.c \
292 util/u_simple_shaders.h \
293 util/u_split_prim.h \
294 util/u_sse.h \
295 util/u_string.h \
296 util/u_suballoc.c \
297 util/u_suballoc.h \
298 util/u_surface.c \
299 util/u_surface.h \
300 util/u_surfaces.c \
301 util/u_surfaces.h \
302 util/u_tests.c \
303 util/u_tests.h \
304 util/u_texture.c \
305 util/u_texture.h \
306 util/u_tile.c \
307 util/u_tile.h \
308 util/u_time.h \
309 util/u_transfer.c \
310 util/u_transfer.h \
311 util/u_upload_mgr.c \
312 util/u_upload_mgr.h \
313 util/u_vbuf.c \
314 util/u_vbuf.h \
315 util/u_video.h \
316 util/u_viewport.h
317
318 NIR_SOURCES := \
319 nir/tgsi_to_nir.c \
320 nir/tgsi_to_nir.h
321
322 VL_SOURCES := \
323 vl/vl_bicubic_filter.c \
324 vl/vl_bicubic_filter.h \
325 vl/vl_compositor.c \
326 vl/vl_compositor.h \
327 vl/vl_csc.c \
328 vl/vl_csc.h \
329 vl/vl_decoder.c \
330 vl/vl_decoder.h \
331 vl/vl_defines.h \
332 vl/vl_deint_filter.c \
333 vl/vl_deint_filter.h \
334 vl/vl_idct.c \
335 vl/vl_idct.h \
336 vl/vl_matrix_filter.c \
337 vl/vl_matrix_filter.h \
338 vl/vl_mc.c \
339 vl/vl_mc.h \
340 vl/vl_median_filter.c \
341 vl/vl_median_filter.h \
342 vl/vl_mpeg12_bitstream.c \
343 vl/vl_mpeg12_bitstream.h \
344 vl/vl_mpeg12_decoder.c \
345 vl/vl_mpeg12_decoder.h \
346 vl/vl_rbsp.h \
347 vl/vl_types.h \
348 vl/vl_vertex_buffers.c \
349 vl/vl_vertex_buffers.h \
350 vl/vl_video_buffer.c \
351 vl/vl_video_buffer.h \
352 vl/vl_vlc.h \
353 vl/vl_winsys.h \
354 vl/vl_zscan.c \
355 vl/vl_zscan.h
356
357 # XXX: Nuke this as our dri targets no longer depend on VL.
358 VL_WINSYS_SOURCES := \
359 vl/vl_winsys_dri.c \
360 vl/vl_winsys_drm.c
361
362 VL_WINSYS_DRI3_SOURCES := \
363 vl/vl_winsys_dri3.c
364
365 VL_STUB_SOURCES := \
366 vl/vl_stubs.c
367
368 GENERATED_SOURCES := \
369 indices/u_indices_gen.c \
370 indices/u_unfilled_gen.c \
371 util/u_format_table.c
372
373 GALLIVM_SOURCES := \
374 gallivm/lp_bld_arit.c \
375 gallivm/lp_bld_arit.h \
376 gallivm/lp_bld_arit_overflow.c \
377 gallivm/lp_bld_arit_overflow.h \
378 gallivm/lp_bld_assert.c \
379 gallivm/lp_bld_assert.h \
380 gallivm/lp_bld_bitarit.c \
381 gallivm/lp_bld_bitarit.h \
382 gallivm/lp_bld_const.c \
383 gallivm/lp_bld_const.h \
384 gallivm/lp_bld_conv.c \
385 gallivm/lp_bld_conv.h \
386 gallivm/lp_bld_debug.cpp \
387 gallivm/lp_bld_debug.h \
388 gallivm/lp_bld_flow.c \
389 gallivm/lp_bld_flow.h \
390 gallivm/lp_bld_format_aos_array.c \
391 gallivm/lp_bld_format_aos.c \
392 gallivm/lp_bld_format_cached.c \
393 gallivm/lp_bld_format_float.c \
394 gallivm/lp_bld_format.c \
395 gallivm/lp_bld_format.h \
396 gallivm/lp_bld_format_soa.c \
397 gallivm/lp_bld_format_srgb.c \
398 gallivm/lp_bld_format_yuv.c \
399 gallivm/lp_bld_gather.c \
400 gallivm/lp_bld_gather.h \
401 gallivm/lp_bld.h \
402 gallivm/lp_bld_init.c \
403 gallivm/lp_bld_init.h \
404 gallivm/lp_bld_intr.c \
405 gallivm/lp_bld_intr.h \
406 gallivm/lp_bld_limits.h \
407 gallivm/lp_bld_logic.c \
408 gallivm/lp_bld_logic.h \
409 gallivm/lp_bld_misc.cpp \
410 gallivm/lp_bld_misc.h \
411 gallivm/lp_bld_pack.c \
412 gallivm/lp_bld_pack.h \
413 gallivm/lp_bld_printf.c \
414 gallivm/lp_bld_printf.h \
415 gallivm/lp_bld_quad.c \
416 gallivm/lp_bld_quad.h \
417 gallivm/lp_bld_sample_aos.c \
418 gallivm/lp_bld_sample_aos.h \
419 gallivm/lp_bld_sample.c \
420 gallivm/lp_bld_sample.h \
421 gallivm/lp_bld_sample_soa.c \
422 gallivm/lp_bld_struct.c \
423 gallivm/lp_bld_struct.h \
424 gallivm/lp_bld_swizzle.c \
425 gallivm/lp_bld_swizzle.h \
426 gallivm/lp_bld_tgsi_action.c \
427 gallivm/lp_bld_tgsi_action.h \
428 gallivm/lp_bld_tgsi_aos.c \
429 gallivm/lp_bld_tgsi.c \
430 gallivm/lp_bld_tgsi.h \
431 gallivm/lp_bld_tgsi_info.c \
432 gallivm/lp_bld_tgsi_soa.c \
433 gallivm/lp_bld_type.c \
434 gallivm/lp_bld_type.h \
435 draw/draw_llvm.c \
436 draw/draw_llvm.h \
437 draw/draw_llvm_sample.c \
438 draw/draw_pt_fetch_shade_pipeline_llvm.c \
439 draw/draw_vs_llvm.c