util/vulkan: Move Vulkan utilities to src/vulkan/util
[mesa.git] / src / util / Makefile.sources
1 MESA_UTIL_FILES := \
2 bitscan.c \
3 bitscan.h \
4 bitset.h \
5 build_id.c \
6 build_id.h \
7 crc32.c \
8 crc32.h \
9 debug.c \
10 debug.h \
11 disk_cache.c \
12 disk_cache.h \
13 format_r11g11b10f.h \
14 format_rgb9e5.h \
15 format_srgb.h \
16 half_float.c \
17 half_float.h \
18 hash_table.c \
19 hash_table.h \
20 list.h \
21 macros.h \
22 mesa-sha1.c \
23 mesa-sha1.h \
24 sha1/sha1.c \
25 sha1/sha1.h \
26 ralloc.c \
27 ralloc.h \
28 rand_xor.c \
29 rand_xor.h \
30 register_allocate.c \
31 register_allocate.h \
32 rgtc.c \
33 rgtc.h \
34 rounding.h \
35 set.c \
36 set.h \
37 simple_list.h \
38 slab.c \
39 slab.h \
40 string_to_uint_map.cpp \
41 string_to_uint_map.h \
42 strndup.h \
43 strtod.c \
44 strtod.h \
45 texcompress_rgtc_tmp.h \
46 u_atomic.c \
47 u_atomic.h \
48 u_endian.h \
49 u_queue.c \
50 u_queue.h \
51 u_string.h \
52 u_thread.h \
53 u_vector.c \
54 u_vector.h
55
56 MESA_UTIL_GENERATED_FILES = \
57 format_srgb.c