Home | History | Annotate | Download | only in util
      1 MESA_UTIL_FILES :=	\
      2 	bitscan.c \
      3 	bitscan.h \
      4 	bitset.h \
      5 	crc32.c \
      6 	crc32.h \
      7 	debug.c \
      8 	debug.h \
      9 	disk_cache.c \
     10 	disk_cache.h \
     11 	format_r11g11b10f.h \
     12 	format_rgb9e5.h \
     13 	format_srgb.h \
     14 	half_float.c \
     15 	half_float.h \
     16 	hash_table.c	\
     17 	hash_table.h \
     18 	list.h \
     19 	macros.h \
     20 	mesa-sha1.c \
     21 	mesa-sha1.h \
     22 	sha1/sha1.c \
     23 	sha1/sha1.h \
     24 	ralloc.c \
     25 	ralloc.h \
     26 	register_allocate.c \
     27 	register_allocate.h \
     28 	rgtc.c \
     29 	rgtc.h \
     30 	rounding.h \
     31 	set.c \
     32 	set.h \
     33 	simple_list.h \
     34 	slab.c \
     35 	slab.h \
     36 	string_to_uint_map.h \
     37 	string_to_uint_map.cpp \
     38 	strndup.c \
     39 	strndup.h \
     40 	strtod.c \
     41 	strtod.h \
     42 	texcompress_rgtc_tmp.h \
     43 	u_atomic.h \
     44 	u_endian.h \
     45 	u_vector.c \
     46 	u_vector.h \
     47 	vk_alloc.h
     48 
     49 MESA_UTIL_GENERATED_FILES = \
     50 	format_srgb.c
     51