docs: add release notes for 25.1.3

This commit is contained in:
Eric Engestrom 2025-06-07 15:47:14 +02:00
parent e3637cdb69
commit 61c5f9319d
2 changed files with 49 additions and 0 deletions

View file

@ -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 <relnotes/25.1.3>`
- :doc:`25.1.2 release notes <relnotes/25.1.2>`
- :doc:`25.1.1 release notes <relnotes/25.1.1>`
- :doc:`25.1.0 release notes <relnotes/25.1.0>`
@ -449,6 +450,7 @@ The release notes summarize what's new or changed in each Mesa release.
:maxdepth: 1
:hidden:
25.1.3 <relnotes/25.1.3>
25.1.2 <relnotes/25.1.2>
25.1.1 <relnotes/25.1.1>
25.1.0 <relnotes/25.1.0>

47
docs/relnotes/25.1.3.rst Normal file
View file

@ -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