aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* virgl: apply bgra dest swizzle and add Portal 2Gurchetan Singh2020-06-181-0/+7
* util: introduce os_dupfd_cloexec() helperEric Engestrom2020-06-182-0/+55
* util/os_file: replace broken windows-detection code with detect_os.hEric Engestrom2020-06-181-3/+3
* util: enable futex usage on BSDs after 7dc2f4788288Jan Beich2020-06-163-2/+7
* radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2Samuel Pitoiset2020-06-121-0/+4
* radv: add new drirc option radv_enable_mrt_output_nan_fixupSamuel Pitoiset2020-06-121-0/+5
* util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie2020-06-111-0/+6
* util: add BITSET_LAST_BIT() helperTimothy Arceri2020-06-031-0/+14
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-012-3/+6
* util/format: Add more multi-planar formats.Bas Nieuwenhuizen2020-05-304-0/+303
* util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen2020-05-303-0/+72
* radeonsi/drirc: enable zerovram option for 7 Days to DiePierre-Eric Pelloux-Prayer2020-05-271-0/+7
* util/format: Use SATURATEAlyssa Rosenzweig2020-05-261-3/+3
* util: Add SATURATE macroAlyssa Rosenzweig2020-05-262-0/+6
* src/util: Remove out-of-range comparisonKristian H. Kristensen2020-05-261-1/+1
* util: delete fnv1a hash functionDmitriy Nester2020-05-254-65/+1
* util/hash_table: replace fnv1a hash function with xxhashDmitriy Nester2020-05-251-7/+7
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-05-231-4/+4
* util/rand_xor: extend the urandom path to all non-Windows platformsEric Engestrom2020-05-161-2/+4
* util/rand_xor: fallback Linux to time-based instead of fixed seedEric Engestrom2020-05-161-22/+14
* util/rand_xor: drop unused headerEric Engestrom2020-05-161-1/+0
* util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* ...Eric Engestrom2020-05-162-4/+4
* util/rand_xor: use getrandom() when availableEmmanuel Gil Peyrot2020-05-151-1/+11
* util/ra: Add [de]serialization supportJason Ekstrand2020-05-132-0/+69
* util/vma: Add a debug print helperJason Ekstrand2020-05-132-0/+24
* util/vma: Add an option to configure high/low preferenceJason Ekstrand2020-05-132-19/+54
* util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho2020-05-131-0/+7
* util/list: Add a list pair iteratorJason Ekstrand2020-05-131-0/+7
* drirc: Enable glthread for PCSX2JibbityJobbity2020-05-131-0/+3
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* radv: add a LLVM version string workaround for SotTR and ACOSamuel Pitoiset2020-05-132-0/+14
* drirc: Enable glthread for rpcs3Ani2020-05-111-0/+3
* util: Make process_test path compatible with mingw native toolchainspal10002020-05-081-3/+6
* Linux: Change minimum priority threads from SCHED_IDLE to nice 19 SCHED_BATCH.Con Kolivas2020-05-081-3/+18
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-071-6/+0
* radeonsi: add workaround for issue 2647Pierre-Eric Pelloux-Prayer2020-05-051-0/+4
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-052-0/+15
* util/simple_mtx: add assert_locked()Rob Clark2020-04-291-0/+22
* util/ra: Improve ra_set_finalize() performance.Eric Anholt2020-04-291-4/+1
* util/ra: Use util_dynarray for handling the conflict lists.Eric Anholt2020-04-291-35/+18
* util/ra: Use util_dynarray for the adjacency list.Eric Anholt2020-04-291-44/+19
* util/ra: Sanity check that we're adding a valid reg to a class.Eric Anholt2020-04-291-0/+2
* util/ra: Sanity check that the driver selected a valid reg.Eric Anholt2020-04-291-0/+1
* Revert "meson,ci: Disable sparse_array tests on windows"Andres Gomez2020-04-241-4/+1
* util/ralloc: fix ralloc alignment on Win64Jesse Natalie2020-04-211-0/+4
* remove final imports.h and imports.c bitsDylan Baker2020-04-215-135/+2
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-212-47/+1
* replace imports memory functions with utils memory functionsDylan Baker2020-04-212-161/+0
* util: Add an aligned realloc functionDylan Baker2020-04-214-17/+40
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-212-1/+1