mesa/src/util
Bas Nieuwenhuizen cc10b34e9e util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.
radv always needs it, so just check the header instead. Also
do not declare the function if the variable is not set, so we
get a nice compile error instead of failing to open a device
at runtime.

Fixes: b87ef9e606 "util: fix MSVC build issue in disk_cache.h"
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
2018-07-20 12:09:19 +02:00
..
sha1
tests util/string_buffer: fix warning in tests 2018-07-18 08:29:51 -07:00
xmlpool python: Use the print function 2018-07-06 10:04:22 -07:00
.gitignore
Android.mk
bitscan.c
bitscan.h util/u_math: Implement a logbase2 function for unsigned long 2018-05-29 13:37:45 +02:00
bitset.h util/bitset: include util/macro.h 2018-06-15 11:26:30 +01:00
build_id.c util/macros: Import ALIGN_POT from ralloc.c 2018-07-02 12:09:14 -07:00
build_id.h
crc32.c
crc32.h
debug.c
debug.h
disk_cache.c Shorten u_queue names 2018-07-04 22:03:35 -04:00
disk_cache.h util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache. 2018-07-20 12:09:19 +02:00
drirc util/drirc: turn on force_glsl_extensions_warn for No Mans Sky 2018-07-05 13:05:47 +10:00
format_r11g11b10f.h
format_rgb9e5.h
format_srgb.h util/srgb: Add a float sRGB -> linear helper 2018-04-24 13:41:14 -07:00
format_srgb.py python: Use the print function 2018-07-06 10:04:22 -07:00
futex.h
half_float.c
half_float.h
hash_table.c util/hash_table: add helper to remove entry by key 2018-07-13 14:20:49 -07:00
hash_table.h util/hash_table: add helper to remove entry by key 2018-07-13 14:20:49 -07:00
list.h
macros.h util/macros: Import ALIGN_POT from ralloc.c 2018-07-02 12:09:14 -07:00
Makefile.am util/set: add a basic unit test 2018-07-12 14:03:51 -07:00
Makefile.sources util: rb-tree: A simple, invasive, red-black tree 2018-07-05 11:57:45 +01:00
merge_driinfo.py
mesa-sha1.c
mesa-sha1.h
mesa-sha1_test.c
meson.build util/set: add a basic unit test 2018-07-12 14:03:51 -07:00
os_time.c
os_time.h
process.c Util: fix msvc build 2018-07-05 14:24:08 +01:00
process.h util: extract get_process_name from xmlconfig.c 2018-07-04 21:16:03 -04:00
ralloc.c util/macros: Import ALIGN_POT from ralloc.c 2018-07-02 12:09:14 -07:00
ralloc.h
rand_xor.c
rand_xor.h
rb_tree.c util: rb-tree: A simple, invasive, red-black tree 2018-07-05 11:57:45 +01:00
rb_tree.h util/rb_tree: Fix a compiler warning 2018-07-12 10:25:46 -07:00
register_allocate.c mesa: include mtypes.h less 2018-04-12 19:31:30 -04:00
register_allocate.h
rgtc.c
rgtc.h
roundeven_test.c
rounding.h
SConscript
set.c util/set: helper to remove entry by key 2018-07-12 14:03:51 -07:00
set.h util/set: helper to remove entry by key 2018-07-12 14:03:51 -07:00
simple_list.h
simple_mtx.h
slab.c util/macros: Import ALIGN_POT from ralloc.c 2018-07-02 12:09:14 -07:00
slab.h
string_buffer.c
string_buffer.h
strndup.h
strtod.c
strtod.h
texcompress_rgtc_tmp.h
u_atomic.c
u_atomic.h
u_atomic_test.c
u_dynarray.h
u_endian.h
u_queue.c util: u_queue: fix android build error 2018-07-05 15:42:26 +01:00
u_queue.h kutil/queue: add a process name into a thread name 2018-07-04 21:54:39 -04:00
u_string.h
u_thread.h
u_vector.c util: Use util_is_power_of_two_nonzero in u_vector 2018-03-29 14:09:28 -07:00
u_vector.h
vma.c util: Add a virtual memory allocator 2018-05-31 16:17:35 -07:00
vma.h util: Add a virtual memory allocator 2018-05-31 16:17:35 -07:00
xmlconfig.c util: extract get_process_name from xmlconfig.c 2018-07-04 21:16:03 -04:00
xmlconfig.h mesa: include mtypes.h less 2018-04-12 19:31:30 -04:00
xmlpool.h