summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* ralloc: add DECLARE_RZALLOC_CXX_OPERATORSMarek Olšák2016-10-311-2/+7
* ralloc: don't memset ralloc_header, clear it manuallyMarek Olšák2016-10-311-1/+15
* util: Include string.h in bitscan.h.Vinson Lee2016-10-201-0/+1
* vulkan: add vk_alloc.h shared allocation inlines.Dave Airlie2016-10-192-1/+77
* util: move min/max/clamp macros to util macros.hDave Airlie2016-10-191-0/+13
* util: add vector util code.Dave Airlie2016-10-193-1/+193
* util: remove unused variableTimothy Arceri2016-10-071-4/+2
* util/slab: re-design to allow migration between pools (v3)Nicolai Hähnle2016-10-052-89/+258
* util: use GCC atomic intrinsics with explicit memory modelNicolai Hähnle2016-10-051-0/+21
* util: remove Sun C Compiler supportTimothy Arceri2016-09-231-1/+1
* u_endian: add android to glibc clauseDave Airlie2016-09-131-1/+1
* mesa/glsl: Move string_to_uint_map into the util folderThomas Helland2016-09-123-0/+221
* util: Move hash_table_call_foreach to util hash tableThomas Helland2016-09-121-0/+13
* util: (trivial) add <stdint.h> include to slab.cRoland Scheidegger2016-09-061-0/+1
* util: import the slab allocator from galliumMarek Olšák2016-09-063-0/+244
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-062-1/+71
* util: add assert that key cannot be NULL on insertionTapani Pälli2016-08-221-0/+2
* mesa: Fix uf10_to_f32() scale factor in the E == 0 and M != 0 case.Kenneth Graunke2016-08-171-1/+1
* util: try to use SSE instructions with MSVC and 32-bit gccBrian Paul2016-08-171-3/+4
* util: Use win32 intrinsics for util_last_bit if present.Mathias Fröhlich2016-08-101-0/+12
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-0/+68
* util/r11g11b10f: Whitespace cleanupsJason Ekstrand2016-08-051-14/+7
* util/format: Use explicitly sized typesJason Ekstrand2016-08-052-6/+8
* util/rgb9e5: Get rid of the float754 unionJason Ekstrand2016-08-051-42/+27