forked from GPUOpen-Drivers/xgl
-
Notifications
You must be signed in to change notification settings - Fork 0
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 to XGL 720 * Update Khronos Vulkan Headers to 1.3.208 * Fix GFXR crash when replaying Doom.E RT trace * Expose the extension VK_KHR_workgroup_memory_explicit_layout * Fix X4 Foundations MSAA 2x Corruption * Fix Valheim Corruption * Fix Corruption in God of War DXVK * Update physical device entry points with a new type * Fix the issue where Vulkan timeline semaphore layer not working * Hook up vkCmdTrimCommandPool * Use imported/xxx codes by default * Fix Dota2 crashes with Vulkan driver on Ubuntu22.04 * Fix CTS testcase dEQP-VK.api.external.semaphore.sync_fd.info_timeline failure on linux * Fix llpc with multiple GPUs
- Loading branch information
1 parent
6d693c7
commit 25569e8
Showing
143 changed files
with
2,804 additions
and
19,253 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.205" | ||
"api_version": "1.3.208" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.205", | ||
"api_version": "1.3.208", | ||
"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
14 changes: 14 additions & 0 deletions
14
icd/api/appopt/shader_profiles/llpc/gfxIp10_1/generic/CSGO/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,14 @@ | ||
{ | ||
"entries": [ | ||
{ | ||
"pattern": { | ||
"always": true | ||
}, | ||
"action": { | ||
"ps": { | ||
"fastMathFlags": 16 | ||
} | ||
} | ||
} | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.