-
Notifications
You must be signed in to change notification settings - Fork 467
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 August 23, 2024 Vulkan 1.3.294 spec update:
Public Issues * Update registry schema document to describe that XML processing frameworks are responsible for all defined tags and attributes, whether used or not, and refer to that from two rarely used attributes (public issue 2395). Internal Issues * Initial support for generating feature requirements from XML metadata (internal issue 1694). * Allow resource access to be dynamically uniform within a subgroup via minor language changes in many places within the specification (internal issue 3745). * Update common draw dispatch VU 07752 to refer to the new <<spirvenv-image-dimensions, Compatibility Between SPIR-V Image Dimensions and Vulkan ImageView Types>> section for sampler-descriptor compatibility, and simplify related language in the <<textures-operation-validation, Instruction/Sampler/Image View Validation>> section (internal issue 3812). * Remove common draw indexed VU 07825, replaced by comparable VU 08798 (internal issue 3961). * Fix typos in video codec XML metadata, and add more consistency check to the corresponding generator script (internal MR 6840). * Clarify VkBuildAccelerationStructureFlagBitsKHR and common build acceleration structure VUs to clarify that compact + update is explicitly allowed (internal MR 6819). * Update VK_NV_low_latency2 specification language to match use the same capitalization as the `presentID` formal parameter name in the XML and headers (internal MR 6837). * Add gitlab CI build test for new extension branches, to verify a ratification candidate with just that extension included can be built (internal issue 3955). New Extensions * VK_KHR_pipeline_binary
- Loading branch information
Showing
33 changed files
with
2,532 additions
and
1,057 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// Copyright 2023-2024 The Khronos Group, Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_KHR_pipeline_binary.adoc[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2024-07-01 | ||
*Contributors*:: | ||
- Stu Smith, AMD | ||
- Tobias Hector, AMD | ||
- Alan Harrison, AMD | ||
- Maciej Jesionowski, AMD | ||
- Younggwan Kim, Arm | ||
- Jan-Harald Fredriksen, Arm | ||
- Ting Wei, Arm | ||
- Chris Glover, Google | ||
- Shahbaz Youssefi, Google | ||
- Jakub Kuderski, Google | ||
- Piotr Byszewski, Mobica | ||
- Piers Daniell, NVIDIA | ||
- Ralph Potter, Samsung | ||
- Matthew Netsch, Qualcomm | ||
- Hans-Kristian Arntzen, Valve | ||
- Samuel Pitoiset, Valve | ||
- Tatsuyuki Ishi, Valve | ||
|
||
=== Description | ||
|
||
This extension provides a method to obtain binary data associated with | ||
individual pipelines such that applications can manage caching themselves | ||
instead of using VkPipelineCache objects. | ||
|
||
include::{generated}/interfaces/VK_KHR_pipeline_binary.adoc[] | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2021-12-10 (Chris Glover) | ||
** 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
Oops, something went wrong.