summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/disk_cache: check cache exists before calling munmap()Timothy Arceri2017-02-171-1/+2
* util/disk_cache: add support for removing old versions of the cacheTimothy Arceri2017-02-171-0/+37
* util/disk_cache: allow drivers to pass a directory structureTimothy Arceri2017-02-172-6/+26
* util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZEEmil Velikov2017-02-161-2/+0
* util: Add utility build-id code.Matt Turner2017-02-153-0/+149
* util: Fix a typo in Makefile.sourcesJason Ekstrand2017-02-151-1/+1
* util: Add helpers for iterating over Vulkan extension structsJason Ekstrand2017-02-142-1/+45
* util/disk_cache: correctly use stat(3)Timothy Arceri2017-02-131-4/+4
* util/disk_cache: use stat() to check if entry is a directoryTimothy Arceri2017-02-101-9/+24
* util/disk_cache: error check asprintf()Timothy Arceri2017-02-101-5/+7
* util/disk_cache: stop using ralloc_asprintf() unnecessarilyTimothy Arceri2017-02-091-13/+12
* util: add a disk_cache_remove() functionTimothy Arceri2017-02-092-0/+34
* glsl: Switch to disable-by-default for the GLSL shader cacheCarl Worth2017-01-311-0/+7
* utils: really remove the __END_DECLS macroEmil Velikov2017-01-181-1/+0
* utils: build sha1/disk cache only with Android/AutoconfEmil Velikov2017-01-182-0/+46
* util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov2017-01-189-295/+289
* radeonsi: make fix_fetch 64-bitMarek Olšák2017-01-161-0/+9
* util: fix list_is_singular()Timothy Arceri2017-01-121-1/+1
* util: import CRC32 implementation from galliumMarek Olšák2016-11-223-0/+178
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun2016-11-221-6/+5