summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2018-04-30util/u_queue: fix a deadlock in util_queue_finishMarek Olšák
2018-04-12meson/configure: detect endian.h instead of trying to guess when it's availableEric Engestrom
2018-02-05util/build-id: Fix address comparison for binaries with LOAD vaddr > 0Stephan Gerhold
2018-01-26meson: correctly set SYSCONFDIR for loading dirrcDylan Baker
2018-01-22u_thread: Use pthread_setname_np on linux only.Samuel Thibault
2018-01-19autotools: include meson build files in tarballDylan Baker
2018-01-17util: include string.h in u_dynarray.hBrian Paul
2018-01-17mesa: include compiler.h in disk_cache.cBrian Paul
2018-01-14util: use faster zlib's CRC32 implementaionGrazvydas Ignotas
2018-01-14util/crc32: don't drop the const qualifierGrazvydas Ignotas
2018-01-12util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.hRoland Scheidegger
2018-01-11meson: Use consistent style for testsDylan Baker
2018-01-08link mesautil with pthreadsIgor Gnatenko
2018-01-03dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner
2018-01-03Android: util: fix locale generation in options.hRob Herring
2017-12-20drirc: set allow_glsl_cross_stage_interpolation_mismatch for more gamesTapani Pälli
2017-12-15util: scons: wire up the sha1 testEmil Velikov
2017-12-11drirc: whitelist glthread for Mount and Blade Warband againMarek Olšák
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom
2017-12-07util/disk_cache: Remove unneeded free() on always null stringVadym Shovkoplias
2017-12-04util: Add a NORETURN macroJason Ekstrand
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli
2017-11-29util: Also include endian.h on cygwinJon Turney
2017-11-28util: add mesa-sha1 test to mesonEric Engestrom
2017-11-25util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVCMatt Turner
2017-11-25util: Use preprocessor correctlyMatt Turner
2017-11-25util: Fix disk_cache index calculation on big endianMatt Turner
2017-11-25util: Add a SHA1 unit test programMatt Turner
2017-11-25util: Fix SHA1 implementation on big endianMatt Turner
2017-11-25util: Assume little endian in the absence of platform-specific handlingMatt Turner
2017-11-20util/u_queue: really use futex-based fencesNicolai Hähnle
2017-11-20util/u_queue: fix timeout handling in util_queue_fence_wait_timeoutNicolai Hähnle
2017-11-17src/util/simple_mtx.h: Fix two -Wunused-param warnings.Gert Wollny
2017-11-16util: add new ASSERT_BITFIELD_SIZE() macro (v3)Brian Paul
2017-11-10util: include unistd.h, which may be required for usleep prototypeJon Turney
2017-11-10util/u_thread: fix compilation on Mac OSNicolai Hähnle
2017-11-10util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeoutNicolai Hähnle
2017-11-09util/u_queue: add util_queue_fence_wait_timeoutNicolai Hähnle
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle
2017-11-09u_queue: add util_queue_finish for waiting for previously added jobsNicolai Hähnle
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle
2017-11-09u_queue: add a futex-based implementation of fencesNicolai Hähnle
2017-11-09u_queue: add util_queue_fence_resetNicolai Hähnle
2017-11-09u_queue: export util_queue_fence_signalNicolai Hähnle
2017-11-09u_queue: group fence functions togetherNicolai Hähnle
2017-11-09util/u_atomic: add p_atomic_xchgNicolai Hähnle
2017-11-09util: move futex helpers into futex.hNicolai Hähnle
2017-11-09mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri
2017-10-31disk_cache: Fix issue reading GLSL metadataJordan Justen
2017-10-30util: hashtable: make hashing prototypes matchLionel Landwerlin