diff options
Diffstat (limited to 'html/graphics_feed.xml')
-rw-r--r-- | html/graphics_feed.xml | 24 |
1 files changed, 12 insertions, 12 deletions
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><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>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><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 @@ -1025,53 +1025,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 |