summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2022-09-22 14:55:57 +0200
committerMarge Bot <emma+marge@anholt.net>2022-09-22 13:11:08 +0000
commit2b4a819e60e97357f95abf6f397d039968d6125a (patch)
tree1c0b9b526fcd01a1b56f3c544f118510e2b73123 /docs/relnotes
parentcd36a29759860c50b5e3888cff10dccf94aac645 (diff)
docs: add release notes for 22.1.6
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18752>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/22.1.6.rst61
1 files changed, 61 insertions, 0 deletions
diff --git a/docs/relnotes/22.1.6.rst b/docs/relnotes/22.1.6.rst
new file mode 100644
index 00000000000..c5cc21404ba
--- /dev/null
+++ b/docs/relnotes/22.1.6.rst
@@ -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