mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
docs: add release notes for 22.1.6
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18752>
This commit is contained in:
parent
cd36a29759
commit
2b4a819e60
1 changed files with 61 additions and 0 deletions
61
docs/relnotes/22.1.6.rst
Normal file
61
docs/relnotes/22.1.6.rst
Normal file
|
|
@ -0,0 +1,61 @@
|
||||||
|
Mesa 22.1.6 Release Notes / 2022-09-22
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Mesa 22.1.6 is a bug fix release which fixes bugs found since the 22.1.5 release.
|
||||||
|
|
||||||
|
Mesa 22.1.6 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 22.1.6 implements the Vulkan 1.2 API, but the version reported by
|
||||||
|
the apiVersion property of the VkPhysicalDeviceProperties struct
|
||||||
|
depends on the particular driver being used.
|
||||||
|
|
||||||
|
SHA256 checksum
|
||||||
|
---------------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
TBD.
|
||||||
|
|
||||||
|
|
||||||
|
New features
|
||||||
|
------------
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
---------
|
||||||
|
|
||||||
|
- anv: sampleLocationsEnable ignored in VkPipelineSampleLocationsStateCreateInfoEXT
|
||||||
|
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
|
||||||
|
Dave Airlie (2):
|
||||||
|
|
||||||
|
- llvmpipe: make last_fence a screen/rast object not a context one.
|
||||||
|
- llvmpipe: keep context list and use to track resource usage.
|
||||||
|
|
||||||
|
Dylan Baker (3):
|
||||||
|
|
||||||
|
- docs: Add sha256 sum for 22.1.5
|
||||||
|
- docs: Add sha256 sum for 22.1.4
|
||||||
|
- docs: add release notes for 22.1.6
|
||||||
|
|
||||||
|
Eric Engestrom (1):
|
||||||
|
|
||||||
|
- Revert "pan/bi: Require ATEST coverage mask input in R60"
|
||||||
|
|
||||||
|
Mark Janes (1):
|
||||||
|
|
||||||
|
- intel/dev: drop warning for unhandled hwconfig keys
|
||||||
|
|
||||||
|
Mykhailo Skorokhodov (1):
|
||||||
|
|
||||||
|
- anv: Use sampleLocationsEnable for sample locations
|
||||||
Loading…
Add table
Reference in a new issue