-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing Pal::CoherSampleRate flag on queue family policy mask and images used as VRS attachment * Use new cache ID for internal pipelines * Bump LLPC version to 68 * VK_EXT_primitives_generated_query-Driver Implementation * VK_EXT_frame_boundary-Expose the extension * Remove *CreateFlags typedef replace with Vk*CreateFlags2KHR after maintenance5 is released * Update PAL Version in XGL 834 * Fix performance drop observed in X-Plane with Resize Bar Enabled * Don't attempt to dump a missing binary * Expose PAL's cmdBufBatchedSubmitChainLimit setting in XGL * Fix dEQP-VK.pipeline.shader_object*.samples_1.* fail * Fix memory size for uber fetch internal data * Remove all bltmsaastate related function and parameter * Remove prebltmsaa and postbltrestoremsaa functions for cmdbuffer * Support the debug printf output in the hang state * Add Get64BitInstanceNodePtr from gpurt for compiler * Send Pal with msaastate as non-nullptr * Expose cooperative matrix * Fragment Shading Rate bug fix * Update Khronos Vulkan Headers to 1.3.269 * Fix TriangleCompressionMode setting * Fix failure in dEQP-VK.ray_tracing_pipeline.misc.* tests * Refine graphic pipeline library fast link related code * Enable RT triangle pair compression * Skip trivial task-mesh dispatch * Bump Gpurt Version to 40 * Fix dynamic rendering partial binding depth/stencil * VK_KHR_maintenance5 implementation * Add support for VK_EXT_fragment_shader_interlock * Update default navi3 RT settings, Move VGPR limit from Validate to Override and Remove Quake2 Settings * WWZ Chopped Present after Alt+Tab * Fix an invalid assertion for Pal::ShaderLibraryFunctionInfo::symbolName * Fix ANGLE test failure in dEQP-GLES31.functional.image_load_store.3d*
- Loading branch information
Showing
59 changed files
with
1,722 additions
and
966 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
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.267" | ||
"api_version": "1.3.269" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.267", | ||
"api_version": "1.3.269", | ||
"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
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.