summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Leech <oddhack@sonic.net>2024-03-25 06:30:24 -0700
committerJon Leech <oddhack@sonic.net>2024-03-25 06:30:24 -0700
commit7ccda9da169c801c91e690b178c6b00f79cd02f3 (patch)
treefd13775c1f0a683f1b13d06efafa4508af2713a0
parent08d90ab2b71c21e8507fc0fb80461eaafa844d1c (diff)
downloadgfxstream-protocols-7ccda9da169c801c91e690b178c6b00f79cd02f3.tar.gz
Update proposals links to current spec / refpages
-rw-r--r--proposals/VK_AMDX_shader_enqueue.adoc2
-rw-r--r--proposals/VK_EXT_device_fault.adoc2
-rw-r--r--proposals/VK_EXT_map_memory_placed.adoc2
-rw-r--r--proposals/VK_EXT_mesh_shader.adoc4
-rw-r--r--proposals/VK_EXT_opacity_micromap.adoc2
-rw-r--r--proposals/VK_EXT_shader_object.adoc2
-rw-r--r--proposals/VK_KHR_cooperative_matrix.adoc2
-rw-r--r--proposals/VK_KHR_map_memory2.adoc2
-rw-r--r--proposals/VK_KHR_shader_expect_assume.adoc2
-rw-r--r--proposals/VK_KHR_shader_maximal_reconvergence.adoc2
-rw-r--r--proposals/VK_KHR_shader_quad_control.adoc2
-rw-r--r--proposals/VK_KHR_shader_subgroup_rotate.adoc2
-rw-r--r--proposals/VK_KHR_video_decode_h264.adoc2
-rw-r--r--proposals/VK_KHR_video_decode_h265.adoc2
-rw-r--r--proposals/VK_KHR_video_decode_queue.adoc2
-rw-r--r--proposals/VK_KHR_video_queue.adoc2
16 files changed, 17 insertions, 17 deletions
diff --git a/proposals/VK_AMDX_shader_enqueue.adoc b/proposals/VK_AMDX_shader_enqueue.adoc
index 54c57354..39db7d0f 100644
--- a/proposals/VK_AMDX_shader_enqueue.adoc
+++ b/proposals/VK_AMDX_shader_enqueue.adoc
@@ -4,7 +4,7 @@
# VK_AMDX_shader_enqueue
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This extension adds the ability for developers to enqueue compute workgroups from a shader.
diff --git a/proposals/VK_EXT_device_fault.adoc b/proposals/VK_EXT_device_fault.adoc
index 60ca8656..56bf770e 100644
--- a/proposals/VK_EXT_device_fault.adoc
+++ b/proposals/VK_EXT_device_fault.adoc
@@ -4,7 +4,7 @@
= VK_EXT_device_fault
:toc: left
-:refpage: https://registry.khronos.org/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document outlines functionality to allow applications to query for
diff --git a/proposals/VK_EXT_map_memory_placed.adoc b/proposals/VK_EXT_map_memory_placed.adoc
index 3e39c425..36e3ebe1 100644
--- a/proposals/VK_EXT_map_memory_placed.adoc
+++ b/proposals/VK_EXT_map_memory_placed.adoc
@@ -3,7 +3,7 @@
# VK_EXT_map_memory_placed
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document proposes adding support client-controlled virtual address
diff --git a/proposals/VK_EXT_mesh_shader.adoc b/proposals/VK_EXT_mesh_shader.adoc
index bc186fba..39b61873 100644
--- a/proposals/VK_EXT_mesh_shader.adoc
+++ b/proposals/VK_EXT_mesh_shader.adoc
@@ -4,8 +4,8 @@
= VK_EXT_mesh_shader
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
-:spec: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
+:spec: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html
:sectnums:
This extension provides a new mechanism allowing applications to generate collections of geometric primitives via programmable mesh shading.
diff --git a/proposals/VK_EXT_opacity_micromap.adoc b/proposals/VK_EXT_opacity_micromap.adoc
index bdf4550e..db04c0ab 100644
--- a/proposals/VK_EXT_opacity_micromap.adoc
+++ b/proposals/VK_EXT_opacity_micromap.adoc
@@ -4,7 +4,7 @@
= VK_EXT_opacity_micromap
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
VK_EXT_opacity_micromap adds a micromap object to associate micro-geometry information with geometry in an acceleration
diff --git a/proposals/VK_EXT_shader_object.adoc b/proposals/VK_EXT_shader_object.adoc
index c3407e85..75c2ae0a 100644
--- a/proposals/VK_EXT_shader_object.adoc
+++ b/proposals/VK_EXT_shader_object.adoc
@@ -4,7 +4,7 @@
= VK_EXT_shader_object
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document describes the proposed design for a new extension which aims to comprehensively address problems the pipeline abstraction has created for both applications and implementations.
diff --git a/proposals/VK_KHR_cooperative_matrix.adoc b/proposals/VK_KHR_cooperative_matrix.adoc
index 83766b7a..ec7aeafb 100644
--- a/proposals/VK_KHR_cooperative_matrix.adoc
+++ b/proposals/VK_KHR_cooperative_matrix.adoc
@@ -4,7 +4,7 @@
= VK_KHR_cooperative_matrix
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document proposes adding support for so-called cooperative matrix
diff --git a/proposals/VK_KHR_map_memory2.adoc b/proposals/VK_KHR_map_memory2.adoc
index 90c988c5..6107e3ea 100644
--- a/proposals/VK_KHR_map_memory2.adoc
+++ b/proposals/VK_KHR_map_memory2.adoc
@@ -4,7 +4,7 @@
# VK_KHR_map_memory2
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document proposes adding extensible version of `vkMapMemory()` and
diff --git a/proposals/VK_KHR_shader_expect_assume.adoc b/proposals/VK_KHR_shader_expect_assume.adoc
index 9cfe62c2..02d791cc 100644
--- a/proposals/VK_KHR_shader_expect_assume.adoc
+++ b/proposals/VK_KHR_shader_expect_assume.adoc
@@ -4,7 +4,7 @@
= VK_KHR_shader_expect_assume
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document proposes adding support for expect/assume SPIR-V instructions
diff --git a/proposals/VK_KHR_shader_maximal_reconvergence.adoc b/proposals/VK_KHR_shader_maximal_reconvergence.adoc
index f753b509..1d9d57c4 100644
--- a/proposals/VK_KHR_shader_maximal_reconvergence.adoc
+++ b/proposals/VK_KHR_shader_maximal_reconvergence.adoc
@@ -4,7 +4,7 @@
= VK_KHR_shader_maximal_reconvergence
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
== Problem Statement
diff --git a/proposals/VK_KHR_shader_quad_control.adoc b/proposals/VK_KHR_shader_quad_control.adoc
index 63da30ce..b135aef8 100644
--- a/proposals/VK_KHR_shader_quad_control.adoc
+++ b/proposals/VK_KHR_shader_quad_control.adoc
@@ -4,7 +4,7 @@
= VK_KHR_shader_quad_control
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document proposes an extension giving applications better guarantees about the uniformity of sampling and derivative operations in fragment shaders, and provides features to manage these guarantees.
diff --git a/proposals/VK_KHR_shader_subgroup_rotate.adoc b/proposals/VK_KHR_shader_subgroup_rotate.adoc
index 83eb8646..c46324c4 100644
--- a/proposals/VK_KHR_shader_subgroup_rotate.adoc
+++ b/proposals/VK_KHR_shader_subgroup_rotate.adoc
@@ -4,7 +4,7 @@
# Subgroup rotation instruction
:toc: left
-:refpage: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/
:sectnums:
## Problem Statement
diff --git a/proposals/VK_KHR_video_decode_h264.adoc b/proposals/VK_KHR_video_decode_h264.adoc
index ecc0c3d3..7043a821 100644
--- a/proposals/VK_KHR_video_decode_h264.adoc
+++ b/proposals/VK_KHR_video_decode_h264.adoc
@@ -4,7 +4,7 @@
= VK_KHR_video_decode_h264
:toc: left
-:refpage: https://registry.khronos.org/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document outlines a proposal to enable performing H.264/AVC video decode operations in Vulkan.
diff --git a/proposals/VK_KHR_video_decode_h265.adoc b/proposals/VK_KHR_video_decode_h265.adoc
index 2181b1c5..3c854615 100644
--- a/proposals/VK_KHR_video_decode_h265.adoc
+++ b/proposals/VK_KHR_video_decode_h265.adoc
@@ -4,7 +4,7 @@
= VK_KHR_video_decode_h265
:toc: left
-:refpage: https://registry.khronos.org/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document outlines a proposal to enable performing H.265/HEVC video decode operations in Vulkan.
diff --git a/proposals/VK_KHR_video_decode_queue.adoc b/proposals/VK_KHR_video_decode_queue.adoc
index 5cb27407..627b86e8 100644
--- a/proposals/VK_KHR_video_decode_queue.adoc
+++ b/proposals/VK_KHR_video_decode_queue.adoc
@@ -4,7 +4,7 @@
= VK_KHR_video_decode_queue
:toc: left
-:refpage: https://registry.khronos.org/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document outlines a proposal to enable performing video decode operations in Vulkan.
diff --git a/proposals/VK_KHR_video_queue.adoc b/proposals/VK_KHR_video_queue.adoc
index cde59166..050614b1 100644
--- a/proposals/VK_KHR_video_queue.adoc
+++ b/proposals/VK_KHR_video_queue.adoc
@@ -4,7 +4,7 @@
= VK_KHR_video_queue
:toc: left
-:refpage: https://registry.khronos.org/vulkan/specs/1.2-extensions/man/html/
+:refpage: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/
:sectnums:
This document outlines a proposal to enable performing video coding operations in Vulkan.