summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util/tests: adjust for new gtestDavid Heidelberg2023-05-141-2/+2
* drirc: Set limit_trig_input_range option for Nier gamesKurt Kartaltepe2023-05-101-0/+6
* frontend/nine: Add debug driconf var force_features_emulationAxel Davy2023-05-081-0/+4
* drirc: add allow_sampled_tex_copy optionIllia Polishchuk2023-05-042-0/+12
* radv: Add driconf to always drain waves before writing timestampsFriedrich Vock2023-05-032-0/+5
* meson: Don't use masm with VS backendJesse Natalie2023-04-291-2/+4
* util: check and initialize locale before using itThong Thai2023-04-271-0/+2
* mesa/main: rework locale setup/teardownThong Thai2023-04-271-3/+11
* util/log: Add missing "const"Rob Clark2023-04-242-2/+2
* util/log: Fix log messages over 1024 characters.Emma Anholt2023-04-241-2/+7
* blob: Don't valgrind assert for defined memory if we aren't writing.Emma Anholt2023-04-241-3/+3
* zink: use EXT_shader_object to (re)implement separate shadersMike Blumenkrantz2023-04-241-0/+3
* util: Add mesa_blake3 wrappers.Tatsuyuki Ishi2023-04-223-0/+113
* util/blake3: Patch with hidden visibility for asm symbols.Tatsuyuki Ishi2023-04-226-1/+37
* util: Add a copy of BLAKE3 hash library.Tatsuyuki Ishi2023-04-2221-0/+28257
* dzn: Remove driconf for quad ops in vertex stagesJesse Natalie2023-04-202-4/+0
* util/debug: move null checks out of debug message macroMike Blumenkrantz2023-04-202-7/+6
* virgl: add debug flag to force synchronous GL shader compilationRyan Neph2023-04-191-0/+4
* util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.Tatsuyuki Ishi2023-04-191-7/+0
* util: Add dedicated hex conversion functions and use it.Tatsuyuki Ishi2023-04-194-25/+75
* util: enforce unreachable()'s argument being a literal stringEric Engestrom2023-04-181-3/+3
* tu/perfetto: Use tu_CmdBeginDebugUtilsLabelEXT as a stage event in perfetto.Emma Anholt2023-04-161-0/+3
* util: Delete Offset() macro from u_memory.hJesse Natalie2023-04-151-6/+0
* util/format: add planar3 r8_g8_b8_unorm pipe formatSathishkumar S2023-04-144-0/+4
* driconf: rework glthread enablementMike Blumenkrantz2023-04-142-74/+74
* util/cpu: add big.LITTLE cpu detectionMike Blumenkrantz2023-04-142-0/+46
* util/disk_cache: Align atomic size.Bas Nieuwenhuizen2023-04-111-1/+1
* util: Add aligned int64_t types for x86(non 64).Bas Nieuwenhuizen2023-04-111-0/+12
* anv: reset query pools using blorpFelix DeGrood2023-04-071-0/+4
* dzn: Add a driconf option for enabling subgroup ops in VS/GSJesse Natalie2023-04-062-0/+4
* dzn: Add a driconf entry for enabling 8bit loads and storesJesse Natalie2023-04-062-0/+7
* util/disk_cache: Move blob_put_cb to the async queueRob Clark2023-04-051-12/+8
* util/disk_cache: Use queue state to skip putRob Clark2023-04-051-3/+3
* util/disk_cache: Add NONE typeRob Clark2023-04-052-0/+2
* util/disk_cache: Split out queue initializationRob Clark2023-04-051-15/+24
* perfetto: Move intel's cmdbuf/queue annotation code to the shared util.Emma Anholt2023-03-301-0/+48
* perfetto: Deduplicate clock sync packet emit from renderstage sources.Emma Anholt2023-03-301-0/+41
* perfetto: Make a MesaRenderpassDataSource with common setup/start/stop.Emma Anholt2023-03-301-0/+64
* perfetto: Add a .clang-format for the directory.Emma Anholt2023-03-306-182/+249
* util/disk_cache: use posix_fallocate() for index filesJuston Li2023-03-301-0/+12
* anv: work around for per-prim attributes corruptionMarcin Ĺšlusarz2023-03-292-1/+10
* driconf: add a workaround for Kaiju-A-GogoPaul Gofman2023-03-281-0/+4
* util: Update some copyright tagsFaith Ekstrand2023-03-263-3/+3
* util,mesa,panfrost: Drop some author tagsFaith Ekstrand2023-03-262-8/+0
* driconf: make glthread=true default for source gamesMike Blumenkrantz2023-03-251-7/+9
* driconf: remove the adaptive sync special case for mpvNicolas F2023-03-241-3/+0
* util/format: Make format_table compatible with C++Danylo Piliaiev2023-03-241-0/+9
* util/perf: C++-proof util/perfDanylo Piliaiev2023-03-242-2/+8
* util/u_trace: move needs_cs_param option to tracepointsLionel Landwerlin2023-03-241-17/+12
* util/dynarray: allow an initial stack allocation to be usedRhys Perry2023-03-221-2/+23