aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* util: fix typo in commentEric Engestrom2019-08-021-1/+1
* util: introduce detect_os.hEric Engestrom2019-08-021-0/+131
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-313-4/+21
* meson: Test for program_invocation_nameMatt Turner2019-07-301-6/+2
* util: Drop preprocessor guards for glibc-2.12Matt Turner2019-07-301-7/+0
* util: add a timespec helperLionel Landwerlin2019-07-295-0/+673
* util/ra: Add a getter for a node classAlyssa Rosenzweig2019-07-252-0/+8
* util: fix no-op macro (bad number of arguments)Eric Engestrom2019-07-241-1/+1
* util: fix asprintf() fallbackEric Engestrom2019-07-231-6/+5
* util: add asprintf() wrapper for MSVCEric Engestrom2019-07-231-0/+12
* util: drop strncat(), strcmp(), strncmp(), snprintf() & vsnprintf() MSVC fall...Eric Engestrom2019-07-191-81/+0
* util: use standard name for vsnprintf()Eric Engestrom2019-07-193-11/+8
* util: use standard name for snprintf()Eric Engestrom2019-07-193-8/+8
* util: use standard name for vasprintf()Eric Engestrom2019-07-191-1/+1
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* util: use standard name for strcmp()Eric Engestrom2019-07-192-10/+10