summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: Add macro to get number of elements in dynarrayCaio Marcelo de Oliveira Filho2018-09-211-0/+1
* Revert "utils/u_math: break dependency on gallium/utils"Dylan Baker2018-09-201-38/+5
* utils/u_math: break dependency on gallium/utilsDylan Baker2018-09-201-5/+38
* mesa: move legacy dri config option texture_depthTimothy Arceri2018-09-187-134/+0
* mesa: move legacy dri config option fthrottle_modeTimothy Arceri2018-09-187-114/+0
* mesa: move legacy dri config option def_max_anisotropyTimothy Arceri2018-09-187-29/+0
* mesa: move legacy dri config option no_neg_lod_biasTimothy Arceri2018-09-187-31/+0
* mesa: move legacy dri config option round_modeTimothy Arceri2018-09-186-70/+0
* mesa: remove unused dri option float_depthTimothy Arceri2018-09-187-29/+0
* mesa: move legacy dri config option dither_modeTimothy Arceri2018-09-186-92/+0
* mesa: move legacy dri config option color_reductionTimothy Arceri2018-09-187-82/+0
* mesa: move legacy TCL dri config optionsTimothy Arceri2018-09-187-151/+0
* util: use force_compat_profile for Wolfenstein The Old BloodTimothy Arceri2018-09-181-0/+4
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-0/+5
* move pthread_setaffinity_np check to the build systemDylan Baker2018-09-171-4/+0
* util: try to fix the Android and MacOS buildMarek Olšák2018-09-101-2/+5
* mesa/meson: 32bit xmlconfig linkageSergii Romantsov2018-09-101-0/+1
* Require Visual Studio 2015.Jose Fonseca2018-09-101-3/+1
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-071-0/+57
* move u_math to src/utilDylan Baker2018-09-074-0/+893
* mesa/util: add missing va_end() after va_copy()Andrii Simiklit2018-09-061-0/+1
* mesa/util: don't ignore NULL returned from 'malloc'Andrii Simiklit2018-09-061-1/+1
* mesa/util: don't use the same 'va_list' instance twiceAndrii Simiklit2018-09-061-1/+1
* meson: consolidate langs listsEric Engestrom2018-09-061-3/+9
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-302-0/+6
* radeonsi: enable radeonsi_zerovram for No Mans SkyTimothy Arceri2018-08-301-0/+3
* radeonsi: add radeonsi_zerovram driconfig optionTimothy Arceri2018-08-301-0/+5
* meson: Actually load translation filesDylan Baker2018-08-281-1/+4
* Revert "configure: allow building with python3"Emil Velikov2018-08-242-2/+2
* configure: allow building with python3Emil Velikov2018-08-232-2/+2
* util/dynarray: add a clone functionCaio Marcelo de Oliveira Filho2018-08-221-0/+9