From 3c0e8732ececff868c561e8b62fc8c449b61e601 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 11 May 2023 10:00:12 -0400 Subject: Add mesa release post --- .../mesa_23_1_contributions_behind_the_scenes.html | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 html/notes/mesa_23_1_contributions_behind_the_scenes.html (limited to 'html/notes') diff --git a/html/notes/mesa_23_1_contributions_behind_the_scenes.html b/html/notes/mesa_23_1_contributions_behind_the_scenes.html new file mode 100644 index 0000000..7224b23 --- /dev/null +++ b/html/notes/mesa_23_1_contributions_behind_the_scenes.html @@ -0,0 +1,133 @@ + + + + + + + + Igalia’s Mesa 23.1 Contributions - Behind the Scenes + + + + + + + + +
+ + frycon logo + + +
+
+
+

Igalia’s Mesa 23.1 Contributions - +Behind the Scenes

+
+
+ +
+

budding

+
+
+
+

Published: 2023-05-11

+

Last Edited: 2023-05-11

+
+
+
+
+
+
+

It’s an exciting time for Mesa as its next major release is unveiled +this week. Igalia has played an important role in this milestone, with +Eric Engestrom managing the release and 11 other Igalians contributing +over 110 merge requests. A sample of these contributions are detailed +below.

+

radv: Implement +vk.check_status

+

As part of an effort to enhance the reliability of GPU resets on +amdgpu, Tony implemented a GPU reset notification feature in the RADV +Vulkan driver. This new function improves the robustness of the RADV +driver. The driver can now check if the GPU has been reset by a +userspace application, allowing the driver to recover their contexts, +exit, or engage in some other appropriate action.

+

You can read more about Tony’s changes in the link below

+ +

turnip: KGSL backend rewrite

+

With a goal of improving feature parity of the KGSL kernel mode +driver with its drm counterpart, Mark has been rewriting the backend for +KGSL. These changes leverage the new, common backend Vulkan +infrastructure inside Mesa and fix multiple bugs. In addition, they +introduce support for importing/exporting sync FDs, pre-signalled +fences, and timeline semaphore support.

+

If you’re interested in taking a deeper dive into Mark’s changes, you +can read the following MR:

+ +

turnip: a7xx +preparation, transition to C++

+

Danylo has adopted a significant role for two major changes inside +turnip: 1)contributing to the effort to migrate turnip to C++ and +2)supporting the next generation a7xx Adreno GPUs from Qualcomm. A more +detailed overview of Danylo’s changes can be found in the linked MRs +below:

+ +

v3d/v3dv various fixes +& CTS conformance

+

Igalia maintains the v3d OpenGL driver and v3dv Vulkan drive for +broadcom videocore GPUs which can be found on devices such as the +Raspberry Pi. Iago, Alex and Juan have combined their expertise to +implement multiple fixes for both the v3d gallium driver and the v3dv +vulkan driver on the Raspberry Pi. These changes include CPU performance +optimizations, support for 16-bit floating point vertex attributes, and +raising support in the driver to OpenGL 3.1 level functionality. This +Igalian trio has also been addressing fixes for conformance issues +raised in the Vulkan 1.3.5 conformance test suite (CTS).

+

You can dive into some of their Raspberry Pi driver changes here:

+ +

ci, build system, and cleanup

+

In addition to managing the 23.1 release, Eric has also implemented +many fixes in Mesa’s infrastructure. He has assisted with addressing a +number of CI issues within Mesa on various drivers from v3d to panfrost. +Eric also dedicated part of his time to general clean-up of the Mesa +code (e.g. removing duplicate functions, fixing and improving the +meson-based build system, and removing dead code).

+

If you’re interested in seeing some of his work, check out some of +the MRs below:

+ +
+
+ + -- cgit v1.2.3