From 3714a2a8dfd17042345cc09b72e3ea3aee111dbd Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 18 Jun 2026 11:46:13 +0200 Subject: [PATCH] docs: fix release notes for 26.1.3 Due to the bug fixed in !42310, some fixed bugs were not tracked. Fixes: f2c772d46382a2bdf8e4 ("docs: add release notes for 26.1.3") Part-of: --- docs/relnotes/26.1.3.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/relnotes/26.1.3.rst b/docs/relnotes/26.1.3.rst index 41ab3065e31..ccb0be23157 100644 --- a/docs/relnotes/26.1.3.rst +++ b/docs/relnotes/26.1.3.rst @@ -32,7 +32,14 @@ New features Bug fixes --------- -- None +- [RADV/ACO]: (Bisected) Regression causes flashing reflections in CyperPunk 2077 +- [RADV] Regression: Infinite loop in NIR compiler during nir_opt_dead_write_vars loading Gemma 4 via llama.cpp on gfx1100 +- [radeonsi] SIGSEGV in gallivm during software fallback for GL_FEEDBACK with lighting +- anv: NULL deref in anv_AllocateMemory when importing DMA-BUF without VkMemoryDedicatedAllocateInfo on Xe2 (regression) +- anv: World of Warcraft dx11 CMAA 2 option buggy on a b580 +- anv: atan shader compiler bug leads to negative infinity +- intel/blorp: shader_pipeline initialization results in incorrect blorp_key values +- llvm23 breaks build of clc_helpers.cpp Changes