util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modes
[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 build_id.c \
9 build_id.h \
10 crc32.c \
11 crc32.h \
12 dag.c \
13 dag.h \
14 debug.c \
15 debug.h \
16 disk_cache.c \
17 disk_cache.h \
18 double.c \
19 double.h \
20 fast_idiv_by_const.c \
21 fast_idiv_by_const.h \
22 format_r11g11b10f.h \
23 format_rgb9e5.h \
24 format_srgb.h \
25 futex.h \
26 half_float.c \
27 half_float.h \
28 hash_table.c \
29 hash_table.h \
30 list.h \
31 macros.h \
32 mesa-sha1.c \
33 mesa-sha1.h \
34 os_time.c \
35 os_time.h \
36 os_file.c \
37 os_file.h \
38 os_misc.c \
39 os_misc.h \
40 u_process.c \
41 u_process.h \
42 sha1/sha1.c \
43 sha1/sha1.h \
44 ralloc.c \
45 ralloc.h \
46 rand_xor.c \
47 rand_xor.h \
48 rb_tree.c \
49 rb_tree.h \
50 register_allocate.c \
51 register_allocate.h \
52 rgtc.c \
53 rgtc.h \
54 rounding.h \
55 set.c \
56 set.h \
57 simple_list.h \
58 simple_mtx.h \
59 slab.c \
60 slab.h \
61 softfloat.c \
62 softfloat.h \
63 string_buffer.c \
64 string_buffer.h \
65 strndup.h \
66 strtod.c \
67 strtod.h \
68 texcompress_rgtc_tmp.h \
69 timespec.h \
70 u_atomic.c \
71 u_atomic.h \
72 u_dynarray.h \
73 u_endian.h \
74 u_math.c \
75 u_math.h \
76 u_queue.c \
77 u_queue.h \
78 u_string.h \
79 u_thread.h \
80 u_vector.c \
81 u_vector.h \
82 u_debug.c \
83 u_debug.h \
84 u_cpu_detect.c \
85 u_cpu_detect.h \
86 os_memory_aligned.h \
87 os_memory_debug.h \
88 os_memory_stdc.h \
89 os_memory.h \
90 u_memory.h \
91 vma.c \
92 vma.h
93
94 MESA_UTIL_GENERATED_FILES = \
95 format_srgb.c
96
97 XMLCONFIG_FILES := \
98 xmlconfig.c \
99 xmlconfig.h