summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* util/simple_mtx: don't set the canary when it can't be checkedEric Engestrom2019-12-131-1/+3
* util/u_thread: Restrict u_thread_get_time_nano on macOS.Vinson Lee2019-12-101-1/+1
* util: Detect use-after-destroy in simple_mtxKenneth Graunke2019-12-101-1/+10
* drirc: set allow_higher_compat_version for Faster Than LightGurchetan Singh2019-12-091-1/+9
* util/atomic: Fix p_atomic_add for unlocked and msvc pathsRoland Scheidegger2019-12-091-2/+2
* util/atomic: Add p_atomic_add_return for the unlocked pathJason Ekstrand2019-12-051-1/+1
* util/vma: Add a function to allocate a particular address rangeJason Ekstrand2019-12-052-0/+41
* util/vma: Factor out the hole splitting part of util_vma_heap_allocJason Ekstrand2019-12-051-43/+48
* util/atomic: Add a _return variant of p_atomic_addJason Ekstrand2019-12-051-2/+15
* util/u_thread: don't restrict u_thread_get_time_nano() to __linux__Jonathan Gray2019-12-021-1/+1
* util/futex: use futex syscall on OpenBSDJonathan Gray2019-12-021-0/+18
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-024-0/+393
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-011-0/+1
* util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák2019-11-281-7/+22
* drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke2019-11-271-0/+10
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+5
* drirc: Add glsl_zero_init workaround for GpuTestDanylo Piliaiev2019-11-251-0/+7
* disk_cache_get_function_timestamp: check for dladdrMichel Zou2019-11-231-1/+1
* util/blob: add 8-bit and 16-bit reads and writesMarek Olšák2019-11-232-72/+71
* drirc: Enable glthread for dolphin/citra/yuzu.Markus Wick2019-11-221-0/+11
* mesa: enable glthread for 7 Days To DieMarek Olšák2019-11-181-0/+8
* radeonsi: enable mesa_glthread for GfxBenchPierre-Eric Pelloux-Prayer2019-11-181-0/+4
* android: util/format: fix include path listMauro Rossi2019-11-161-1/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1429-1/+11289
* util/android: fix android build errorsTapani Pälli2019-11-131-1/+1
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-112-0/+7
* util: Use ZSTD for shader cache if possibleDylan Baker2019-11-112-0/+31
* util: add blob_finish_get_bufferMarek Olšák2019-11-082-0/+14
* util/u_endian: Add error checksDylan Baker2019-11-051-0/+6
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-053-22/+22
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-053-12/+21
* util/u_endian: Use _WIN32 instead of _MSC_VERDylan Baker2019-11-051-1/+1
* meson: move idep_xmlconfig_headers to xmlpool/Eric Engestrom2019-10-312-6/+6
* meson: split out idep_xmlconfig_headers from idep_xmlconfigEric Engestrom2019-10-311-2/+5
* util: Add a free list structure for use with util_sparse_arrayJason Ekstrand2019-10-312-0/+137
* util: Add a util_sparse_array data structureJason Ekstrand2019-10-316-0/+399
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-3/+0
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-5/+5
* util: remove LIST_DEL macroTimothy Arceri2019-10-282-3/+1
* util: remove LIST_DELINIT macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_REPLACE macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_ADD macroTimothy Arceri2019-10-282-2/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+0
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-282-2/+1
* util/tests: Avoid int64_t overflow issues in fast_idiv_by_const testMichel Dänzer2019-10-241-2/+2
* util: Use uint64_t for shifting left in sign_extend and struncMichel Dänzer2019-10-242-2/+2
* util/u_queue: skip util_queue_finish if num_threads is 0Marek Olšák2019-10-231-0/+7
* util/disk_cache: finish all queue jobs in destroy instead of killing themMarek Olšák2019-10-231-0/+1
* util/u_atomic: fix return type of p_atomic_{inc,dec}_return() and p_atomic_{c...Eric Engestrom2019-10-161-4/+4
* util: Solaris has linux-style pthread_setname_npAlan Coopersmith2019-10-161-1/+1