diff --git a/docs/relnotes.rst b/docs/relnotes.rst index c6c36285b22..9b9d3b29c91 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -3,6 +3,7 @@ Release Notes The release notes summarize what's new or changed in each Mesa release. +- :doc:`25.0.5 release notes ` - :doc:`25.0.4 release notes ` - :doc:`25.0.3 release notes ` - :doc:`25.0.2 release notes ` @@ -447,6 +448,7 @@ The release notes summarize what's new or changed in each Mesa release. :maxdepth: 1 :hidden: + 25.0.5 25.0.4 25.0.3 25.0.2 diff --git a/docs/relnotes/25.0.5.rst b/docs/relnotes/25.0.5.rst new file mode 100644 index 00000000000..5379ad16eb5 --- /dev/null +++ b/docs/relnotes/25.0.5.rst @@ -0,0 +1,184 @@ +Mesa 25.0.5 Release Notes / 2025-04-30 +====================================== + +Mesa 25.0.5 is a bug fix release which fixes bugs found since the 25.0.4 release. + +Mesa 25.0.5 implements the OpenGL 4.6 API, but the version reported by +glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / +glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 4.6. OpenGL +4.6 is **only** available if requested at context creation. +Compatibility contexts may report a lower version depending on each driver. + +Mesa 25.0.5 implements the Vulkan 1.4 API, but the version reported by +the apiVersion property of the VkPhysicalDeviceProperties struct +depends on the particular driver being used. + +SHA checksums +------------- + +:: + + TBD. + + +New features +------------ + +- None + + +Bug fixes +--------- + +- WWE 2k23 small "artifacts" +- Variable Rate Shading (VRS) produces very aliased results on RADV with an AMD gpu +- Vulkan issues after sleeping on 9070 XT +- ring gfx_0.0.0 timeout after waking from sleep - RX 9070 +- radeonsi: CL conformance test \`vector_swizzle` fails since 177427877bb50ad7ba24abfa13e55a2684d804df +- Random mesa crashes in kwin_wayland on a 6600XT +- Patch to fix clinfo on rusticl +- radv/aco: Ghost of Tsushima hangs and causes gpu resets on RDNA 3 GPU +- mesa-vulkan-driver-git.x86_64 causes strange colored rectangle artifacts in Final Fantasy XIV + + +Changes +------- + +Connor Abbott (1): + +- tu: Fix flushing when using a staging buffer for copies + +Danylo Piliaiev (1): + +- tu,freedreno: Don't fallback to LINEAR with DRM_FORMAT_MOD_QCOM_COMPRESSED + +David Rosca (1): + +- radv: Use radv_format_to_pipe_format instead of vk_format_to_pipe_format + +Dmitry Baryshkov (1): + +- meson: disable SIMD blake optimisations on x32 host + +Ella Stanforth (1): + +- v3d/compiler: Fixup output types for all 8 outputs + +Eric Engestrom (8): + +- docs: add sha sum for 25.0.4 +- .pick_status.json: Update to 5f3a3740dcc6d243f2ef14138fb1c09bcbb9b5fd +- pick-ui: make \`Backport-to: 25.0` backport to 25.0 \*and more recent release branches* +- aco: help clang 20 do some additions and subtractions +- .pick_status.json: Update to 091d52965f805d61dd3a8e091ac20869a794e632 +- pick-ui: add missing dependency +- .pick_status.json: Update to 3493500abb78a4dc22aba14840bba5c777fde745 +- .pick_status.json: Update to 5a55133ce7d5bb2419f2aa99c5296037afb7ba6a + +Faith Ekstrand (2): + +- nak/legalize: Take a RegFile in copy_alu_src_and_lower_fmod +- nak/sm70: Fix the bit74_75_ar_mod assert + +Georg Lehmann (2): + +- nir/opt_algebraic: disable fsat(a + 1.0) opt if a can be NaN +- aco: set opsel_hi to 1 for WMMA + +Ian Romanick (4): + +- brw/algebraic: Clear condition modifier on optimized SEL instruction +- brw/algebraic: Don't optimize float SEL.CMOD to MOV +- elk/algebraic: Clear condition modifier on optimized SEL instruction +- elk/algebraic: Don't optimize float SEL.CMOD to MOV + +Janne Grunau (2): + +- venus: Do not use instance pointer before NULL check +- venus: virtgpu: Require stable wire format + +John Anthony (1): + +- panvk: Enable VK_EXT_direct_mode_display + +José Roberto de Souza (3): + +- intel: Program XY_FAST_COLOR_BLT::Destination Mocs for gfx12 +- intel: Fix the MOCS values in XY_FAST_COLOR_BLT for Xe2+ +- intel: Fix the MOCS values in XY_BLOCK_COPY_BLT for Xe2+ + +Karol Herbst (2): + +- rusticl/device: fix panic when disabling 3D image write support +- nir_lower_mem_access_bit_sizes: fix negative chunk offsets + +Lionel Landwerlin (1): + +- anv: use companion batch for operations with HIZ/STC_CCS destination + +Loïc Minier (1): + +- freedreno: check if GPU supported in fd_pipe_new2 + +Marek Olšák (1): + +- radv: fix incorrect patch_outputs_read for TCS with dynamic state + +Mary Guillemard (3): + +- panvk: reset dyn_bufs map count to 0 in create_copy_table +- panvk: Take rasterization sample into account in indirect draw on v10+ +- panvk: Take resource index in valhall_lower_get_ssbo_size + +Mel Henning (3): + +- nvk: SET_STATISTICS_COUNTER at start of meta_begin +- nvk: Override render enable for blits and resolves +- wsi/headless: Override finish_create + +Mike Blumenkrantz (1): + +- zink: verify that surface exists when adding implicit feedback loop + +Olivia Lee (1): + +- panfrost: allow promoting sysval UBO to push constants + +Patrick Lerda (1): + +- mesa_interface: fix legacy dri2 compatibility + +Pierre-Eric Pelloux-Prayer (1): + +- radeonsi: fix potential use after free in si_set_debug_callback + +Rhys Perry (3): + +- aco/gfx12: don't use second VALU for VOPD's OPX if there is a WaR +- aco: combine VALU lanemask hazard into VALUMaskWriteHazard +- aco/gfx11: create waitcnt for workgroup vmem barriers + +Samuel Pitoiset (3): + +- radv: only enable DCC for invisible VRAM on GFX12 +- radv: fix re-emitting VRS state when rendering begins +- radv: set radv_disable_dcc=true for WWE 2k23 + +Tapani Pälli (2): + +- iris: force reallocate on eglCreateImage with GFX >= 20 +- iris: make sure to not mix compressed vs non-compressed + +Tomeu Vizoso (1): + +- etnaviv: Release screen->dummy_desc_reloc.bo + +Yinjie Yao (2): + +- gallium/pipe: Increase hevc max slice to 600 +- frontends/va: Handle properly when decoding more slices than limit + +Yiwei Zhang (1): + +- venus: fix missing renderer destructions