summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2023-06-12radv: Add driconf to force wave64 for RTFriedrich Vock2-0/+10
2023-06-08util/tests: add gc_alloc_size alignment testsRhys Perry3-5/+57
2023-06-08util: fix gc_alloc_size alignmentRhys Perry1-4/+29
2023-06-08util/driconf: pin minImageCount to three for "Path of Exile"Gert Wollny1-0/+10
2023-06-08util: use uint32_t as the parameter of align functionYonggang Luo1-2/+2
2023-06-08util: Remove redundant type cast in function align64Yonggang Luo1-1/+1
2023-06-08u_format: Use memcpy to avoid unaligned accessesMatt Turner1-2/+3
2023-06-07treewide: use uint64_t / (u)intptr_t in image address calculationsMarek Olšák2-25/+28
2023-06-05util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITEYonggang Luo1-1/+0
2023-06-01util: Use the gcc_struct attribute for packed structures in mingwCorentin Noël1-1/+5
2023-05-31driconf: set vk_x11_strict_image_count for Wolfenstein IIBlisto1-0/+5
2023-05-30anv: override vendorID for Cyberpunk 2077Felix DeGrood2-0/+6
2023-05-30anv: add an option for using indirect descriptorsLionel Landwerlin1-0/+4
2023-05-29util: add Jamestown+ workaroundTimothy Arceri1-0/+4
2023-05-29util/perf: Use the Mesa base styleKonstantin Seurer1-32/+6
2023-05-25util: move pot functions to use existing macrosRohan Garg1-3/+5
2023-05-25util: revert back to ALIGN since it moved to utilRohan Garg1-3/+3
2023-05-25util: migrate alignment functions and macros to use ALIGN_POTRohan Garg1-3/+6
2023-05-25util: fix ROUND_DOWN_TO alignment typeRohan Garg1-2/+2
2023-05-25util: fix stack dynarray used by multiple tusGeorg Lehmann3-1/+10
2023-05-23util: mark externally-unused functions as staticErik Faye-Lund2-4/+2
2023-05-23util: move check for AVX512Ryan Houdek1-16/+12
2023-05-23util/bitset: ensure the sets compared have the same size at compile timeEric Engestrom1-4/+4
2023-05-22util: add Pixel Game Maker MV workaroundTimothy Arceri1-0/+8
2023-05-19util: Add common hex dump utilityAlyssa Rosenzweig1-0/+55
2023-05-19util/vl: initialize data/end pointers.Hyunjun Ko1-0/+2
2023-05-14util/tests: adjust for new gtestDavid Heidelberg1-2/+2
2023-05-10drirc: Set limit_trig_input_range option for Nier gamesKurt Kartaltepe1-0/+6
2023-05-08frontend/nine: Add debug driconf var force_features_emulationAxel Davy1-0/+4
2023-05-04drirc: add allow_sampled_tex_copy optionIllia Polishchuk2-0/+12
2023-05-03radv: Add driconf to always drain waves before writing timestampsFriedrich Vock2-0/+5
2023-04-29meson: Don't use masm with VS backendJesse Natalie1-2/+4
2023-04-27util: check and initialize locale before using itThong Thai1-0/+2
2023-04-27mesa/main: rework locale setup/teardownThong Thai1-3/+11
2023-04-24util/log: Add missing "const"Rob Clark2-2/+2
2023-04-24util/log: Fix log messages over 1024 characters.Emma Anholt1-2/+7
2023-04-24blob: Don't valgrind assert for defined memory if we aren't writing.Emma Anholt1-3/+3
2023-04-24zink: use EXT_shader_object to (re)implement separate shadersMike Blumenkrantz1-0/+3
2023-04-22util: Add mesa_blake3 wrappers.Tatsuyuki Ishi3-0/+113
2023-04-22util/blake3: Patch with hidden visibility for asm symbols.Tatsuyuki Ishi6-1/+37
2023-04-22util: Add a copy of BLAKE3 hash library.Tatsuyuki Ishi21-0/+28257
2023-04-20dzn: Remove driconf for quad ops in vertex stagesJesse Natalie2-4/+0
2023-04-20util/debug: move null checks out of debug message macroMike Blumenkrantz2-7/+6
2023-04-19virgl: add debug flag to force synchronous GL shader compilationRyan Neph1-0/+4
2023-04-19util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.Tatsuyuki Ishi1-7/+0
2023-04-19util: Add dedicated hex conversion functions and use it.Tatsuyuki Ishi4-25/+75
2023-04-18util: enforce unreachable()'s argument being a literal stringEric Engestrom1-3/+3
2023-04-16tu/perfetto: Use tu_CmdBeginDebugUtilsLabelEXT as a stage event in perfetto.Emma Anholt1-0/+3
2023-04-15util: Delete Offset() macro from u_memory.hJesse Natalie1-6/+0
2023-04-14util/format: add planar3 r8_g8_b8_unorm pipe formatSathishkumar S4-0/+4