-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change log for February 16, 2024 Vulkan 1.3.278 spec update:
Public Issues * Restore orphaned vkQueuePresentKHR text to proper locations (public issue 2008). * Make ename:VK_ERROR_INCOMPATIBLE_SHADER_BINARY_EXT into a typo alias of ename:VK_INCOMPATIBLE_SHADER_BINARY_EXT, since this is actually a success code, not an error code (public issue 2295). Internal Issues * Remove VK_INCOMPLETE success code in vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI, and tag pMaxWorkgroupSize as a pointer to a single returned structure, not an array (internal issue 3715). * Add missing `len` XML attributes for structure <member> tags which are static arrays, but may not use the entire array (internal issue 3743). * Fix VkPhysicalDeviceSurfaceInfo2KHR::surface VU 07919 and set `noautovalidity` on corresponding XML member (internal MR 6429). * Move sections in generated extension appendices down one heading level in spec body (internal MR 6436). * Remove `returnedonly` XML attribute from VkPhysicalDeviceSurfaceInfo2KHR (internal MR 6436). * Add `returnedonly` XML attribute to VkLatencyTimingsFrameReportNV (internal MR 6463) and slink:VkPerformanceValueINTEL (internal MR 6461). * Fix typo in vkCopyAccelerationStructureKHR VU 03728 (internal MR 6457). * Remove invalid subpassLoadMS operation from description of vkCmdSubpassShadingHUAWEI (internal MR 6454). * Remove "`equal to`" clause from VU 09515 (internal MR 6458). * Rearrange some function markup and add missing parameter descriptions for vkCmdSetPerformanceStreamMarkerINTEL (internal issue 3785). * Remove non-sensical VkGraphicsPipelineCreateInfo VUs 07717 and 07719 (internal MR 6468). * Fix various 'a'/'an' typos (internal MR 6470). New Extensions * VK_EXT_map_memory_placed * VK_NV_shader_atomic_float16_vector
- Loading branch information
Showing
58 changed files
with
731 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,6 @@ | |
Faith Ekstrand <[email protected]> <[email protected]> | ||
Faith Ekstrand <[email protected]> <[email protected]> | ||
Faith Ekstrand <[email protected]> <[email protected]> | ||
Lina Versace <[email protected]> <[email protected]> | ||
Lina Versace <[email protected]> <[email protected]> | ||
Rylie Pavlik <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Copyright 2024 The Khronos Group Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_NV_shader_atomic_float16_vector.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2024-02-03 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Interactions and External Dependencies*:: | ||
- This extension provides API support for | ||
https://registry.khronos.org/OpenGL/extensions/NV/NV_shader_atomic_fp16_vector.txt[`GL_NV_shader_atomic_fp16_vector`] | ||
*Contributors*:: | ||
- Jeff Bolz, NVIDIA | ||
|
||
=== Description | ||
|
||
This extension allows a shader to perform atomic add, min, max, and exchange | ||
operations on 2- and 4-component vectors of float16. | ||
Buffer, workgroup, and image storage classes are all supported. | ||
|
||
include::{generated}/interfaces/VK_NV_shader_atomic_float16_vector.adoc[] | ||
|
||
=== Issues | ||
|
||
None. | ||
|
||
=== New SPIR-V Capabilities | ||
|
||
* <<spirvenv-capabilities-table-AtomicFloat16VectorNV, | ||
code:AtomicFloat16VectorNV>> | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2024-02-03 (Jeff Bolz) | ||
** Internal revisions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.