aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/android: fix android build errorsTapani Pälli2019-11-131-1/+1
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-112-0/+7
* util: Use ZSTD for shader cache if possibleDylan Baker2019-11-112-0/+31
* util: add blob_finish_get_bufferMarek Olšák2019-11-082-0/+14
* util/u_endian: Add error checksDylan Baker2019-11-051-0/+6
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-053-22/+22
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-053-12/+21
* util/u_endian: Use _WIN32 instead of _MSC_VERDylan Baker2019-11-051-1/+1
* meson: move idep_xmlconfig_headers to xmlpool/Eric Engestrom2019-10-312-6/+6
* meson: split out idep_xmlconfig_headers from idep_xmlconfigEric Engestrom2019-10-311-2/+5
* util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2019-10-312-0/+137
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-316-0/+399
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-3/+0
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-5/+5
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-3/+1
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_ADD macroTimothy Arceri2019-10-282-2/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-282-2/+1
* util/tests: Avoid int64_t overflow issues in fast_idiv_by_const testMichel Dänzer2019-10-241-2/+2
* util: Use uint64_t for shifting left in sign_extend and struncMichel Dänzer2019-10-242-2/+2
* util/u_queue: skip util_queue_finish if num_threads is 0Marek Olšák2019-10-231-0/+7
* util/disk_cache: finish all queue jobs in destroy instead of killing themMarek Olšák2019-10-231-0/+1
* util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...Eric Engestrom2019-10-161-4/+4
* util: Solaris has linux-style pthread_setname_npAlan Coopersmith2019-10-161-1/+1
* util: Workaround lack of flock on SolarisAlan Coopersmith2019-10-161-0/+10
* util: Make Solaris implemention of p_atomic_add work with gccAlan Coopersmith2019-10-161-2/+2
* meson/util: Don't run string_buffer tests on mingwDylan Baker2019-10-101-1/+4
* meson: only build timspec test if timespec is availableDylan Baker2019-10-101-1/+3
* meson: don't build or run mesa-sha1 test on windowsDylan Baker2019-10-101-11/+14
* meson: Add msvc compat args to util/testsDylan Baker2019-10-101-0/+1
* util/xmlconfig: include strndup.h for windowsDylan Baker2019-10-101-0/+1
* util: use _WIN32 instead of WIN32Dylan Baker2019-10-101-1/+1
* util: fix to detect NetBSD properlyOBATA Akio2019-10-091-3/+6
* util: simplify BSD includesJan Beich2019-10-091-7/+2
* util: detect AltiVec at runtime on BSDsJan Beich2019-10-091-4/+23
* util: skip AltiVec detection if built with -maltivecJan Beich2019-10-091-1/+9
* util: detect NEON at runtime on FreeBSDJan Beich2019-10-091-0/+9
* util: skip NEON detection if built with -mfpu=neonJan Beich2019-10-091-1/+3
* drirc: enable vk_x11_override_min_image_count for DOOMSamuel Pitoiset2019-10-091-0/+5
* radeonsi: enable zerovram for Rocket LeagueClément Guérin2019-10-081-0/+3
* util/rb_tree: Stop relying on &iter->field != NULLJason Ekstrand2019-09-261-41/+28
* util/rb_tree: Also test _safe iteratorsJason Ekstrand2019-09-261-0/+42
* util/rb_tree: Replace useless ifs with assertsJason Ekstrand2019-09-231-2/+2
* util/rb_tree: Reverse the order of comparison functionsJason Ekstrand2019-09-202-7/+7
* util/rb_tree: Add the unit testsJason Ekstrand2019-09-202-0/+199
* Move blob from compiler/ to util/Jason Ekstrand2019-09-195-0/+1094
* util/disk_cache: make use of the total job size limiting featureTimothy Arceri2019-09-191-1/+1
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-193-5/+19