diff options
Diffstat (limited to 'html/feed.xml')
-rw-r--r-- | html/feed.xml | 24 |
1 files changed, 12 insertions, 12 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><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>Sun, 29 Dec 2024 15:55:41 -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 @@ -2263,53 +2263,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 |