aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: removed redundant #elseGeorge Kyriazis2016-11-211-1/+0
* util/vk_alloc: Add a vk_zalloc2 helperJason Ekstrand2016-11-171-0/+16
* util/vk_alloc: Ensure NULL is handled correctly in vk_freeJason Ekstrand2016-11-161-0/+3
* util: Fix Clang trivial destructor check.Vinson Lee2016-11-151-4/+4
* util/disk_cache: use unambiguous namingMarek Olšák2016-11-152-42/+44
* util: import cache.c/h from glslMarek Olšák2016-11-153-0/+890
* util: use STATIC_ASSERT instead of static_assertTapani Pälli2016-11-111-1/+1
* util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementationBrian Paul2016-11-091-0/+5
* ralloc: add a linear allocator as a child node of rallocMarek Olšák2016-10-312-4/+433
* ralloc: remove memset from ralloc_sizeMarek Olšák2016-10-311-15/+11