summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* src/util/simple_mtx.h: Fix two -Wunused-param warnings.Gert Wollny2017-11-171-2/+2
* util: add new ASSERT_BITFIELD_SIZE() macro (v3)Brian Paul2017-11-161-0/+17
* util: include unistd.h, which may be required for usleep prototypeJon Turney2017-11-101-0/+1
* util/u_thread: fix compilation on Mac OSNicolai Hähnle2017-11-101-1/+1
* util/u_queue: handle OS_TIMEOUT_INFINITE in util_queue_fence_wait_timeoutNicolai Hähnle2017-11-101-0/+6
* util/u_queue: add util_queue_fence_wait_timeoutNicolai Hähnle2017-11-094-26/+121
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-094-0/+325
* u_queue: add util_queue_finish for waiting for previously added jobsNicolai Hähnle2017-11-092-0/+37
* util: move pipe_barrier into src/util and rename to util_barrierNicolai Hähnle2017-11-091-0/+74
* u_queue: add a futex-based implementation of fencesNicolai Hähnle2017-11-092-0/+94
* u_queue: add util_queue_fence_resetNicolai Hähnle2017-11-092-3/+14
* u_queue: export util_queue_fence_signalNicolai Hähnle2017-11-092-1/+2
* u_queue: group fence functions togetherNicolai Hähnle2017-11-091-9/+10
* util/u_atomic: add p_atomic_xchgNicolai Hähnle2017-11-091-1/+31
* util: move futex helpers into futex.hNicolai Hähnle2017-11-094-21/+57
* mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri2017-11-093-0/+157
* disk_cache: Fix issue reading GLSL metadataJordan Justen2017-10-311-1/+1
* util: hashtable: make hashing prototypes matchLionel Landwerlin2017-10-302-2/+3
* radeonsi: update hack for HTILE corruption in ARK: Survival EvolvedSamuel Pitoiset2017-10-272-4/+4
* util: use OpenBSD/NetBSD code on FreeBSD/DragonFlyGreg V2017-10-261-1/+2
* util: add util_strdup() wrapper macroBrian Paul2017-10-231-0/+2
* drirc: Group a few games in the glthread whitelist together.Darren Salt2017-10-191-6/+21
* drirc: Enable glthread for more games (Saints Row 4 & Gat out of Hell).Darren Salt2017-10-191-0/+6
* ralloc: Allow reparenting to a NULL contextJason Ekstrand2017-10-121-1/+1
* radv: create on-disk shader cacheTimothy Arceri2017-10-121-0/+15
* mesa: move _mesa_half_is_negative() to half_float.hBrian Paul2017-10-101-0/+8
* disk_cache: remove unnecessary NULL-pointer guardsNicolai Hähnle2017-10-101-4/+2
* disk_cache: fix a memory leakNicolai Hähnle2017-10-101-0/+1
* meson: Build i965 and dri stackDylan Baker2017-10-092-1/+30
* drirc: whitelist glthread for Spec Ops: The LineMarek Olšák2017-10-091-0/+6
* radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival EvolvedMarek Olšák2017-10-062-0/+10
* util: include string.h in u_string.hBrian Paul2017-10-031-0/+1
* meson: convert gtest to an internal dependencyDylan Baker2017-10-031-2/+2
* util: include stdlib.h in u_string.h to silence MinGW warningBrian Paul2017-10-031-0/+1
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-5/+0
* drirc: whitelist glthread for OutlastKamil Páral2017-09-291-0/+3
* util/queue: fix a race condition in the fence codeNicolai Hähnle2017-09-291-0/+13
* util: fix in-class initialization of static memberThomas Helland2017-09-281-3/+6
* util: add util_vasprintf() for Windows (v2)Brian Paul2017-09-281-0/+22
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-273-0/+198
* util/ralloc: Don't define assert with magic member without DEBUGDylan Baker2017-09-271-0/+8
* util: Add tests for the string bufferThomas Helland2017-09-263-1/+163
* util: Add a string buffer implementationThomas Helland2017-09-263-0/+254
* util/u_atomic: remove unnecessaty __atomic functionsGrazvydas Ignotas2017-09-221-12/+0
* configure: check if -latomic is needed for __atomic_*Grazvydas Ignotas2017-09-221-1/+2
* radeonsi: allow out-of-order rasterization in commutative blending casesNicolai Hähnle2017-09-181-0/+5
* radeonsi: add drirc option "radeonsi_assume_no_z_fights"Nicolai Hähnle2017-09-181-0/+5
* util/u_atomic: Add implementation of __sync_val_compare_and_swap_8Matt Turner2017-09-151-0/+14
* util: Link libmesautil into u_atomic_testMatt Turner2017-09-151-0/+1
* drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)Christoph Berliner2017-09-141-0/+15