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