summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-09util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle1-0/+74
2017-11-09u_queue: add a futex-based implementation of fencesNicolai Hähnle2-0/+94
2017-11-09u_queue: add util_queue_fence_resetNicolai Hähnle2-3/+14
2017-11-09u_queue: export util_queue_fence_signalNicolai Hähnle2-1/+2
2017-11-09u_queue: group fence functions togetherNicolai Hähnle1-9/+10
2017-11-09util/u_atomic: add p_atomic_xchgNicolai Hähnle1-1/+31
2017-11-09util: move futex helpers into futex.hNicolai Hähnle4-21/+57
2017-11-09mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri3-0/+157
2017-10-31disk_cache: Fix issue reading GLSL metadataJordan Justen1-1/+1
2017-10-30util: hashtable: make hashing prototypes matchLionel Landwerlin2-2/+3
2017-10-27radeonsi: update hack for HTILE corruption in ARK: Survival EvolvedSamuel Pitoiset2-4/+4
2017-10-26util: use OpenBSD/NetBSD code on FreeBSD/DragonFlyGreg V1-1/+2
2017-10-23util: add util_strdup() wrapper macroBrian Paul1-0/+2
2017-10-19drirc: Group a few games in the glthread whitelist together.Darren Salt1-6/+21
2017-10-19drirc: Enable glthread for more games (Saints Row 4 & Gat out of Hell).Darren Salt1-0/+6
2017-10-12ralloc: Allow reparenting to a NULL contextJason Ekstrand1-1/+1
2017-10-12radv: create on-disk shader cacheTimothy Arceri1-0/+15
2017-10-10mesa: move _mesa_half_is_negative() to half_float.hBrian Paul1-0/+8
2017-10-10disk_cache: remove unnecessary NULL-pointer guardsNicolai Hähnle1-4/+2
2017-10-10disk_cache: fix a memory leakNicolai Hähnle1-0/+1
2017-10-09meson: Build i965 and dri stackDylan Baker2-1/+30
2017-10-09drirc: whitelist glthread for Spec Ops: The LineMarek Olšák1-0/+6
2017-10-06radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival EvolvedMarek Olšák2-0/+10
2017-10-03util: include string.h in u_string.hBrian Paul1-0/+1
2017-10-03meson: convert gtest to an internal dependencyDylan Baker1-2/+2
2017-10-03util: include stdlib.h in u_string.h to silence MinGW warningBrian Paul1-0/+1
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner1-5/+0
2017-09-29drirc: whitelist glthread for OutlastKamil Páral1-0/+3
2017-09-29util/queue: fix a race condition in the fence codeNicolai Hähnle1-0/+13
2017-09-28util: fix in-class initialization of static memberThomas Helland1-3/+6
2017-09-28util: add util_vasprintf() for Windows (v2)Brian Paul1-0/+22
2017-09-27meson: Add build Intel "anv" vulkan driverDylan Baker3-0/+198
2017-09-27util/ralloc: Don't define assert with magic member without DEBUGDylan Baker1-0/+8
2017-09-26util: Add tests for the string bufferThomas Helland3-1/+163
2017-09-26util: Add a string buffer implementationThomas Helland3-0/+254
2017-09-22util/u_atomic: remove unnecessaty __atomic functionsGrazvydas Ignotas1-12/+0
2017-09-22configure: check if -latomic is needed for __atomic_*Grazvydas Ignotas1-1/+2
2017-09-18radeonsi: allow out-of-order rasterization in commutative blending casesNicolai Hähnle1-0/+5
2017-09-18radeonsi: add drirc option "radeonsi_assume_no_z_fights"Nicolai Hähnle1-0/+5
2017-09-15util/u_atomic: Add implementation of __sync_val_compare_and_swap_8Matt Turner1-0/+14
2017-09-15util: Link libmesautil into u_atomic_testMatt Turner1-0/+1
2017-09-14drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)Christoph Berliner1-0/+15
2017-09-13util/build_id: Include <dlfcn.h>Chad Versace1-0/+1
2017-09-13util: Query build-id by symbol address, not library nameChad Versace2-12/+15