aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/process: document memory leakEric Engestrom2019-04-041-0/+4
* util/queue: add util_queue_adjust_num_threadsMarek Olšák2019-04-012-6/+52
* util/queue: hold a lock when reading num_threads in util_queue_finishMarek Olšák2019-04-011-3/+3
* util/queue: add ability to kill a subset of threadsMarek Olšák2019-04-012-21/+36
* util/queue: move thread creation into a separate functionMarek Olšák2019-04-011-24/+32
* util: no-op __builtin_types_compatible_p() for non-GCC compilersBrian Paul2019-03-291-0/+4
* util/disk_cache: close fd in the fallback pathEric Engestrom2019-03-281-4/+3
* android: static link with libexpat with Android O+Kishore Kadiyala2019-03-251-0/+6
* util: Add a drm_find_modifier helperAlyssa Rosenzweig2019-03-141-0/+55
* util: Add a DAG datastructure.Eric Anholt2019-03-114-0/+222
* util: #define PATH_MAX when undefined (eg. Hurd)Eric Engestrom2019-03-051-0/+4
* util: emulate futex on FreeBSD using umtxGreg V2019-03-031-0/+34
* driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validatedEric Engestrom2019-02-282-1/+28
* util/os_misc: Add check for PIPE_OS_HURDTimo Aaltonen2019-02-271-2/+2
* util: fix a warning when building against clang7 headersTapani Pälli2019-02-271-0/+2
* util: Don't block SIGSYS for new threadsDrew Davenport2019-02-261-1/+2
* driinfo: add DTD to allow the xml to be validatedEric Engestrom2019-02-261-0/+16
* drirc: Add sddm-greeter to adaptive_sync blacklist.Mario Kleiner2019-02-191-0/+3
* driconf: add Civ6Sub executable for Civilization 6Marek Olšák2019-02-191-0/+6
* radeonsi: always enable NIR for Civilization 6 to fix corruptionMarek Olšák2019-02-191-0/+3
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-191-0/+5
* drirc/i965: add option to disable 565 configs and visualsTapani Pälli2019-02-151-0/+5
* util/tests: compile to something sensible in release buildsEric Engestrom2019-02-1412-0/+24
* util: move BITFIELD macros to util/macros.hTimothy Arceri2019-02-081-0/+18
* driconf: drop unused macroEric Engestrom2019-02-071-4/+0
* gallium: Enable ASIMD/NEON on aarch64.Matt Turner2019-01-241-2/+9
* nir: check NIR_SKIP to skip passes by nameCaio Marcelo de Oliveira Filho2019-01-182-0/+16
* util: Helper to create sets and hashes with pointer keysCaio Marcelo de Oliveira Filho2019-01-144-0/+27
* drirc: Initial blacklist for adaptive syncNicholas Kazlauskas2018-12-281-0/+85
* util: Add adaptive_sync driconf optionNicholas Kazlauskas2018-12-281-0/+5
* util: Get program name based on path when possibleNicholas Kazlauskas2018-12-281-1/+22
* util/hash_table: Add _mesa_hash_table_init functionIan Romanick2018-12-162-13/+34
* util/slab: Rename slab_mempool typed parameters to mempoolIan Romanick2018-12-142-14/+14
* util: env_var_as_unsigned() helperRob Clark2018-11-272-0/+22
* util: promote u_memory to src/utilDylan Baker2018-11-276-0/+450
* drirc: enable glthread for Talos PrincipleMarek Olšák2018-11-201-0/+7
* meson: Add tests to suitesDylan Baker2018-11-206-8/+16
* xmlpool: update translation po filesEric Engestrom2018-11-136-193/+950
* util/ralloc: Make sizeof(linear_header) a multiple of 8Matt Turner2018-11-121-2/+12
* util/ralloc: Switch from DEBUG to NDEBUGMatt Turner2018-11-121-14/+4
* util: Fix warning in u_cpu_detect on non-x86Alyssa Rosenzweig2018-11-121-2/+2
* autotools: library-dependency when no sse and 32-bitSergii Romantsov2018-11-052-2/+3
* meson: don't install translation files18.3-branchpointDylan Baker2018-11-011-1/+1
* util/gen_xmlpool: Make use of python's foreach loopDylan Baker2018-10-311-30/+27
* util/gen_xmlpool: Don't use len to test for container emptinessDylan Baker2018-10-311-4/+4
* util/gen_xmlpool: Don't write via shell redirectionDylan Baker2018-10-315-65/+58
* util/gen_xmlpool: use with statement to open fileDylan Baker2018-10-311-34/+32
* util/gen_xmlpool: use a main functionDylan Baker2018-10-311-61/+66
* util/gen_xmlpool: Use print function instad of sys.stderr.writeDylan Baker2018-10-311-5/+4
* util/gen_xmlpool: Use more standard styleDylan Baker2018-10-311-29/+29