summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2017-11-03util: move futex helpers into futex.hNicolai Hähnle4-19/+56
2017-11-03TODO some simple_mtx.h fixupsNicolai Hähnle1-1/+3
2017-11-03mesa: Add new fast mtx_t mutex type for basic use casesTimothy Arceri1-0/+146
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
2017-09-12util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a booleanEric Engestrom1-1/+2
2017-09-07disk_cache: make the thread queue resizable and low priorityMarek Olšák1-6/+8
2017-09-07util: rename include guard to avoid clashEric Engestrom1-3/+3
2017-09-06util/ralloc: set prev-pointers correctly in ralloc_adoptNicolai Hähnle1-1/+3
2017-09-03util: improve compiler guardEric Engestrom1-6/+6
2017-09-01util: only use SCHED_IDLE in pthread_setschedparam() when it's definedRoland Scheidegger1-1/+1
2017-08-29util: move string_to_uint_map to glslEmil Velikov3-221/+0
2017-08-28disk_cache: assert if a cache entries keys don't match mesaTimothy Arceri1-1/+3
2017-08-26xmlconfig: use the portable __VA_ARGS__Emil Velikov1-6/+6
2017-08-25util/disk_cache: write cache item metadata to diskTimothy Arceri1-1/+87
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri2-5/+9