summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2018-03-08drirc: whitespace fixEric Engestrom1-2/+2
2018-03-08drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmwareThomas Hellstrom1-0/+1
2018-03-08glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom1-0/+5
2018-03-02disk cache: Link with -latomic if necessaryThierry Reding1-1/+1
2018-03-01util: use clock_gettime() on PIPE_OS_BSDJonathan Gray1-1/+1
2018-02-27util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez1-17/+20
2018-02-24util/bitset: Add C++ wrapper for static-size bitsets.Francisco Jerez1-0/+114
2018-02-24util: Add EXPLICIT_CONVERSION macro.Francisco Jerez1-0/+10
2018-02-09disk cache: move path creation back to constructorTapani Pälli1-86/+76
2018-02-07disk cache: add callback functionalityTapani Pälli2-0/+67
2018-02-07disk cache: initialize cache path and index only when usedTapani Pälli1-49/+80
2018-02-06util: remove redundant check for the __clang__ macroVlad Golovkin1-1/+2
2018-02-05util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold1-1/+12
2018-01-24meson: correctly set SYSCONFDIR for loading dirrcDylan Baker1-2/+6
2018-01-22u_thread: Use pthread_setname_np on linux only.Samuel Thibault1-1/+2
2018-01-19autotools: include meson build files in tarballDylan Baker4-2/+8
2018-01-17util: include string.h in u_dynarray.hBrian Paul1-0/+1
2018-01-17mesa: include compiler.h in disk_cache.cBrian Paul1-0/+1
2018-01-14util: use faster zlib's CRC32 implementaionGrazvydas Ignotas1-0/+13
2018-01-14util/crc32: don't drop the const qualifierGrazvydas Ignotas1-1/+1
2018-01-12util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.hRoland Scheidegger1-4/+8
2018-01-11meson: Use consistent style for testsDylan Baker3-37/+45
2018-01-08link mesautil with pthreadsIgor Gnatenko1-0/+2
2018-01-03dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner1-0/+5
2018-01-03Android: util: fix locale generation in options.hRob Herring1-1/+1
2017-12-20drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli1-0/+8
2017-12-15util: scons: wire up the sha1 testEmil Velikov1-0/+7
2017-12-11drirc: whitelist glthread for Mount and Blade Warband againMarek Olšák1-0/+3
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-1/+1
2017-12-07util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias1-1/+0
2017-12-04util: Add a NORETURN macroJason Ekstrand1-0/+6
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2-0/+12
2017-11-29util: Also include endian.h on cygwinJon Turney1-1/+1
2017-11-28util: add mesa-sha1 test to mesonEric Engestrom1-0/+9
2017-11-25util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVCMatt Turner1-2/+3
2017-11-25util: Use preprocessor correctlyMatt Turner1-1/+1
2017-11-25util: Fix disk_cache index calculation on big endianMatt Turner1-2/+2
2017-11-25util: Add a SHA1 unit test programMatt Turner2-1/+67
2017-11-25util: Fix SHA1 implementation on big endianMatt Turner1-1/+2
2017-11-25util: Assume little endian in the absence of platform-specific handlingMatt Turner1-0/+3
2017-11-20util/u_queue: really use futex-based fencesNicolai Hähnle1-1/+1
2017-11-20util/u_queue: fix timeout handling in util_queue_fence_wait_timeoutNicolai Hähnle1-1/+1
2017-11-17src/util/simple_mtx.h: Fix two -Wunused-param warnings.Gert Wollny1-2/+2
2017-11-16util: add new ASSERT_BITFIELD_SIZE() macro (v3)Brian Paul1-0/+17
2017-11-10util: include unistd.h, which may be required for usleep prototypeJon Turney1-0/+1
2017-11-10util/u_thread: fix compilation on Mac OSNicolai Hähnle1-1/+1
2017-11-10util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeoutNicolai Hähnle1-0/+6
2017-11-09util/u_queue: add util_queue_fence_wait_timeoutNicolai Hähnle4-26/+121
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle4-0/+325
2017-11-09u_queue: add util_queue_finish for waiting for previously added jobsNicolai Hähnle2-0/+37