aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* driconf: allowlist/denylistRob Clark2020-07-161-2/+2
* util: Share a single function pointer for the 4-byte rgba unpack function.Eric Anholt2020-07-0719-146/+115
* util: Remove the stub pack/unpack functions for YUV formats.Eric Anholt2020-07-073-741/+27
* util: Use designated initializers to clean up the format tables' pack/unpack.Eric Anholt2020-07-071-51/+28
* util: Merge util_format_read_4* functions.Eric Anholt2020-07-073-81/+30
* util: Merge util_format_write_4* functions.Eric Anholt2020-07-072-64/+13
* util: Remove unused util_format_planar_is_supported().Eric Anholt2020-07-072-29/+0
* util: Mark util_format_description() as a const function.Eric Anholt2020-07-071-1/+1
* drirc: Add picom to adaptive_sync exclusion listBenjamin Cheng2020-07-041-0/+3
* util: Avoid strict aliasing bugs in xxhash.Eric Anholt2020-07-031-0/+9
* radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2020-07-022-0/+11
* gallium,util: undef ALIGN on FreeBSD to prevent name clashGreg V2020-07-011-0/+4
* driconf: add workarounds for SPECviewperf13Marek Olšák2020-06-231-0/+11
* glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13Marek Olšák2020-06-231-0/+5
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-222-4/+4
* driconf: drop now unused translation facilityEric Engestrom2020-06-2211-788/+400
* driconf: drop 9% swedish translationEric Engestrom2020-06-224-287/+3
* driconf: drop 8% dutch translationEric Engestrom2020-06-224-280/+3
* driconf: drop 6% french translationEric Engestrom2020-06-224-275/+3
* driconf: drop 26% spanish translationEric Engestrom2020-06-224-280/+3
* driconf: drop 15% german translationEric Engestrom2020-06-224-282/+3
* driconf: drop 28% catalan translationEric Engestrom2020-06-223-293/+2
* radv: enable radv_no_dynamic_bounds for more Path of Exile executablesRhys Perry2020-06-201-1/+10
* radv: enable radv_no_dynamic_bounds for Path of ExileRhys Perry2020-06-191-0/+4
* radv: add new drirc option radv_no_dynamic_boundsRhys Perry2020-06-191-0/+5
* 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