summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: remove shebang from format_srgb.pyEmil Velikov2017-03-101-1/+0
* util/disk_cache: fix size subtraction on 32bitGrazvydas Ignotas2017-03-091-3/+3
* util/disk_cache: fix compressed size calculationGrazvydas Ignotas2017-03-091-1/+1
* ralloc: don't leave out the alignment factorGrazvydas Ignotas2017-03-061-1/+3
* util/disk_cache: fix make checkTimothy Arceri2017-03-062-17/+18
* Revert "glsl: Switch to disable-by-default for the GLSL shader cache"Timothy Arceri2017-03-061-7/+0
* util/disk_cache: support caches for multiple architecturesTimothy Arceri2017-03-061-0/+26
* util/disk_cache: mark read-only arguments constGrazvydas Ignotas2017-03-062-27/+28
* android: fix libz dynamic library dependenciesMauro Rossi2017-03-041-4/+0
* util/disk_cache: compress individual cache entriesTimothy Arceri2017-03-033-24/+158
* util/disk_cache: add support for detecting corrupt cache entriesTimothy Arceri2017-03-031-3/+34
* ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil2017-03-021-1/+12
* util/build-id: Return a pointer rather than copying the dataJason Ekstrand2017-03-012-7/+5
* ralloc: Delete autofree handling.Kenneth Graunke2017-02-272-27/+0
* util/disk_cache: Use backward compatible st_mtime.Vinson Lee2017-02-241-1/+1
* util: automake: add sha1/README to the tarballEmil Velikov2017-02-241-1/+4
* util/disk_cache: fix bug with deleting old cache dirsTimothy Arceri2017-02-231-4/+6
* util: fix MSVC build issue in disk_cache.hBrian Paul2017-02-211-10/+16
* util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...Timothy Arceri2017-02-221-2/+8
* util/radv: move *_get_function_timestamp() to utilsTimothy Arceri2017-02-221-0/+17
* util/build-id: define ElfW and NT_GNU_BUILD_ID if neededJonathan Gray2017-02-201-0/+8
* glsl: disable on disk shader cache when running as another userTimothy Arceri2017-02-171-0/+4
* util/disk_cache: fix typo in function stubTimothy Arceri2017-02-171-1/+1