summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2020-08-05util: Add unit test for stack backtrace caputureKristian H. Kristensen2-0/+123
2020-08-05util: Move stack debug functions to src/utilKristian H. Kristensen6-1/+907
2020-07-30util/format: initialize non-important components to 0Marcin Ślusarz1-1/+1
2020-07-30util: fix possible buffer overflow in util_get_process_exec_pathMarcin Ślusarz1-0/+3
2020-07-30util: fix possible fd leaks in os_socket_listen_abstractMarcin Ślusarz1-2/+7
2020-07-16driconf: allowlist/denylistRob Clark1-2/+2
2020-07-07util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt19-146/+115
2020-07-07util: Remove the stub pack/unpack functions for YUV formats.Eric Anholt3-741/+27
2020-07-07util: Use designated initializers to clean up the format tables' pack/unpack.Eric Anholt1-51/+28
2020-07-07util: Merge util_format_read_4* functions.Eric Anholt3-81/+30
2020-07-07util: Merge util_format_write_4* functions.Eric Anholt2-64/+13
2020-07-07util: Remove unused util_format_planar_is_supported().Eric Anholt2-29/+0
2020-07-07util: Mark util_format_description() as a const function.Eric Anholt1-1/+1
2020-07-04drirc: Add picom to adaptive_sync exclusion listBenjamin Cheng1-0/+3
2020-07-03util: Avoid strict aliasing bugs in xxhash.Eric Anholt1-0/+9
2020-07-02radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2-0/+11
2020-07-01gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V1-0/+4
2020-06-23driconf: add workarounds for SPECviewperf13Marek Olšák1-0/+11
2020-06-23glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13Marek Olšák1-0/+5
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom2-4/+4
2020-06-22driconf: drop now unused translation facilityEric Engestrom11-788/+400
2020-06-22driconf: drop 9% swedish translationEric Engestrom4-287/+3
2020-06-22driconf: drop 8% dutch translationEric Engestrom4-280/+3
2020-06-22driconf: drop 6% french translationEric Engestrom4-275/+3
2020-06-22driconf: drop 26% spanish translationEric Engestrom4-280/+3
2020-06-22driconf: drop 15% german translationEric Engestrom4-282/+3
2020-06-22driconf: drop 28% catalan translationEric Engestrom3-293/+2
2020-06-20radv: enable radv_no_dynamic_bounds for more Path of Exile executablesRhys Perry1-1/+10
2020-06-19radv: enable radv_no_dynamic_bounds for Path of ExileRhys Perry1-0/+4
2020-06-19radv: add new drirc option radv_no_dynamic_boundsRhys Perry1-0/+5
2020-06-18virgl: apply bgra dest swizzle and add Portal 2Gurchetan Singh1-0/+7
2020-06-18util: introduce os_dupfd_cloexec() helperEric Engestrom2-0/+55
2020-06-18util/os_file: replace broken windows-detection code with detect_os.hEric Engestrom1-3/+3
2020-06-16util: enable futex usage on BSDs after 7dc2f4788288Jan Beich3-2/+7
2020-06-12radv: enable radv_enable_mrt_output_nan_fixup for RAGE 2Samuel Pitoiset1-0/+4
2020-06-12radv: add new drirc option radv_enable_mrt_output_nan_fixupSamuel Pitoiset1-0/+5
2020-06-11util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie1-0/+6
2020-06-03util: add BITSET_LAST_BIT() helperTimothy Arceri1-0/+14
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker2-3/+6
2020-05-30util/format: Add more multi-planar formats.Bas Nieuwenhuizen4-0/+303
2020-05-30util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen3-0/+72
2020-05-27radeonsi/drirc: enable zerovram option for 7 Days to DiePierre-Eric Pelloux-Prayer1-0/+7
2020-05-26util/format: Use SATURATEAlyssa Rosenzweig1-3/+3
2020-05-26util: Add SATURATE macroAlyssa Rosenzweig2-0/+6
2020-05-26src/util: Remove out-of-range comparisonKristian H. Kristensen1-1/+1
2020-05-25util: delete fnv1a hash functionDmitriy Nester4-65/+1
2020-05-25util/hash_table: replace fnv1a hash function with xxhashDmitriy Nester1-7/+7
2020-05-23tree-wide: fix deprecated GitLab URLsEric Engestrom1-4/+4
2020-05-16util/rand_xor: extend the urandom path to all non-Windows platformsEric Engestrom1-2/+4
2020-05-16util/rand_xor: fallback Linux to time-based instead of fixed seedEric Engestrom1-22/+14