diff options
Diffstat (limited to 'html/notes/2024_igalia_graphics_team.html')
-rw-r--r-- | html/notes/2024_igalia_graphics_team.html | 22 |
1 files changed, 11 insertions, 11 deletions
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 |