summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/xmlpool: Update for meson generationDylan Baker2018-10-314-12/+16
* meson: add support for generating translation mo filesDylan Baker2018-10-314-1/+8
* util/gen_xmlpool: use argparse for argument handlingDylan Baker2018-10-311-11/+9
* configure: allow building with python3Emil Velikov2018-10-312-2/+2
* util: move u_cpu_detect to utilDylan Baker2018-10-304-0/+698
* util: Move u_debug to utilsDylan Baker2018-10-304-0/+905
* util: Move os_misc to utilDylan Baker2018-10-304-0/+282
* util: s/0/NULL/ for pointerEric Engestrom2018-10-301-1/+1
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-6/+10
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-252-8/+4
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-254-10/+5
* util: use *unsigned* ints for bit operationsEric Engestrom2018-10-231-1/+1
* util: document a limitation of util_fast_udiv32Marek Olšák2018-10-171-1/+7
* util: Add foreach_reverse for dynarrayCaio Marcelo de Oliveira Filho2018-10-151-0/+6
* util: Add tests for fast integer division by constantsJason Ekstrand2018-10-104-0/+546
* util: Add power-of-two divisor support to compute_fast_udiv_infoMarek Olšák2018-10-102-2/+23
* util: Generalize fast integer division to be variable bit-widthJason Ekstrand2018-10-102-45/+39
* util: Add fast division helpersMarek Olšák2018-10-101-0/+44
* util: import public domain code for integer division by a constantMarek Olšák2018-10-104-0/+365
* util: Add a simple big math libraryJason Ekstrand2018-10-104-0/+115
* util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITYMarek Olšák2018-10-063-1/+17
* util: Make xmlconfig.c build on Solaris without d_type in dirent (v2)Alan Coopersmith2018-10-051-0/+8
* drirc: add a workaround for ARMA 3Marek Olšák2018-10-041-0/+4
* util: add disk_cache_get_function_identifier()Timothy Arceri2018-10-031-0/+16
* util: rename timestamp param in disk_cache_create()Timothy Arceri2018-10-031-4/+4
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-021-0/+9