-
Notifications
You must be signed in to change notification settings - Fork 476
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 December 8, 2023 Vulkan 1.3.273 spec update:
Github Issues * Add missing `bitwidth` attribute for elink:VkPhysicalDeviceSchedulingControlsFlagBitsARM (public issue 2277). Internal Issues * Use the new <<glossary-pipeline-trace-ray, pipeline trace ray>> term to refer to trace ray instructions, instead of the too-specific code:OpTraceRayKHR (internal issue 3284). * Improve description of <<pipelines-multiple, multiple pipeline creation>>, refer to it from each ftext:vkCreate*Pipelines command, and add style guide language to follow this pattern for future multiple creation commands (internal issue 3707). * Add common blit image and copy image VU that copying an image with the same subresource must: be ename:VK_IMAGE_LAYOUT_GENERAL or ename:VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR (internal MR 6143). * Markup improvements and correct use of normative must: for flink:vkGetPhysicalDeviceOpticalFlowImageFormatsNV (internal MR 6315). * Refer to "`shader calls`" in the <<memory-model, Memory Model>> chapter refers to them as such, rather than "`invocation repacks`" (internal MR 6316). * Make some flink:vkAcquireImageANDROID parameters `optional` in XML (internal MR 6325). New Extensions * apiext:VK_KHR_calibrated_timestamps * apiext:VK_KHR_vertex_attribute_divisor
- Loading branch information
Showing
45 changed files
with
810 additions
and
316 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
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,31 @@ | ||
// Copyright 2018-2023 The Khronos Group Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_KHR_calibrated_timestamps.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2023-07-12 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Matthaeus G. Chajdas, AMD | ||
- Alan Harrison, AMD | ||
- Derrick Owens, AMD | ||
- Daniel Rakos, RasterGrid | ||
- Faith Ekstrand, Intel | ||
- Keith Packard, Valve | ||
|
||
=== Description | ||
|
||
This extension provides an interface to query calibrated timestamps obtained | ||
quasi simultaneously from two time domains. | ||
|
||
include::{generated}/interfaces/VK_KHR_calibrated_timestamps.adoc[] | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2023-07-12 (Daniel Rakos) | ||
** Initial draft. |
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,31 @@ | ||
// Copyright 2017-2023 The Khronos Group Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_KHR_vertex_attribute_divisor.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2023-09-20 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Shahbaz Youssefi, Google | ||
- Contributors to `apiext:VK_EXT_vertex_attribute_divisor` | ||
|
||
=== Description | ||
|
||
This extension is based on the `apiext:VK_EXT_vertex_attribute_divisor` | ||
extension. | ||
The only difference is the new property pname:supportsNonZeroFirstInstance, | ||
which indicates support for non-zero values in pname:firstInstance. | ||
This allows the extension to be supported on implementations that have | ||
traditionally only supported OpenGL ES. | ||
|
||
include::{generated}/interfaces/VK_KHR_vertex_attribute_divisor.adoc[] | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2023-09-20 (Shahbaz Youssefi) | ||
** First Version, based on `apiext:VK_EXT_vertex_attribute_divisor` |
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
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.