summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2021-07-13driconf: Add more workarounds for TeardownJoshua Ashton1-0/+1
2021-07-12util/meson: include inc_galliumDaniel Schürmann1-1/+1
2021-07-09radv: fix applying radv_disable_dcc for DOOM 2016 againSamuel Pitoiset1-1/+1
2021-07-09util/idalloc: add util_idalloc_alloc_rangeMarek Olšák2-0/+59
2021-07-09util/idalloc: add exists and foreach helpersMarek Olšák1-0/+20
2021-07-09util/idalloc: hide or remove unused public functionsMarek Olšák2-36/+11
2021-07-09util/idalloc: reserving an ID that already exists should be no-opMarek Olšák1-1/+0
2021-07-09util/idalloc: fold the size call into initMarek Olšák2-8/+7
2021-07-09util/idalloc: change num_elements to units of elements instead of bitsMarek Olšák2-22/+14
2021-07-09radv: fix applying radv_disable_dcc for DOOM and Wolfenstein IISamuel Pitoiset1-2/+2
2021-07-08android: Drop the Android.mk build systemJason Ekstrand2-260/+0
2021-07-07util/radeonsi: add radeonsi workaround for Nuclear ThroneTimothy Arceri1-0/+3
2021-07-02util/disk_cache: Don't leak when cache is emptyDaniel Stone1-0/+1
2021-07-01radv: disable DCC for DOOM 2016 and Wolfenstein IISamuel Pitoiset2-1/+13
2021-06-30util/disk_cache: delete more cache items in one go when fullTimothy Arceri1-43/+122
2021-06-29radeonsi/driconf: add workaround for SpaceEnginePierre-Eric Pelloux-Prayer1-0/+3
2021-06-29util: add some workarounds for the game Luna SkyTimothy Arceri1-0/+5
2021-06-29util/driconf: add new ignore_write_to_readonly_var workaroundTimothy Arceri1-0/+4
2021-06-28util/tests: initialise key in cache_testTimothy Arceri1-3/+4
2021-06-28util: Removed unused statement from FreeBSD buildEleni Maria Stea1-1/+0
2021-06-28util: replaced ENODATA with ENOATTR for non-Linux systemsEleni Maria Stea1-1/+6
2021-06-27mesa: add LodBias quantization from st/mesaMarek Olšák1-0/+14
2021-06-24util: Add qsort_r/s args adapter for MSVC and BSD/macOSEnrico Galli2-1/+51
2021-06-24util: Add simple test for util_qsort_rEnrico Galli2-1/+54
2021-06-24util: Add an implementation of qsort_r for non-GNU platformsJason Ekstrand4-0/+103
2021-06-23util: add work around for the game We Happy FewTimothy Arceri1-0/+4
2021-06-22util: add force_gl_names_reuse for SWKOTOR.Paul Gofman1-0/+8
2021-06-21util/fossilize_db: Only lock the db file, not the index.Bas Nieuwenhuizen1-12/+0
2021-06-21util/fossilize_db: Do not lock the fossilize db permanently.Bas Nieuwenhuizen1-15/+62
2021-06-21util/fossilize_db: Split out reading the index.Bas Nieuwenhuizen1-61/+75
2021-06-21util/fossilize_db: Pull seek into lock.Bas Nieuwenhuizen1-3/+3
2021-06-18util: Move the 4x4 matrix inverse function to u_mathJason Ekstrand2-0/+188
2021-06-18util/log: Add a streaming printf interface.Emma Anholt2-0/+84
2021-06-17disk_cache: use UTIL_QUEUE_INIT_SCALE_THREADSPierre-Eric Pelloux-Prayer1-0/+1
2021-06-17util/u_queue: add UTIL_QUEUE_INIT_SCALE_THREADS flagPierre-Eric Pelloux-Prayer2-3/+11
2021-06-17util/u_queue: move function definition upPierre-Eric Pelloux-Prayer1-7/+7
2021-06-16util/queue: add a global data pointer for the queue objectMike Blumenkrantz3-12/+18
2021-06-15util: Consider CPU affinity when detecting number of CPUsIan Romanick1-5/+27
2021-06-15util: Use maximum number of CPUs for determining cache topologyIan Romanick2-3/+25
2021-06-15util: Set util_cpu_caps.num_cpu_mask_bits based on total CPUs in the systemIan Romanick1-9/+33
2021-06-15util: Fix setting nr_cpus on some BSD variantsIan Romanick1-2/+15
2021-06-15util: Trivial cleanup in the BSD code of util_cpu_detect_onceIan Romanick1-6/+3
2021-06-15util: Change order of PIPE_OS_UNIX code in util_cpu_detect_onceIan Romanick1-5/+8
2021-06-15util: Zero out all of mask in util_set_thread_affinityIan Romanick1-2/+2
2021-06-11util/disk_cache: add nocopy variant of disk cache store functionMike Blumenkrantz2-7/+69
2021-06-07egl+libsync: Add check for valid fence-fdRob Clark1-0/+42
2021-06-04util/ra: Use the conflicting neighbor to skip unavailable registers.Emma Anholt1-5/+18
2021-06-04ra: Add fast-path support for register classes of contiguous regs.Eric Anholt4-40/+283
2021-06-04ra: Use struct ra_class in the public API.Eric Anholt4-36/+55
2021-06-04ra: Document that class index is allocated in order, use that in r300.Eric Anholt1-0/+1