mesa/src/util
Timothy Arceri 22fa3d90a9 util/disk_cache: remove percentage based max cache limit
The more I think about it the more this seems like a bad idea.
When we were deleting old cache dirs this wasn't so bad as it
was unlikely we would ever hit the actual limit before things
were cleaned up. Now that we only start cleaning up old cache
items once the limit is reached the a percentage based max
cache limit is more risky.

For the inital release of shader cache I think its better to
stick to a more conservative cache limit, at least until we
have some way of cleaning up the cache more aggressively.

Cc: "17.1" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2017-04-28 14:35:27 +10:00
..
sha1
tests/hash_table
.gitignore
Android.mk Android: remove host libmesa_util 2017-03-22 17:52:23 +00:00
bitscan.c
bitscan.h
bitset.h
build_id.c util/build-id: check dlpi_name before strstr call 2017-03-17 07:34:26 +02:00
build_id.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
crc32.c
crc32.h
debug.c
debug.h
disk_cache.c util/disk_cache: remove percentage based max cache limit 2017-04-28 14:35:27 +10:00
disk_cache.h util/disk_cache: hash pointer size and gpu name into cache keys 2017-03-24 11:20:09 +11:00
format_r11g11b10f.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
format_rgb9e5.h
format_srgb.h
format_srgb.py
half_float.c
half_float.h
hash_table.c
hash_table.h
list.h util: #include "c99_compat.h" to fix Windows build 2017-04-03 13:09:05 -06:00
macros.h
Makefile.am
Makefile.sources util/u_atomic: provide 64bit atomics where they're missing 2017-04-03 10:52:41 -07:00
mesa-sha1.c util/sha1: harmonize _mesa_sha1_* wrappers 2017-03-22 11:33:51 +00:00
mesa-sha1.h util: #include "c99_compat.h" to fix Windows build 2017-04-03 13:09:05 -06:00
ralloc.c
ralloc.h
rand_xor.c util/rand_xor: add function to seed rand 2017-03-23 08:16:29 +11:00
rand_xor.h util/rand_xor: add function to seed rand 2017-03-23 08:16:29 +11:00
register_allocate.c
register_allocate.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
rgtc.c
rgtc.h
roundeven_test.c
rounding.h
SConscript
set.c
set.h
simple_list.h
slab.c
slab.h
string_to_uint_map.cpp
string_to_uint_map.h
strndup.h util/strndup: move header inclusion as applicable 2017-03-22 16:55:23 +00:00
strtod.c
strtod.h
texcompress_rgtc_tmp.h
u_atomic.c util/u_atomic: provide 64bit atomics where they're missing 2017-04-03 10:52:41 -07:00
u_atomic.h
u_atomic_test.c
u_endian.h
u_queue.c util/queue: don't hang at exit 2017-04-18 16:32:00 -04:00
u_queue.h
u_string.h
u_thread.h
u_vector.c
u_vector.h util: fix MSVC warning in u_align_u32() 2017-04-03 13:09:05 -06:00
vk_alloc.h
vk_util.h