summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/disk_cache: bump thread count assigned to disk cache queueTimothy Arceri2019-09-191-3/+7
* util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modesSamuel Iglesias Gonsálvez2019-09-174-0/+95
* util: add float to float16 conversions with RTZ and RTNESamuel Iglesias Gonsálvez2019-09-172-0/+22
* util: add softfloat functions to operate with doubles and floatsSamuel Iglesias Gonsálvez2019-09-174-0/+1544
* Fix timespec_from_nsec test for 32-bit time_tJon Turney2019-09-171-1/+1
* drirc: include unreal engine version 0 to 23Lionel Landwerlin2019-09-161-1/+1
* util/xmlconfig: fix regexp compile failure checkLionel Landwerlin2019-09-161-1/+1
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-152-0/+14
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-153-7/+83
* meson: don't try to generate i18n translations on windowsDylan Baker2019-09-101-2/+4
* android: fix linking issues with liblogTapani Pälli2019-09-071-0/+2
* drirc: override minImageCount=2 for gfxbenchEric Engestrom2019-09-061-0/+4