-
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.292 [CMake] Use FindPython3 Add missing post-command debug barrier on PipelineBarrier Reserve userdata nodes to raytracing for empty layout Fix compiler warning in Graphics Pipeline code. Eliminate BindNullPipeline Fix failure in VKD3D tests - test_renderpass_rendering Add app profile for SeriousSam4 NV_DGC: GPU Memory Allocation [Graphics Pipeline] Fix a typo for vertex input interface library Delete old settings codegen template NV_DGC: Custom Index Type Use const reference for getting Pal::DeviceProperties Support RRA UserMarker Fix the wrong trace ray addr Added new setting option expandHiZRangeForResummarize. Added new app profile, setting and detection for RainbowSixExtraction Fix component format VK_KHR_maintenance7 - Driver Implementation Report present support only on compute capable queues Correct indenting in OverrideProfiledSettings in Settings.cpp Use 0 as not ready for TimestampQuery Added support for SRV Fix TimestampQuery initialize value Change continuations mode heuristic Handle repeated #if in app_profile.h Fix GetImageFormatProperties for FORMAT_NOT_SUPPORTED split Ray Tracing task Make DisablePatchInterpMode exposed Enable vertex offset mode for LLPC Support dynamic primitive topology for LLPC Remove option UseShaderLibraryForPipelineLibraryFastLink Fix vkQueueSubmit2 does not respect VkCommandBufferSubmitInfo::deviceMask Update LLPC version to 74 Adding options to wait for vkDeviceWaitIdle() infinitely Remove calling convention workaround for Doom Eternal Workaround for Starfield game hang Fix 7 Days to Die corruption Update PAL Version to 887 ImageTilingPreference3dGpuWritable: Add a check for sparse images Clean up ray tracing mode settings NV_DGC: Token Offset Fix textures missing in Starfield
- Loading branch information
Showing
79 changed files
with
3,283 additions
and
2,967 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
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.287" | ||
"api_version": "1.3.292" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.287", | ||
"api_version": "1.3.292", | ||
"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
29 changes: 29 additions & 0 deletions
29
icd/api/appopt/shader_profiles/llpc/gfxIp11_0/Navi31/RainbowSixExtraction/profile.json
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,29 @@ | ||
{ | ||
"entries": [ | ||
{ | ||
"pattern": { | ||
"ps": { | ||
"codeHash": "0xdf44ae88f263605d 6d21f3936125b78b" | ||
} | ||
}, | ||
"action": { | ||
"ps": { | ||
"waveSize": 32 | ||
} | ||
} | ||
}, | ||
{ | ||
"pattern": { | ||
"ps": { | ||
"codeHash": "0x0d4d93d110132347 fc0524f24ac8b128" | ||
} | ||
}, | ||
"action": { | ||
"ps": { | ||
"useSiScheduler": true, | ||
"nsaThreshold": 2 | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.