summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-08-13 21:17:21 +0900
committerDrew DeVault <sir@cmpwn.com>2019-08-13 21:17:21 +0900
commitf20950490bd56a16a3a6e1e815c2f1c9ca89889f (patch)
tree6387667e74ac58e700fd3f25f183ef9db72d7f55
parent2aae0ac7647363f65b0bb732c572ddffb9d3b086 (diff)
Remove Vk link from article
-rw-r--r--_posts/2019-08-09-DRM-leasing-and-VR-for-Wayland.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/_posts/2019-08-09-DRM-leasing-and-VR-for-Wayland.md b/_posts/2019-08-09-DRM-leasing-and-VR-for-Wayland.md
index 5802bbe..fa9fa69 100644
--- a/_posts/2019-08-09-DRM-leasing-and-VR-for-Wayland.md
+++ b/_posts/2019-08-09-DRM-leasing-and-VR-for-Wayland.md
@@ -36,7 +36,7 @@ for Wayland were:
1. Draft a [protocol extension][wl-ext] for issuing DRM leases
1. Write implementations for [wlroots][wlr-pr] and [sway][sway-pr]
1. Get a [simple test client][kmscube] working
-1. Draft a [Vulkan extension][vkext] for leasing via Wayland
+1. Draft a Vulkan extension for leasing via Wayland
1. Write an implementation for [Mesa's Vulkan WSI implementation][wsi]
1. Get a more complex [Vulkan test client][xrgears] working
1. Add support to [Xwayland][xwayland]
@@ -45,7 +45,6 @@ for Wayland were:
[wlr-pr]: https://github.com/swaywm/wlroots/pull/1730
[sway-pr]: https://github.com/swaywm/sway/pull/4289
[kmscube]: https://git.sr.ht/~sircmpwn/kmscube
-[vkext]: https://github.com/KhronosGroup/Vulkan-Docs/pull/1001
[wsi]: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1509
[xrgears]: https://git.sr.ht/~sircmpwn/xrgears
[xwayland]: https://gitlab.freedesktop.org/xorg/xserver/merge_requests/248
@@ -204,7 +203,7 @@ such as Wayland, X11, or win32. Keith added an extension to this system called
of [VK_EXT_direct_mode_display][VK_EXT_direct_mode_display], a system for
driving displays directly with Vulkan. As the name implies, this system is
especially X11-specific, so I've drafted my own VK extension for Wayland:
-[VK_EXT_acquire_wl_display][vkext]. This is the crux of it:
+VK_EXT_acquire_wl_display. This is the crux of it:
[VK_EXT_acquire_xlib_display]: https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VK_EXT_acquire_xlib_display
[VK_EXT_direct_mode_display]: https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VK_EXT_direct_mode_display