From a85c350df03c6cdf9b433f58fc0e66affda03e9e Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Sat, 18 Jan 2025 02:07:16 -0500 Subject: Implement Quad Control intrinsics (#5981) --- docs/user-guide/a3-02-reference-capability-atoms.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/user-guide') diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index e7a9b1bb4..a70a9f88c 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -363,6 +363,12 @@ Extensions `SPV_EXT_demote_to_helper_invocation` > Represents the SPIR-V extension for demoting to helper invocation. +`SPV_KHR_maximal_reconvergence` +> Represents the SPIR-V extension for maximal reconvergence. + +`SPV_KHR_quad_control` +> Represents the SPIR-V extension for quad group control. + `SPV_KHR_fragment_shader_barycentric` > Represents the SPIR-V extension for fragment shader barycentric. @@ -503,6 +509,12 @@ Extensions `spvDemoteToHelperInvocation` > Represents the SPIR-V capability for demoting to helper invocation. +`spvMaximalReconvergenceKHR` +> Represents the SPIR-V capability for maximal reconvergence. + +`spvQuadControlKHR` +> Represents the SPIR-V capability for quad group control. + `GL_EXT_buffer_reference` > Represents the GL_EXT_buffer_reference extension. @@ -515,6 +527,12 @@ Extensions `GL_EXT_demote_to_helper_invocation` > Represents the GL_EXT_demote_to_helper_invocation extension. +`GL_EXT_maximal_reconvergence` +> Represents the GL_EXT_maximal_reconvergence extension. + +`GL_EXT_shader_quad_control` +> Represents the GL_EXT_shader_quad_control extension. + `GL_EXT_fragment_shader_barycentric` > Represents the GL_EXT_fragment_shader_barycentric extension. @@ -1078,6 +1096,9 @@ Compound Capabilities `helper_lane` > Capabilities required to enable helper-lane demotion +`quad_control` +> Capabilities required to enable quad group control + `breakpoint` > Capabilities required to enable shader breakpoints -- cgit v1.2.3