summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/rand_xor: add missing include statementsNicolas Dechesne2017-06-141-0/+1
* Android: correct libz dependencyChih-Wei Huang2017-05-181-0/+1
* util/disk_cache: remove percentage based max cache limitTimothy Arceri2017-04-301-6/+2
* disk_cache: use block size rather than file sizeTimothy Arceri2017-04-301-5/+11
* disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri2017-04-301-2/+2
* util/queue: don't hang at exitRob Clark2017-04-241-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
* util/vk: Add helpers for finding an extension structJason Ekstrand2017-03-151-0/+17
* util/vulkan: Add vk_outarray (v2)Chad Versace2017-03-131-0/+140
* util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca2017-03-131-0/+2
* util/bitscan: use correct signature for ffs/ffsllEmil Velikov2017-03-132-6/+6
* util/u_queue: make u_queue accessible to cppTimothy Arceri2017-03-131-0/+8
* gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri2017-03-123-0/+442
* util: add u_thread.hTimothy Arceri2017-03-122-0/+90
* gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri2017-03-122-0/+205