aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-063-297/+1
* util/rand_xor: add missing include statementsNicolas Dechesne2017-06-011-0/+1
* mesa/util: fix arithmetic use of 'void *' in u_vector_foreachSamuel Pitoiset2017-05-311-1/+1
* util: slab_destroy_child should check whether it's been initializedMarek Olšák2017-05-291-0/+3
* util: remove unneeded Android ifdef from ralloc.cRob Herring2017-05-251-5/+0
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-232-3/+11
* ralloc: Use strnlen() inside of strncat()Vladislav Egorov2017-05-221-6/+1
* util: Change the pointer hashing functionThomas Helland2017-05-221-1/+2
* Android: correct libz dependencyChih-Wei Huang2017-05-171-0/+1
* util: move ALWAYS_INLINE macro to util/macro.hTimothy Arceri2017-05-091-0/+11
* util/disk_cache: remove percentage based max cache limitTimothy Arceri2017-04-281-6/+2
* disk_cache: use block size rather than file sizeTimothy Arceri2017-04-271-5/+11
* disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri2017-04-271-2/+2
* util/queue: don't hang at exitRob Clark2017-04-181-1/+10
* util: fix MSVC warning in u_align_u32()Brian Paul2017-04-031-1/+1
* util: #include "c99_compat.h" to fix Windows buildBrian Paul2017-04-032-0/+2
* util: s/SHA1_H/MESA_SHA1_H/Brian Paul2017-04-031-2/+2
* util/u_atomic: provide 64bit atomics where they're missingGrazvydas Ignotas2017-04-032-0/+76
* util/disk_cache: don't deadlock on premature EOFGrazvydas Ignotas2017-03-251-17/+26
* util/disk_cache: write cache entry keys to file headerTimothy Arceri2017-03-241-6/+44
* util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas2017-03-242-43/+15
* util/disk_cache: hash timestamps into the cache keysGrazvydas Ignotas2017-03-241-51/+26
* util/disk_cache: use rand_xorshift128plus() to get our random intTimothy Arceri2017-03-231-8/+10
* util/rand_xor: add function to seed randTimothy Arceri2017-03-232-0/+69
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-233-0/+55
* Android: remove host libmesa_utilRob Herring2017-03-221-35/+0
* util: automake: beautify sources listEmil Velikov2017-03-221-3/+3
* util/strndup: move header inclusion as applicableEmil Velikov2017-03-221-2/+1
* util: inline strndup implementation in the headerEmil Velikov2017-03-223-50/+20
* util: consistently use ifndef guards over pragma onceEmil Velikov2017-03-224-2/+19
* util/sha1: harmonize _mesa_sha1_* wrappersGrazvydas Ignotas2017-03-222-9/+10
* util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri2017-03-211-1/+1
* util/disk_cache: add a write helperGrazvydas Ignotas2017-03-211-14/+23
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-212-0/+21
* util/disk_cache: check rename resultGrazvydas Ignotas2017-03-201-2/+6
* util/disk_cache: delete .tmp if target existsGrazvydas Ignotas2017-03-201-1/+3
* util/disk_cache: fix stored_keys indexGrazvydas Ignotas2017-03-201-2/+2
* util/disk_cache: pass predicate functions file stats directly (v4)Alan Swanson2017-03-181-34/+21
* util/build-id: check dlpi_name before strstr callTapani Pälli2017-03-171-0/+6
* util/disk_cache: do eviction before creating .tmpGrazvydas Ignotas2017-03-161-10/+8
* util/sha1: drop _mesa_sha1_{update, format} return typeEmil Velikov2017-03-152-7/+4
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-152-34/+13
* util/sha1: add non-typedef name for the SHA1_CTX structEmil Velikov2017-03-152-1/+4
* util/disk_cache: scale cache according to filesystem sizeAlan Swanson2017-03-151-3/+8
* util/disk_cache: actually enforce cache sizeAlan Swanson2017-03-151-1/+5
* util/disk_cache: use LRU eviction rather than random evictionAlan Swanson2017-03-151-43/+34
* util/disk_cache: don't fallback to an empty cache dir on evictTimothy Arceri2017-03-151-6/+27
* util/disk_cache: use a thread queue to write to shader cacheTimothy Arceri2017-03-151-13/+28
* util/disk_cache: add helpers for creating/destroying disk cache put jobsTimothy Arceri2017-03-151-0/+40
* util/disk_cache: add thread queue to disk cacheTimothy Arceri2017-03-151-1/+15