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 --- html/assets/mesa3d.svg | 9 ++ html/feed.xml | 87 +++++++++++++- html/graphics_feed.xml | 2 +- html/index.html | 9 ++ .../mesa_23_1_contributions_behind_the_scenes.html | 133 +++++++++++++++++++++ notes/mesa_23_1_contributions_behind_the_scenes.md | 51 ++++++++ 6 files changed, 288 insertions(+), 3 deletions(-) create mode 100644 html/assets/mesa3d.svg create mode 100644 html/notes/mesa_23_1_contributions_behind_the_scenes.html create mode 100644 notes/mesa_23_1_contributions_behind_the_scenes.md diff --git a/html/assets/mesa3d.svg b/html/assets/mesa3d.svg new file mode 100644 index 0000000..4a4934d --- /dev/null +++ b/html/assets/mesa3d.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/html/feed.xml b/html/feed.xml index 8bc7f6b..37d9533 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsFri, 28 Apr 2023 20:57:13 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsThu, 11 May 2023 12:30:52 -0000Generating Videohttps://fryzekconcepts.com/notes/generating-video.html<p>One thing I’m very interested in is computer graphics. This could be complex 3D graphics or simple 2D graphics. The idea of getting a computer to display visual data fascinates me. One fundamental part of showing visual data is interfacing with a computer monitor. This can be @@ -1707,4 +1707,87 @@ MR</a>.</p> alt="Freedreno running 3d-mark" /> <figcaption aria-hidden="true">Freedreno running 3d-mark</figcaption> </figure> -Tue, 28 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.html \ No newline at end of file +Tue, 28 Feb 2023 05:00:00 -0000https://fryzekconcepts.com/notes/freedreno_journey.htmlIgalia’s Mesa 23.1 Contributions - Behind the Sceneshttps://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html<p>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.</p> +<h2 id="radv-implement-vk.check_status">radv: Implement +vk.check_status</h2> +<p>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.</p> +<p>You can read more about Tony’s changes in the link below</p> +<ul> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22253">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22253</a></li> +</ul> +<h2 id="turnip-kgsl-backend-rewrite">turnip: KGSL backend rewrite</h2> +<p>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.</p> +<p>If you’re interested in taking a deeper dive into Mark’s changes, you +can read the following MR:</p> +<ul> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21651">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21651</a></li> +</ul> +<h2 id="turnip-a7xx-preparation-transition-to-c">turnip: a7xx +preparation, transition to C++</h2> +<p>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:</p> +<ul> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22148">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22148</a></li> +</ul> +<h2 id="v3dv3dv-various-fixes-cts-conformance">v3d/v3dv various fixes +&amp; CTS conformance</h2> +<p>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).</p> +<p>You can dive into some of their Raspberry Pi driver changes here:</p> +<ul> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22131">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22131</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21361">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21361</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20787">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20787</a></li> +</ul> +<h2 id="ci-build-system-and-cleanup">ci, build system, and cleanup</h2> +<p>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).</p> +<p>If you’re interested in seeing some of his work, check out some of +the MRs below:</p> +<ul> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22410">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22410</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21504">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21504</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558</a></li> +<li><a +href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180">https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180</a></li> +</ul> +Thu, 11 May 2023 04:00:00 -0000https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html \ No newline at end of file diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml index 8dca2db..ad38d6f 100644 --- a/html/graphics_feed.xml +++ b/html/graphics_feed.xml @@ -1,5 +1,5 @@ -Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsFri, 28 Apr 2023 20:57:14 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsThu, 11 May 2023 12:30:53 -00002022 Graphics Team Contributions at Igaliahttps://fryzekconcepts.com/notes/2022_igalia_graphics_team.html<p>This year I started a new job working with <a href="https://www.igalia.com/technology/graphics">Igalia’s Graphics Team</a>. For those of you who don’t know <a href="https://www.igalia.com/">Igalia</a> they are a <a diff --git a/html/index.html b/html/index.html index aedebcd..91ad380 100644 --- a/html/index.html +++ b/html/index.html @@ -45,6 +45,15 @@
+ +
+ +

Igalia’s Mesa 23.1 Contributions - Behind the + Scenes

+

It’s an exciting time for Mesa as its next major release + is unveiled this week. Igalia has played ...

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

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:

+ +
+
+ + diff --git a/notes/mesa_23_1_contributions_behind_the_scenes.md b/notes/mesa_23_1_contributions_behind_the_scenes.md new file mode 100644 index 0000000..26c51b4 --- /dev/null +++ b/notes/mesa_23_1_contributions_behind_the_scenes.md @@ -0,0 +1,51 @@ +--- +layout: post +title: "Igalia's Mesa 23.1 Contributions - Behind the Scenes" +date: "2023-05-11" +last_edit: "2023-05-11" +status: 2 +tags: + - "igalia" + - "mesa" +cover_image: "/assets/mesa3d.svg" +--- +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 + +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22253](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22253) + +## 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: + +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21651](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21651) + +## 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: + +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22148](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22148) + +## 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: + +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22131](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22131) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21361](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21361) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20787](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20787) + +## 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: + +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22410](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22410) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21504](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21504) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21558) +- [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20180) \ No newline at end of file -- cgit v1.2.3