summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2023-07-18util/u_queue: fix util_queue_finish deadlock by merging lock and finish_lockMarek Olšák2-39/+74
2023-07-15util/disk_cache: fix ~/.cache/ permissionsEric Engestrom1-1/+1
2023-06-15util: fix gc_alloc_size alignmentRhys Perry1-4/+29
2023-06-08u_format: Use memcpy to avoid unaligned accessesMatt Turner1-2/+3
2023-06-02driconf: set vk_x11_strict_image_count for Wolfenstein IIBlisto1-0/+5
2023-06-01util: add Jamestown+ workaroundTimothy Arceri1-0/+4
2023-05-25util: add Pixel Game Maker MV workaroundTimothy Arceri1-0/+8
2023-05-10drirc: Set limit_trig_input_range option for Nier gamesKurt Kartaltepe1-0/+6
2023-05-05radv: Add driconf to always drain waves before writing timestampsFriedrich Vock2-0/+5
2023-05-01util: check and initialize locale before using itThong Thai1-0/+2
2023-05-01mesa/main: rework locale setup/teardownThong Thai1-3/+11
2023-04-26util/log: Fix log messages over 1024 characters.Emma Anholt1-2/+7
2023-04-26blob: Don't valgrind assert for defined memory if we aren't writing.Emma Anholt1-3/+3
2023-04-26util/debug: move null checks out of debug message macroMike Blumenkrantz2-7/+6
2023-04-11util/disk_cache: Align atomic size.Bas Nieuwenhuizen1-1/+1
2023-04-11util: Add aligned int64_t types for x86(non 64).Bas Nieuwenhuizen1-0/+12
2023-04-07anv: reset query pools using blorpFelix DeGrood1-0/+4
2023-04-06dzn: Add a driconf option for enabling subgroup ops in VS/GSJesse Natalie2-0/+4
2023-04-06dzn: Add a driconf entry for enabling 8bit loads and storesJesse Natalie2-0/+7
2023-04-05util/disk_cache: Move blob_put_cb to the async queueRob Clark1-12/+8
2023-04-05util/disk_cache: Use queue state to skip putRob Clark1-3/+3
2023-04-05util/disk_cache: Add NONE typeRob Clark2-0/+2
2023-04-05util/disk_cache: Split out queue initializationRob Clark1-15/+24
2023-03-30perfetto: Move intel's cmdbuf/queue annotation code to the shared util.Emma Anholt1-0/+48
2023-03-30perfetto: Deduplicate clock sync packet emit from renderstage sources.Emma Anholt1-0/+41
2023-03-30perfetto: Make a MesaRenderpassDataSource with common setup/start/stop.Emma Anholt1-0/+64
2023-03-30perfetto: Add a .clang-format for the directory.Emma Anholt6-182/+249
2023-03-30util/disk_cache: use posix_fallocate() for index filesJuston Li1-0/+12
2023-03-29anv: work around for per-prim attributes corruptionMarcin Ślusarz2-1/+10
2023-03-28driconf: add a workaround for Kaiju-A-GogoPaul Gofman1-0/+4
2023-03-26util: Update some copyright tagsFaith Ekstrand3-3/+3
2023-03-26util,mesa,panfrost: Drop some author tagsFaith Ekstrand2-8/+0
2023-03-25driconf: make glthread=true default for source gamesMike Blumenkrantz1-7/+9
2023-03-24driconf: remove the adaptive sync special case for mpvNicolas F1-3/+0
2023-03-24util/format: Make format_table compatible with C++Danylo Piliaiev1-0/+9
2023-03-24util/perf: C++-proof util/perfDanylo Piliaiev2-2/+8
2023-03-24util/u_trace: move needs_cs_param option to tracepointsLionel Landwerlin1-17/+12
2023-03-22util/dynarray: allow an initial stack allocation to be usedRhys Perry1-2/+23
2023-03-20util/00-mesa-defaults: add Akka Arrh workaroundTimothy Arceri1-0/+4
2023-03-19meson: implement quirk for the compilation under armv7 GCC with LTODavid Heidelberg1-1/+8
2023-03-16driconf: Work around incorrect GI discard/invalidateRob Clark1-0/+3
2023-03-16driconf: Add ignore_discard_framebuffer optionRob Clark1-0/+4
2023-03-13Revert "driconf: add a workaround for plasmashell freezing"Pierre-Eric Pelloux-Prayer1-3/+0
2023-03-10meson: inline gtest_test_protocol now that it's always 'gtest'Eric Engestrom1-2/+2
2023-03-09drirc: set `zink_emulate_point_smooth` for Quake IIantonino1-0/+11
2023-03-09anv+hasvk: Use driconf to disable 16-bit for zink.Emma Anholt2-0/+13
2023-03-08util: allow align64() to do alignments >= 4GbLionel Landwerlin1-2/+2
2023-03-05util: Add a simple no-op libdrm shimRob Clark1-0/+80
2023-03-03util: Add util_format_get_array.Timur Kristóf2-0/+73
2023-03-03util/glsl2spirv: add support for include directiveLionel Landwerlin1-0/+10