About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-02-09 10:37:59 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-02-09 10:37:59 -0500
commit93c9d060dd9ed5d410263792f0f81edbb5d3c851 (patch)
tree68f6d32a7332c945018b3d8f353ef3783dc338a8
parentb3f5d80a6f55dad4a6f2016665e4a807bb87ae3b (diff)
Fix Typo
-rw-r--r--notes/2022_igalia_graphics_team.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/2022_igalia_graphics_team.md b/notes/2022_igalia_graphics_team.md
index 38b858d..f1dbcbc 100644
--- a/notes/2022_igalia_graphics_team.md
+++ b/notes/2022_igalia_graphics_team.md
@@ -19,7 +19,7 @@ The Vulkan 1.2 spec ratification came with a few [extensions](https://registry.k
Vulkan 1.2 also came with a number of optional extensions such as `VK_KHR_pipeline_executable_properties`. My colleague Iago Toral wrote an excellent [blog post](https://blogs.igalia.com/itoral/2022/05/09/vk_khr_pipeline_executables/) on how we implemented that extension on the Raspberry Pi 4 and what benefits it provides for debugging.
## Vulkan 1.3 support on Turnip
-Igalia has been heavily supporting the Open-Source Turnip Vulkan driver for Qualcomm Adreno GPUs, and in 2022 we helped it achieve Vulkan 1.3 conformance. Danylo Piliaiev on the hraphics team here at Igalia, wrote a great [blog post](https://blogs.igalia.com/dpiliaiev/turnip-vulkan-1-3/) on this achievement! One of the biggest challenges for the Turnip driver is that it is a completely reverse-engineered driver that has been built without access to any hardware documentation or reference driver code.
+Igalia has been heavily supporting the Open-Source Turnip Vulkan driver for Qualcomm Adreno GPUs, and in 2022 we helped it achieve Vulkan 1.3 conformance. Danylo Piliaiev on the graphics team here at Igalia, wrote a great [blog post](https://blogs.igalia.com/dpiliaiev/turnip-vulkan-1-3/) on this achievement! One of the biggest challenges for the Turnip driver is that it is a completely reverse-engineered driver that has been built without access to any hardware documentation or reference driver code.
With Vulkan 1.3 conformance has also come the ability to run more commercial games on Adreno GPUs through the use of the DirectX translation layers. If you would like to see more of this check out this [post](https://blogs.igalia.com/dpiliaiev/turnip-july-2022-update/) from Danylo where he talks about getting "The Witcher 3", "The Talos Principle", and "OMD2" running on the A660 GPU. Outside of Vulkan 1.3 support he also talks about some of the extensions that were implemented to allow "Zink" (the OpenGL over Vulkan driver) to run Turnip, and bring OpenGL 4.6 support to Adreno GPUs.