From 5c25b090021ae8d25446328f37f05e47d1b2851d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 7 Jun 2025 15:47:14 +0200 Subject: [PATCH] docs: add release notes for 25.1.3 Part-of: --- docs/relnotes.rst | 2 ++ docs/relnotes/25.1.3.rst | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 docs/relnotes/25.1.3.rst diff --git a/docs/relnotes.rst b/docs/relnotes.rst index bb69b1abdc4..604056ce66a 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.1.3 release notes ` - :doc:`25.1.2 release notes ` - :doc:`25.0.7 release notes ` - :doc:`25.1.1 release notes ` @@ -453,6 +454,7 @@ The release notes summarize what's new or changed in each Mesa release. :maxdepth: 1 :hidden: + 25.1.3 25.1.2 25.0.7 25.1.1 diff --git a/docs/relnotes/25.1.3.rst b/docs/relnotes/25.1.3.rst new file mode 100644 index 00000000000..561a7a94bdd --- /dev/null +++ b/docs/relnotes/25.1.3.rst @@ -0,0 +1,47 @@ +Mesa 25.1.3 Release Notes / 2025-06-07 +====================================== + +Mesa 25.1.3 is a bug fix release which fixes bugs found since the 25.1.2 release. + +Mesa 25.1.3 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.1.3 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 +--------- + +- 25.1.2 - instant crash on upgrade, very first attempt at a new surface + + +Changes +------- + +Eric Engestrom (2): + +- docs: add sha sum for 25.1.2 +- .pick_status.json: Update to 16dbcd9b04456f6666be2e84d76d40c1d3564ff2 + +Samuel Pitoiset (1): + +- radv,radeonsi: fix emitting UPDATE_DB_SUMMARIZER_TIMEOUT on GFX12