-
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 PAL Version in XGL 841 * Update Khronos Vulkan Headers to 1.3.271 * Update to new DevDriver Settings * Bump Gpurt Version to 41 * Bump LLPC version to 69 * Generate debug file amdvlk64.so.debug to debug with release driver * Power Optimization for ML workloads * Alert, not assert, when ML power opt fails * Add ImageType PAL DMA constraint in XGL * Add setting for debug printf buffer creation * Rename OverrideNumVGPRsAvailable to camelCase * Simplify VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT * Bypass MALL when device_coherent_memory extension is used * Export "NV_COMPUTE_SHADER_DERIVATIVES" for vkd3d engine to run DX12 games on steam * Cleanup VKI_BUILD_NAVI31 and VKI_BUILD_GFX11 * Cleanup VariableName field in settings_xgl.json * Remove ICD_BUILD_{LLPC,SPV}ONLY * Remove the option 'enableRobustUberFetchShader' * Use core names for dynamic rendering instead of KHR names * Pass option cpsFlag to LLPC * Force PwsMode::NoLateAcquirePoint for GfxIp11 and BG3 * Improve CPU performance in QueuePresent * Move ac01WaNotNeeded to UpdatePalSettings * CS2 - App detect for waDisableAc01 on NV3x * CS2 optimizations * Fix incorrect attachment clears for dynamic rendering * Fix pipeline creation failures for mesh shader pipelines during renderdoc replay * Fix graphics pipeline library * Fix RenderPassClearUpfront OOM handling * Fix memory leak and delay BIL conversion again * Fix crash when image is blit via gpu_decode_layer * Fix warning about ignored 'const' qualifier * Fix compilation failure due to designated initializers * Fix RT Apps fail with Wave32
- Loading branch information
Showing
44 changed files
with
732 additions
and
623 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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"file_format_version": "1.0.0", | ||
"ICD": { | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.269" | ||
"api_version": "1.3.271" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.269", | ||
"api_version": "1.3.271", | ||
"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
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.