-
Notifications
You must be signed in to change notification settings - Fork 469
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 July 19, 2024 Vulkan 1.3.291 spec update:
GitHub Issues * Remove stale dangling video Std* type references from vk.xml (public issue 2388). * Update NOTE block markup so asciidoctor outputs match Antora outputs (public issue 2392). * Fix incorrect registry schema doc information regarding XML type tags (public issue 2394). Internal Issues * Add comments in generated headers and interface includes for APIs with XML 'deprecated' attributes, describing why they're deprecated (internal issue 2897). * Clarify language about OpFDiv(x,0) generating infinity and relocate to the <<spirvenv-precision-core-table>> Precision of core SPIR-V Instructions>> table (internal issue 3902). * Update the <<memory-external-android-hardware-buffer-external-formats, Android Hardware Buffer External Formats>> section to address confusion about content preservation and input attachments with external format resolves (internal issue 3931). * Fix dynamic state interaction in common draw dispatch VU 08608 (internal issue 3935). * Refactor SPIR-V precisions to reduce duplication by introducing the term _bit-preserving operations_. Add additional bit-preserving operations in <<spirvenv-precision-operation, Precision and Operation of SPIR-V Instructions>>, and move OpTranspose into the bit-preserving operations section of that list (internal issue 3902). * Update test build expectations, and add a spec-toolchain step to CI invoking the test build (internal MR 6632). * Correct use of normative must: in several places that had accumulated (internal MR 6750). * Update VkImageCreateInfo VU 06722 and add new VU to fix mutable image creation for planar images to match up with imageview VUs (internal MR 6774). * Remove unhelpful (because unobserveable) additional notes about float precision in <<spirvenv-precision-operation, Precision and Operation of SPIR-V Instructions>> (internal MR 6778). * Add video codec and capabilities metadata to the XML (internal MR 6787). * Refactor the VK_AMD_anti_lag and VK_NV_low_latency2 extensions from very short standalone chapters into the WSI chapter (internal MR 6792) New Extensions * VK_AMD_anti_lag
- Loading branch information
Showing
154 changed files
with
1,408 additions
and
1,197 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
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,33 @@ | ||
// Copyright (c) 2024 Advanced Micro Devices, Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_AMD_anti_lag.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2024-06-06 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Tobias Hector, AMD | ||
- Stuart Smith, AMD | ||
- Arkadiusz Sarwa, AMD | ||
|
||
=== Description | ||
|
||
This extension automatically paces the CPU to make sure it does not get too | ||
far ahead of the GPU, reducing the latency between inputs received and | ||
updates on the screen. | ||
Additionally, Anti-Lag+ offers applications the ability to inform the driver | ||
when input processing begins, in order to align the timing of display | ||
updates, enabling even lower latency between receiving input and displaying | ||
on the screen. | ||
|
||
include::{generated}/interfaces/VK_AMD_anti_lag.adoc[] | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2024-06-06 (Arkadiusz Sarw) | ||
** Initial version |
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
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
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.