summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* wsi: add minImageCount overrideEric Engestrom2019-09-061-0/+5
* util: include u_endian.h in u_math.hRhys Perry2019-09-061-0/+1
* util: android logging supportRob Clark2019-09-062-2/+21
* util/os_file: fix double-close()Eric Engestrom2019-09-041-1/+0
* util: only allow _BitScanReverse64 on 64-bit cpusErik Faye-Lund2019-09-022-3/+3
* util: do not assume MSVC implies SSEErik Faye-Lund2019-09-021-4/+3
* util: fix SSE-version needed for double opcodesErik Faye-Lund2019-09-021-1/+1
* util: Define strchrnul on macOS.Vinson Lee2019-08-311-1/+1
* util: Add unreachable() definition for clang compiler.Krzysztof Raszkowski2019-08-301-1/+1
* util: Prevent strcasecmp macro redefinion.Jose Fonseca2019-08-281-0/+3
* util: Prevent implicit declaration of function getenv.Jose Fonseca2019-08-281-0/+1
* util: Add a _mesa_i64roundevenf() helper.Kenneth Graunke2019-08-271-0/+16
* util: add auxv based PowerPC AltiVec/VSX detectionDaniel Kolesa2019-08-271-4/+25
* util: fix compilation on macosLionel Landwerlin2019-08-231-1/+1
* util/timespec: use unsigned 64 bit integers for nsec valuesLionel Landwerlin2019-08-222-35/+18
* util: fix os_create_anonymous_file on androidTapani Pälli2019-08-221-4/+5
* i965: Add handling for fp16 configsKevin Strasser2019-08-211-0/+5
* util: move bitcount to bitscan.hKevin Strasser2019-08-212-36/+32
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-0/+1
* util: drop final reference to p_compiler.hLionel Landwerlin2019-08-093-40/+38
* util: os_misc: drop p_compiler.h includeLionel Landwerlin2019-08-091-1/+2
* util: u_math: drop p_compiler.h includeLionel Landwerlin2019-08-092-25/+23
* util: Revert "util: added missing headers in anon-file"Gurchetan Singh2019-08-091-2/+0
* util: Cygwin has linux-style pthread_setname_npJon Turney2019-08-091-1/+1
* util: added missing headers in anon-fileGurchetan Singh2019-08-081-0/+2
* util/anon_file: const string paramEric Engestrom2019-08-082-2/+2
* util/anon_file: drop unused #includeEric Engestrom2019-08-081-1/+0
* util/anon_file: add missing #includeEric Engestrom2019-08-081-0/+3
* util: fix cpuset support on FreeBSDGreg V2019-08-081-0/+7
* util/hash_table: Fix hashing in clears on 32-bitTomeu Vizoso2019-08-081-2/+12
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-074-0/+193
* util: fix mem leak of program pathEric Engestrom2019-08-071-7/+12
* drirc: Add vendor workaround for Divinity: Original Sin EETimothy Arceri2019-08-071-0/+1
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+5
* drirc: Add discard workaround for Divinity: Original Sin EETimothy Arceri2019-08-051-0/+1
* introduce c11_compat.h to provide C11 things in C99Eric Engestrom2019-08-041-0/+1
* util: fix pointer type on NetBSDEric Engestrom2019-08-031-1/+1
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+2
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-035-5/+5
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-038-20/+18
* util: Handle differences in pthread_setname_npMatt Turner2019-08-021-0/+11
* util/os_time: use detect_os.h to uncouple from galliumEric Engestrom2019-08-021-11/+9
* util/u_debug: use detect_os.hEric Engestrom2019-08-022-3/+4
* util/os_misc: use detect_os.h to start uncoupling from galliumEric Engestrom2019-08-022-14/+15
* util/os_memory: use detect_os.h to uncouple it from galliumEric Engestrom2019-08-024-14/+3
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-022-6/+6
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-023-4/+4