Skip to content

Commit

Permalink
Change log for November 17, 2023 Vulkan 1.3.271 spec update:
Browse files Browse the repository at this point in the history
Github Issues

  * Add zero stride VU for flink:vkGetQueryPoolResults and
    flink:vkCmdCopyQueryPoolResults (public issue 2265).
  * Move pname:timingCount to flink:vkGetLatencyMarkerInfoNV for
    apiext:VK_NV_low_latency2 (public issue 2269).

Internal Issues

  * Allow vkCmdBeginTransformFeedbackEXT to be called without an active
    graphics pipeline bound when using shader objects (internal issue 2785).
  * Autogenerate SPIR-V extension dependencies for extension appendices, and
    remove explicit dependencies now (or already) generated by the scripts
    (internal issue 3678).
  * Consolidate synchronization VUs (internal MR 6164).
  * Rewrite some spec language for apiext:VK_NV_cuda_kernel_launch to be
    internally consistent and follow style guidelines (internal MR 6234).
  * Fix names of apiext:VK_NV_cuda_kernnel_launch enums for use with
    apiext:VK_EXT_debug_report (internal MR 6235).
  * Fix common VUs for slink:VkDeviceImageSubresourceInfoKHR to insert
    correct image parameter name (internal MR 6264).
  * Document some missing apiext:VK_EXT_multi_draw interactions in the
    extension appendix (internal MR 6276).
  * Clarify descriptions of etext:*_MICROMAP_BIT_EXT pipeline flags
    (internal MR 6277).
  * Make pname:deviceRenderAreaCount VU language consistent (internal MR
    6288).
  * Make slink:VkCuModuleCreateInfoNVX::pname:dataSize `optional` in XML
    (internal MR 6291).
  * Add `not` XML `limittype` attribute value for features that are
    supported when the capability value is false (internal MR 6292).
  * Mark apiext:VK_EXT_nested_command_buffer as ratified (internal MR 6293).
  * Add commonvalidity file for query result VUs (internal MR 6295).
  * Autogenerate "`API Interactions`" section in extension appendices from
    XML (internal MR 6297).
  • Loading branch information
oddhack committed Nov 27, 2023
1 parent b4792ea commit dbad946
Show file tree
Hide file tree
Showing 168 changed files with 528 additions and 615 deletions.
41 changes: 41 additions & 0 deletions ChangeLog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,47 @@ public pull requests that have been accepted.
"`VU`" as used below is an abbreviation for "`valid usage statement`", which
appears frequently in the change log.

-----------------------------------------------------

Change log for November 17, 2023 Vulkan 1.3.271 spec update:

Github Issues

* Add zero stride VU for flink:vkGetQueryPoolResults and
flink:vkCmdCopyQueryPoolResults (public issue 2265).
* Move pname:timingCount to flink:vkGetLatencyMarkerInfoNV for
apiext:VK_NV_low_latency2 (public issue 2269).

Internal Issues

* Allow vkCmdBeginTransformFeedbackEXT to be called without an active
graphics pipeline bound when using shader objects (internal issue 2785).
* Autogenerate SPIR-V extension dependencies for extension appendices, and
remove explicit dependencies now (or already) generated by the scripts
(internal issue 3678).
* Consolidate synchronization VUs (internal MR 6164).
* Rewrite some spec language for apiext:VK_NV_cuda_kernel_launch to be
internally consistent and follow style guidelines (internal MR 6234).
* Fix names of apiext:VK_NV_cuda_kernnel_launch enums for use with
apiext:VK_EXT_debug_report (internal MR 6235).
* Fix common VUs for slink:VkDeviceImageSubresourceInfoKHR to insert
correct image parameter name (internal MR 6264).
* Document some missing apiext:VK_EXT_multi_draw interactions in the
extension appendix (internal MR 6276).
* Clarify descriptions of etext:*_MICROMAP_BIT_EXT pipeline flags
(internal MR 6277).
* Make pname:deviceRenderAreaCount VU language consistent (internal MR
6288).
* Make slink:VkCuModuleCreateInfoNVX::pname:dataSize `optional` in XML
(internal MR 6291).
* Add `not` XML `limittype` attribute value for features that are
supported when the capability value is false (internal MR 6292).
* Mark apiext:VK_EXT_nested_command_buffer as ratified (internal MR 6293).
* Add commonvalidity file for query result VUs (internal MR 6295).
* Autogenerate "`API Interactions`" section in extension appendices from
XML (internal MR 6297).


-----------------------------------------------------

Change log for November 9, 2023 Vulkan 1.3.270 spec update:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ VERBOSE =
# ADOCOPTS options for asciidoc->HTML5 output

NOTEOPTS = -a editing-notes -a implementation-guide
PATCHVERSION = 270
PATCHVERSION = 271
BASEOPTS =

ifneq (,$(findstring VKSC_VERSION_1_0,$(VERSIONS)))
Expand Down
3 changes: 0 additions & 3 deletions appendices/VK_AMDX_shader_enqueue.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ include::{generated}/meta/{refprefix}VK_AMDX_shader_enqueue.adoc[]

*Last Modified Date*::
2021-07-22
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMDX_shader_enqueue.html[`SPV_AMDX_shader_enqueue`].

*Provisional*::

Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_draw_indirect_count.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_AMD_draw_indirect_count.adoc[]

*Last Modified Date*::
2016-08-23
*Interactions and External Dependencies*::
- Promoted to `apiext:VK_KHR_draw_indirect_count`
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_gcn_shader.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_gcn_shader.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_gcn_shader.html[`SPV_AMD_gcn_shader`]
- This extension provides API support for
{GLregistry}/AMD/AMD_gcn_shader.txt[`GL_AMD_gcn_shader`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_gpu_shader_half_float.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_gpu_shader_half_float.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_gpu_shader_half_float.html[`SPV_AMD_gpu_shader_half_float`]
- This extension provides API support for
{GLregistry}/AMD/AMD_gpu_shader_half_float.txt[`GL_AMD_gpu_shader_half_float`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_gpu_shader_int16.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_gpu_shader_int16.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_gpu_shader_int16.html[`SPV_AMD_gpu_shader_int16`]
- This extension provides API support for
{GLregistry}/AMD/AMD_gpu_shader_int16.txt[`GL_AMD_gpu_shader_int16`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_ballot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_ballot.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_ballot.html[`SPV_AMD_shader_ballot`]
- This extension provides API support for
{GLregistry}/AMD/AMD_shader_ballot.txt[`GL_AMD_shader_ballot`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_early_and_late_fragment_tests.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_early_and_late_fragment_tests
*Last Modified Date*::
2021-09-14
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_early_and_late_fragment_tests.html[`SPV_AMD_shader_early_and_late_fragment_tests`]
- This extension interacts with `apiext:VK_EXT_shader_stencil_export`
*Contributors*::
- Tobias Hector, AMD
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_explicit_vertex_parameter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_explicit_vertex_parameter.ado
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_explicit_vertex_parameter.html[`SPV_AMD_shader_explicit_vertex_parameter`]
- This extension provides API support for
{GLregistry}/AMD/AMD_shader_explicit_vertex_parameter.txt[`GL_AMD_shader_explicit_vertex_parameter`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_fragment_mask.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_fragment_mask.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_fragment_mask.html[`SPV_AMD_shader_fragment_mask`]
- This extension provides API support for
{GLSLregistry}/amd/GL_AMD_shader_fragment_mask.txt[`GL_AMD_shader_fragment_mask`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_image_load_store_lod.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_image_load_store_lod.adoc[]
*Last Modified Date*::
2017-08-21
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_image_load_store_lod.html[`SPV_AMD_shader_image_load_store_lod`]
- This extension provides API support for
{GLregistry}/AMD/AMD_shader_image_load_store_lod.txt[`GL_AMD_shader_image_load_store_lod`]
*IP Status*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_shader_trinary_minmax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_shader_trinary_minmax.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_shader_trinary_minmax.html[`SPV_AMD_shader_trinary_minmax`]
- This extension provides API support for
{GLregistry}/AMD/AMD_shader_trinary_minmax.txt[`GL_AMD_shader_trinary_minmax`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_AMD_texture_gather_bias_lod.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_AMD_texture_gather_bias_lod.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/AMD/SPV_AMD_texture_gather_bias_lod.html[`SPV_AMD_texture_gather_bias_lod`]
- This extension provides API support for
{GLregistry}/AMD/AMD_texture_gather_bias_lod.txt[`GL_AMD_texture_gather_bias_lod`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_ARM_shader_core_builtins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_ARM_shader_core_builtins.adoc[]
*Last Modified Date*::
2022-10-05
*Interactions and External Dependencies*::
- This extension requires
{spirv}/ARM/SPV_ARM_core_builtins.html[`SPV_ARM_core_builtins`].
- This extension provides API support for
{GLSLregistry}/arm/GLSL_ARM_shader_core_builtins.txt[`GL_ARM_shader_core_builtins`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_4444_formats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_4444_formats.adoc[]

*Last Modified Date*::
2020-07-28
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_buffer_device_address.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_EXT_buffer_device_address.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_physical_storage_buffer.html[`SPV_EXT_physical_storage_buffer`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_buffer_reference.txt[`GLSL_EXT_buffer_reference`]
and
Expand Down
3 changes: 0 additions & 3 deletions appendices/VK_EXT_descriptor_indexing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_descriptor_indexing.adoc[]
*Last Modified Date*::
2017-10-02
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.2 Core
- This extension requires
{spirv}/EXT/SPV_EXT_descriptor_indexing.html[`SPV_EXT_descriptor_indexing`]
- This extension provides API support for
{GLSLregistry}/ext/GL_EXT_nonuniform_qualifier.txt[`GL_EXT_nonuniform_qualifier`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_extended_dynamic_state.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_extended_dynamic_state.adoc[]

*Last Modified Date*::
2019-12-09
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_extended_dynamic_state2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_extended_dynamic_state2.adoc[]

*Last Modified Date*::
2021-04-12
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_fragment_density_map.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_fragment_density_map.adoc[]
*Last Modified Date*::
2021-09-30
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_fragment_invocation_density.html[`SPV_EXT_fragment_invocation_density`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_fragment_invocation_density.txt[`GL_EXT_fragment_invocation_density`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_fragment_shader_interlock.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_fragment_shader_interlock.adoc[]
*Last Modified Date*::
2019-05-02
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_fragment_shader_interlock.html[`SPV_EXT_fragment_shader_interlock`]
- This extension provides API support for
{GLregistry}/ARB/ARB_fragment_shader_interlock.txt[`GL_ARB_fragment_shader_interlock`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_host_query_reset.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ include::{generated}/meta/{refprefix}VK_EXT_host_query_reset.adoc[]
2019-03-06
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.2 Core
*Contributors*::
- Bas Nieuwenhuizen, Google
- Faith Ekstrand, Intel
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_image_robustness.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_image_robustness.adoc[]

*Last Modified Date*::
2020-04-27
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_inline_uniform_block.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_inline_uniform_block.adoc[]

*Last Modified Date*::
2018-08-01
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_mesh_shader.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_mesh_shader.adoc[]
*Last Modified Date*::
2022-01-20
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_mesh_shader.html[`SPV_EXT_mesh_shader`]
- This extension provides API support for
https://github.com/KhronosGroup/GLSL/blob/master/extensions/ext/GLSL_EXT_mesh_shader.txt[`GLSL_EXT_mesh_shader`]
- Interacts with Vulkan 1.1
Expand Down
3 changes: 3 additions & 0 deletions appendices/VK_EXT_multi_draw.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ include::{generated}/meta/{refprefix}VK_EXT_multi_draw.adoc[]

*Last Modified Date*::
2021-05-19
*Interactions and External Dependencies*::
- Interacts with Vulkan 1.1.
- Interacts with `apiext:VK_KHR_shader_draw_parameters`.
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_opacity_micromap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_opacity_micromap.adoc[]
*Last Modified Date*::
2022-08-24
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_opacity_micromap.html[`SPV_EXT_opacity_micromap`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_opacity_micromap.txt[`GLSL_EXT_opacity_micromap`]
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_pipeline_creation_cache_control.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_pipeline_creation_cache_control.adoc

*Last Modified Date*::
2020-03-23
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_pipeline_creation_feedback.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_pipeline_creation_feedback.adoc[]

*Last Modified Date*::
2019-03-12
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_post_depth_coverage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ include::{generated}/meta/{refprefix}VK_EXT_post_depth_coverage.adoc[]
*Last Modified Date*::
2017-07-17
*Interactions and External Dependencies*::
- This extension requires
{spirv}/KHR/SPV_KHR_post_depth_coverage.html[`SPV_KHR_post_depth_coverage`]
- This extension provides API support for
{GLregistry}/ARB/ARB_post_depth_coverage.txt[`GL_ARB_post_depth_coverage`]
and
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_private_data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_private_data.adoc[]

*Last Modified Date*::
2020-03-25
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_sampler_filter_minmax.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_sampler_filter_minmax.adoc[]

*Last Modified Date*::
2017-05-19
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.2 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_scalar_block_layout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_scalar_block_layout.adoc[]

*Last Modified Date*::
2018-11-14
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.2 Core
*Contributors*::
- Jeff Bolz
- Jan-Harald Fredriksen
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_separate_stencil_usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ include::{generated}/meta/{refprefix}VK_EXT_separate_stencil_usage.adoc[]

*Last Modified Date*::
2018-11-08
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.2 Core
*IP Status*::
No known IP claims.
*Contributors*::
Expand Down
2 changes: 0 additions & 2 deletions appendices/VK_EXT_shader_atomic_float.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include::{generated}/meta/{refprefix}VK_EXT_shader_atomic_float.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_shader_atomic_float_add.html[`SPV_EXT_shader_atomic_float_add`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_shader_atomic_float.txt[`GL_EXT_shader_atomic_float`]
*Contributors*::
Expand Down
5 changes: 0 additions & 5 deletions appendices/VK_EXT_shader_atomic_float2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ include::{generated}/meta/{refprefix}VK_EXT_shader_atomic_float2.adoc[]
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires the VK_EXT_shader_atomic_float extension.
- This extension requires
{spirv}/EXT/SPV_EXT_shader_atomic_float_min_max.html[`SPV_EXT_shader_atomic_float_min_max`]
and
{spirv}/EXT/SPV_EXT_shader_atomic_float16_add.html[`SPV_EXT_shader_atomic_float16_add`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_shader_atomic_float2.txt[`GLSL_EXT_shader_atomic_float2`]
*Contributors*::
Expand Down
4 changes: 0 additions & 4 deletions appendices/VK_EXT_shader_demote_to_helper_invocation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ include::{generated}/meta/{refprefix}VK_EXT_shader_demote_to_helper_invocation.a

*Last Modified Date*::
2019-06-01
*Interactions and External Dependencies*::
- Promoted to Vulkan 1.3 Core
*IP Status*::
No known IP claims.
*Interactions and External Dependencies*::
- This extension requires
{spirv}/EXT/SPV_EXT_demote_to_helper_invocation.html[`SPV_EXT_demote_to_helper_invocation`]
- This extension provides API support for
{GLSLregistry}/ext/GLSL_EXT_demote_to_helper_invocation.txt[`GL_EXT_demote_to_helper_invocation`]
*Contributors*::
Expand Down
Loading

0 comments on commit dbad946

Please sign in to comment.