-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Khronos Vulkan Headers to 1.3.287 Add localCreateInfo struct to OpenExternalMemory Add some new runtime settings helpful for performance tuning Cleanup Image.m_pSwapChain Copy useSoftwareVertexBufferDescriptors for fast link Disable packing for some formats due to dynamic vertex state Increasing pushconstant size to 256 Log ResourceInfoUpdate of RT buffers Refine CmdSetVertexBuffers Remove the redundant code added for cooperativeMatrix support Remove the workaround that enables padVertexBuffers for Zink Support for LogRayTracingPipelineSummary Update PAL Version to 880 VK_NV_Device_Generated_Commands: Indirect Pipeline Layout Fix clang build error 'Wmissing-braces' Fix enableColorExportShader option mistakenly enabled for a non-library shaders Fix failure in dEQP-VK.pipeline.*.extended_dynamic_state.misc.dynamic_sample_shading_* Fix OOB flag for vertex offset mode Fix TeamFortress 2 crashes on launch Fix undefined behavior when calling Util::Snprintf
- Loading branch information
Showing
36 changed files
with
918 additions
and
441 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"file_format_version": "1.0.0", | ||
"ICD": { | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.285" | ||
"api_version": "1.3.287" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.285", | ||
"api_version": "1.3.287", | ||
"implementation_version": "1", | ||
"description": "AMD switchable graphics layer", | ||
"functions": { | ||
|
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.