About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-12-29 10:55:49 -0500
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-12-29 10:55:49 -0500
commitd0ff6ebaaaec4f183a6abc146aa1b33695f75a4a (patch)
tree9b8945dbcd54326d1919ec086d9a97ca535f6ee3
parent7191dcd1ff80c9dac95bfb0c3a8e4ed038ded0d0 (diff)
2024 graphics update fix attribution of Turnip MRs
-rw-r--r--html/feed.xml24
-rw-r--r--html/graphics_feed.xml24
-rw-r--r--html/notes/2024_igalia_graphics_team.html22
-rw-r--r--notes/2024_igalia_graphics_team.md18
4 files changed, 44 insertions, 44 deletions
diff --git a/html/feed.xml b/html/feed.xml
index 2ccb10c..7de5c89 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>Sat, 28 Dec 2024 13:41:16 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;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>Sun, 29 Dec 2024 15:55:41 -0000</lastBuildDate><item><title>Generating Video</title><link>https://fryzekconcepts.com/notes/generating-video.html</link><description>&lt;p&gt;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
@@ -2263,53 +2263,53 @@ and read more about them.&lt;/p&gt;
generation of Adreno GPUs. This included getting support for the &lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26934"&gt;A750
working&lt;/a&gt;, and then implementing performance improvements to bring it
-up to parity with other Adreno GPUs in Turnip. He also worked on
-implementing a number of Vulkan extensions and performance improvements
-such as:&lt;/p&gt;
+up to parity with other Adreno GPUs in Turnip. All-together the turnip
+team implemented a number of Vulkan extensions and performance
+improvements such as:&lt;/p&gt;
&lt;ul&gt;
-&lt;li&gt;VK_KHR_shader_atomic_int64
+&lt;li&gt;VK_KHR_shader_atomic_int64 - Amber
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27776"&gt;MR
27776&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_fragment_shading_rate
+&lt;li&gt;VK_KHR_fragment_shading_rate - Danylo Piliaiev
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30905"&gt;MR
30905&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_8bit_storage
+&lt;li&gt;VK_KHR_8bit_storage - Žan Dobersek
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28254"&gt;MR
28254&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;shaderInt8 feature
+&lt;li&gt;shaderInt8 feature - Žan Dobersek
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29875"&gt;MR
29875&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_shader_subgroup_rotate
+&lt;li&gt;VK_KHR_shader_subgroup_rotate - Job Noorman
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31358"&gt;MR
31358&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_map_memory_placed
+&lt;li&gt;VK_EXT_map_memory_placed - Dhruv Mark Collins
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28928"&gt;MR
28928&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_legacy_dithering
+&lt;li&gt;VK_EXT_legacy_dithering - Karmjit Mahil
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30536"&gt;MR
30536&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_depth_clamp_zero_one
+&lt;li&gt;VK_EXT_depth_clamp_zero_one - Danylo Piliaiev
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29387"&gt;MR
diff --git a/html/graphics_feed.xml b/html/graphics_feed.xml
index 15c7717..f5cb163 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>Sat, 28 Dec 2024 13:41:16 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description>&lt;p&gt;This year I started a new job working with &lt;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>Sun, 29 Dec 2024 15:55:41 -0000</lastBuildDate><item><title>2022 Graphics Team Contributions at Igalia</title><link>https://fryzekconcepts.com/notes/2022_igalia_graphics_team.html</link><description>&lt;p&gt;This year I started a new job working with &lt;a
href="https://www.igalia.com/technology/graphics"&gt;Igalia’s Graphics
Team&lt;/a&gt;. For those of you who don’t know &lt;a
href="https://www.igalia.com/"&gt;Igalia&lt;/a&gt; they are a &lt;a
@@ -1025,53 +1025,53 @@ and read more about them.&lt;/p&gt;
generation of Adreno GPUs. This included getting support for the &lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26934"&gt;A750
working&lt;/a&gt;, and then implementing performance improvements to bring it
-up to parity with other Adreno GPUs in Turnip. He also worked on
-implementing a number of Vulkan extensions and performance improvements
-such as:&lt;/p&gt;
+up to parity with other Adreno GPUs in Turnip. All-together the turnip
+team implemented a number of Vulkan extensions and performance
+improvements such as:&lt;/p&gt;
&lt;ul&gt;
-&lt;li&gt;VK_KHR_shader_atomic_int64
+&lt;li&gt;VK_KHR_shader_atomic_int64 - Amber
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27776"&gt;MR
27776&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_fragment_shading_rate
+&lt;li&gt;VK_KHR_fragment_shading_rate - Danylo Piliaiev
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30905"&gt;MR
30905&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_8bit_storage
+&lt;li&gt;VK_KHR_8bit_storage - Žan Dobersek
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28254"&gt;MR
28254&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;shaderInt8 feature
+&lt;li&gt;shaderInt8 feature - Žan Dobersek
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29875"&gt;MR
29875&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_KHR_shader_subgroup_rotate
+&lt;li&gt;VK_KHR_shader_subgroup_rotate - Job Noorman
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31358"&gt;MR
31358&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_map_memory_placed
+&lt;li&gt;VK_EXT_map_memory_placed - Dhruv Mark Collins
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28928"&gt;MR
28928&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_legacy_dithering
+&lt;li&gt;VK_EXT_legacy_dithering - Karmjit Mahil
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30536"&gt;MR
30536&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;VK_EXT_depth_clamp_zero_one
+&lt;li&gt;VK_EXT_depth_clamp_zero_one - Danylo Piliaiev
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29387"&gt;MR
diff --git a/html/notes/2024_igalia_graphics_team.html b/html/notes/2024_igalia_graphics_team.html
index bd77ae2..d3b7f9f 100644
--- a/html/notes/2024_igalia_graphics_team.html
+++ b/html/notes/2024_igalia_graphics_team.html
@@ -140,53 +140,53 @@ and read more about them.</p>
generation of Adreno GPUs. This included getting support for the <a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26934">A750
working</a>, and then implementing performance improvements to bring it
-up to parity with other Adreno GPUs in Turnip. He also worked on
-implementing a number of Vulkan extensions and performance improvements
-such as:</p>
+up to parity with other Adreno GPUs in Turnip. All-together the turnip
+team implemented a number of Vulkan extensions and performance
+improvements such as:</p>
<ul>
-<li>VK_KHR_shader_atomic_int64
+<li>VK_KHR_shader_atomic_int64 - Amber
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27776">MR
27776</a></li>
</ul></li>
-<li>VK_KHR_fragment_shading_rate
+<li>VK_KHR_fragment_shading_rate - Danylo Piliaiev
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30905">MR
30905</a></li>
</ul></li>
-<li>VK_KHR_8bit_storage
+<li>VK_KHR_8bit_storage - Žan Dobersek
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28254">MR
28254</a></li>
</ul></li>
-<li>shaderInt8 feature
+<li>shaderInt8 feature - Žan Dobersek
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29875">MR
29875</a></li>
</ul></li>
-<li>VK_KHR_shader_subgroup_rotate
+<li>VK_KHR_shader_subgroup_rotate - Job Noorman
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31358">MR
31358</a></li>
</ul></li>
-<li>VK_EXT_map_memory_placed
+<li>VK_EXT_map_memory_placed - Dhruv Mark Collins
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28928">MR
28928</a></li>
</ul></li>
-<li>VK_EXT_legacy_dithering
+<li>VK_EXT_legacy_dithering - Karmjit Mahil
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30536">MR
30536</a></li>
</ul></li>
-<li>VK_EXT_depth_clamp_zero_one
+<li>VK_EXT_depth_clamp_zero_one - Danylo Piliaiev
<ul>
<li><a
href="https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29387">MR
diff --git a/notes/2024_igalia_graphics_team.md b/notes/2024_igalia_graphics_team.md
index e05560a..73a3b40 100644
--- a/notes/2024_igalia_graphics_team.md
+++ b/notes/2024_igalia_graphics_team.md
@@ -47,23 +47,23 @@ Dhruv Mark Collins has been very hard at work to try and bring performance parit
A new member of the Igalia Graphics Team Karmjit Mahil has been working on different parts of the Turnip stack, but one notable improvement he made was to improve `fmulz` handling for Direct3D 9. You can check out his changes [here](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31479) and read more about them.
-Danylo Piliaiev has been hard at work adding support for the latest generation of Adreno GPUs. This included getting support for the [A750 working](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26934), and then implementing performance improvements to bring it up to parity with other Adreno GPUs in Turnip. He also worked on implementing a number of Vulkan extensions and performance improvements such as:
+Danylo Piliaiev has been hard at work adding support for the latest generation of Adreno GPUs. This included getting support for the [A750 working](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26934), and then implementing performance improvements to bring it up to parity with other Adreno GPUs in Turnip. All-together the turnip team implemented a number of Vulkan extensions and performance improvements such as:
-- VK_KHR_shader_atomic_int64
+- VK_KHR_shader_atomic_int64 - Amber
- [MR 27776](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27776)
-- VK_KHR_fragment_shading_rate
+- VK_KHR_fragment_shading_rate - Danylo Piliaiev
- [MR 30905](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30905)
-- VK_KHR_8bit_storage
+- VK_KHR_8bit_storage - Žan Dobersek
- [MR 28254](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28254)
-- shaderInt8 feature
+- shaderInt8 feature - Žan Dobersek
- [MR 29875](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29875)
-- VK_KHR_shader_subgroup_rotate
+- VK_KHR_shader_subgroup_rotate - Job Noorman
- [MR 31358](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31358)
-- VK_EXT_map_memory_placed
+- VK_EXT_map_memory_placed - Dhruv Mark Collins
- [MR 28928](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28928)
-- VK_EXT_legacy_dithering
+- VK_EXT_legacy_dithering - Karmjit Mahil
- [MR 30536](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30536)
-- VK_EXT_depth_clamp_zero_one
+- VK_EXT_depth_clamp_zero_one - Danylo Piliaiev
- [MR 29387](https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29387)
## Display Next Hackfest & Display/KMS Meet-up