From d5d2888c4aae16426e8d40cd441f5133e320cc5e Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Mon, 22 May 2023 19:23:33 -0400 Subject: Fix tag on new note --- html/feed.xml | 2 +- html/graphics_feed.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 86 insertions(+), 3 deletions(-) (limited to 'html') 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 @@ -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 +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsMon, 22 May 2023 23:23:20 -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 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 @@ -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 +Fryzek Conceptshttps://fryzekconcepts.comLucas is a developer working on cool thingsMon, 22 May 2023 23:23:21 -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 @@ -469,4 +469,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 -- cgit v1.2.3