summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2017-03-20util/disk_cache: fix stored_keys indexGrazvydas Ignotas1-2/+2
2017-03-18util/disk_cache: pass predicate functions file stats directly (v4)Alan Swanson1-34/+21
2017-03-17util/build-id: check dlpi_name before strstr callTapani Pälli1-0/+6
2017-03-16util/disk_cache: do eviction before creating .tmpGrazvydas Ignotas1-10/+8
2017-03-15util/sha1: drop _mesa_sha1_{update, format} return typeEmil Velikov2-7/+4
2017-03-15util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2-34/+13
2017-03-15util/sha1: add non-typedef name for the SHA1_CTX structEmil Velikov2-1/+4
2017-03-15util/disk_cache: scale cache according to filesystem sizeAlan Swanson1-3/+8
2017-03-15util/disk_cache: actually enforce cache sizeAlan Swanson1-1/+5
2017-03-15util/disk_cache: use LRU eviction rather than random evictionAlan Swanson1-43/+34
2017-03-15util/disk_cache: don't fallback to an empty cache dir on evictTimothy Arceri1-6/+27
2017-03-15util/disk_cache: use a thread queue to write to shader cacheTimothy Arceri1-13/+28
2017-03-15util/disk_cache: add helpers for creating/destroying disk cache put jobsTimothy Arceri1-0/+40
2017-03-15util/disk_cache: add thread queue to disk cacheTimothy Arceri1-1/+15
2017-03-15util/vk: Add helpers for finding an extension structJason Ekstrand1-0/+17
2017-03-13util/vulkan: Add vk_outarray (v2)Chad Versace1-0/+140
2017-03-13util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca1-0/+2
2017-03-13util/bitscan: use correct signature for ffs/ffsllEmil Velikov2-6/+6
2017-03-13util/u_queue: make u_queue accessible to cppTimothy Arceri1-0/+8
2017-03-12gallium/util: move u_queue.{c,h} to src/utilTimothy Arceri3-0/+442
2017-03-12util: add u_thread.hTimothy Arceri2-0/+90
2017-03-12gallium/util: move u_string.h to src/util/u_string.hTimothy Arceri2-0/+205
2017-03-10util: remove shebang from format_srgb.pyEmil Velikov1-1/+0
2017-03-09util/disk_cache: fix size subtraction on 32bitGrazvydas Ignotas1-3/+3
2017-03-09util/disk_cache: fix compressed size calculationGrazvydas Ignotas1-1/+1
2017-03-06ralloc: don't leave out the alignment factorGrazvydas Ignotas1-1/+3
2017-03-06util/disk_cache: fix make checkTimothy Arceri2-17/+18
2017-03-06Revert "glsl: Switch to disable-by-default for the GLSL shader cache"Timothy Arceri1-7/+0
2017-03-06util/disk_cache: support caches for multiple architecturesTimothy Arceri1-0/+26
2017-03-06util/disk_cache: mark read-only arguments constGrazvydas Ignotas2-27/+28
2017-03-04android: fix libz dynamic library dependenciesMauro Rossi1-4/+0
2017-03-03util/disk_cache: compress individual cache entriesTimothy Arceri3-24/+158
2017-03-03util/disk_cache: add support for detecting corrupt cache entriesTimothy Arceri1-3/+34
2017-03-02ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil1-1/+12
2017-03-01util/build-id: Return a pointer rather than copying the dataJason Ekstrand2-7/+5
2017-02-27ralloc: Delete autofree handling.Kenneth Graunke2-27/+0
2017-02-24util/disk_cache: Use backward compatible st_mtime.Vinson Lee1-1/+1
2017-02-24util: automake: add sha1/README to the tarballEmil Velikov1-1/+4
2017-02-23util/disk_cache: fix bug with deleting old cache dirsTimothy Arceri1-4/+6
2017-02-21util: fix MSVC build issue in disk_cache.hBrian Paul1-10/+16
2017-02-22util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...Timothy Arceri1-2/+8
2017-02-22util/radv: move *_get_function_timestamp() to utilsTimothy Arceri1-0/+17
2017-02-20util/build-id: define ElfW and NT_GNU_BUILD_ID if neededJonathan Gray1-0/+8
2017-02-17glsl: disable on disk shader cache when running as another userTimothy Arceri1-0/+4
2017-02-17util/disk_cache: fix typo in function stubTimothy Arceri1-1/+1
2017-02-17util/disk_cache: check cache exists before calling munmap()Timothy Arceri1-1/+2
2017-02-17util/disk_cache: add support for removing old versions of the cacheTimothy Arceri1-0/+37
2017-02-17util/disk_cache: allow drivers to pass a directory structureTimothy Arceri2-6/+26
2017-02-16util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZEEmil Velikov1-2/+0
2017-02-15util: Add utility build-id code.Matt Turner3-0/+149