Mesa (main): docs: add release notes for 21.3.2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 18 00:10:50 UTC 2021


Module: Mesa
Branch: main
Commit: 7dbd3d73d48a2cee6aefde4f7556b2c3e58a7406
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7dbd3d73d48a2cee6aefde4f7556b2c3e58a7406

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Fri Dec 17 22:31:13 2021 +0000

docs: add release notes for 21.3.2

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14250>

---

 docs/relnotes/21.3.2.rst | 126 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 126 insertions(+)

diff --git a/docs/relnotes/21.3.2.rst b/docs/relnotes/21.3.2.rst
new file mode 100644
index 00000000000..07579bd38c0
--- /dev/null
+++ b/docs/relnotes/21.3.2.rst
@@ -0,0 +1,126 @@
+Mesa 21.3.2 Release Notes / 2021-12-17
+======================================
+
+Mesa 21.3.2 is a bug fix release which fixes bugs found since the 21.3.1 release.
+
+Mesa 21.3.2 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 21.3.2 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
+---------------
+
+::
+
+    e2e7bafb8307e7abc3bf982f39382fae3619c84b45504920a21504be52f126bd  mesa-21.3.2.tar.xz
+
+
+New features
+------------
+
+- None
+
+
+Bug fixes
+---------
+
+- Flickering and blackscreen on Mpv and Clapper (and also low performance on glxgears)
+- DXVK SIGBUS with Turnip on Poco F1 at loading to open world.
+- RADV: IsHelperInvocationEXT query is not considered volatile in ACO
+- [GraphicsFuzz] dEQP-VK.graphicsfuzz.stable-binarysearch-tree-nested-if-and-conditional
+- [bisected] Mesa 21.3.x breaks GBM with NVIDIA closed source driver 495.44
+- [DG2] dEQP-GL[45|ES31].functional.shaders.builtin_functions.pack_unpack.packhalf2x16_compute fail
+
+
+Changes
+-------
+
+Alyssa Rosenzweig (1):
+
+- panfrost: Don't shadow Mesa's fui()
+
+Caio Oliveira (1):
+
+- nir: Initialize nir_register::divergent
+
+Danylo Piliaiev (1):
+
+- turnip: Fix operator precedence in address calculation macros for queries
+
+Dave Airlie (1):
+
+- crocus: cleanup bo exports for external objects
+
+Eric Engestrom (1):
+
+- .pick_status.json: Update to a65285f54be6d756a8a558f638c18bb4f075222c
+
+Francisco Jerez (1):
+
+- intel/fs/xehp: Teach SWSB pass about the exec pipeline of FS_OPCODE_PACK_HALF_2x16_SPLIT.
+
+Ian Romanick (2):
+
+- intel/compiler: Don't predicate a WHILE if there is a CONT
+- intel/stub: Silence "initialized field overwritten" warning
+
+Jakob Bornecrantz (1):
+
+- vulkan-device-select: Don't leak drmDevicePtr
+
+James Jones (1):
+
+- gbm: Don't pass default usage flags on ABIs < 1
+
+Jason Ekstrand (3):
+
+- crocus: wm_prog_key::key_alpha_test uses GL enums
+- anv: Stop doing too much per-sample shading
+- radeonsi/nir: Check for VARYING_SLOT_PRIMITIVE_ID not SYSTEM_VALUE
+
+Lionel Landwerlin (4):
+
+- nir/opt_deref: don't try to cast empty structures
+- intel/nir: preserve access value when duping intrinsic
+- nir/lower_io: include the variable access in the lowered intrinsic
+- vulkan: fix missing handling of WSI memory signal
+
+Mauro Rossi (1):
+
+- android: add support for classic dri-drivers (v2)
+
+Michel Zou (1):
+
+- meson: correctly detect linker arguments
+
+Nanley Chery (1):
+
+- iris: Free the local cache bucket in bufmgr_destroy
+
+Pierre-Eric Pelloux-Prayer (1):
+
+- radeonsi: fix fast clear / depth decompression corruption
+
+Rhys Perry (1):
+
+- radv: have the null winsys set more fields
+
+Roman Stratiienko (2):
+
+- v3dv: Fix dEQP-VK.info#instance_extensions test
+- v3dv: Fix V3DV_HAS_SURFACE preprocessor condition
+
+Tapani Pälli (1):
+
+- anv: allow VK_IMAGE_LAYOUT_UNDEFINED as final layout
+
+Timur Kristóf (1):
+
+- aco: Clean up and fix quad group instructions with WQM.



More information about the mesa-commit mailing list