diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-05-22 19:23:33 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-05-22 19:23:33 -0400 |
commit | d5d2888c4aae16426e8d40cd441f5133e320cc5e (patch) | |
tree | ccd656026a92c7ddf3ca0088484d1998cc8ebb04 | |
parent | 3c0e8732ececff868c561e8b62fc8c449b61e601 (diff) |
Fix tag on new note
-rw-r--r-- | html/feed.xml | 2 | ||||
-rw-r--r-- | html/graphics_feed.xml | 87 | ||||
-rw-r--r-- | notes/mesa_23_1_contributions_behind_the_scenes.md | 4 |
3 files changed, 87 insertions, 6 deletions
diff --git a/html/feed.xml b/html/feed.xml index 37d9533..8dc41af 100644 --- a/html/feed.xml +++ b/html/feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Thu, 11 May 2023 12:30:52 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><p>One thing I’m very interested in is computer graphics. This could be +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 22 May 2023 23:23:20 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description><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 diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml index ad38d6f..e86b38f 100644 --- a/html/graphics_feed.xml +++ b/html/graphics_feed.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Thu, 11 May 2023 12:30:53 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><p>This year I started a new job working with <a +<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fryzek Concepts</title><atom:link href="https://fryzekconcepts.com/feed.xml" rel="self" type="application/rss+xml"/><link>https://fryzekconcepts.com</link><description>Lucas is a developer working on cool things</description><lastBuildDate>Mon, 22 May 2023 23:23:21 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description><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 @@ -469,4 +469,87 @@ MR</a>.</p> alt="Freedreno running 3d-mark" /> <figcaption aria-hidden="true">Freedreno running 3d-mark</figcaption> </figure> -</description><pubDate>Tue, 28 Feb 2023 05:00:00 -0000</pubDate><guid>https://fryzekconcepts.com/notes/freedreno_journey.html</guid></item></channel></rss>
\ No newline at end of file +</description><pubDate>Tue, 28 Feb 2023 05:00:00 -0000</pubDate><guid>https://fryzekconcepts.com/notes/freedreno_journey.html</guid></item><item><title>Igalia’s Mesa 23.1 Contributions - Behind the Scenes</title><link>https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html</link><description><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> +</description><pubDate>Thu, 11 May 2023 04:00:00 -0000</pubDate><guid>https://fryzekconcepts.com/notes/mesa_23_1_contributions_behind_the_scenes.html</guid></item></channel></rss>
\ No newline at end of file diff --git a/notes/mesa_23_1_contributions_behind_the_scenes.md b/notes/mesa_23_1_contributions_behind_the_scenes.md index 26c51b4..b9c4e7f 100644 --- a/notes/mesa_23_1_contributions_behind_the_scenes.md +++ b/notes/mesa_23_1_contributions_behind_the_scenes.md @@ -4,9 +4,7 @@ title: "Igalia's Mesa 23.1 Contributions - Behind the Scenes" date: "2023-05-11" last_edit: "2023-05-11" status: 2 -tags: - - "igalia" - - "mesa" +categories: igalia graphics 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. |