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.
* BasemarkGPU1.2: amdvlk performs 5-10% lower than RADV * Force default sample pattern with preBindDefaultState setting * Fix angle failures: add support for flag lowZplanePolyOffsetBits * Consistently touch vk_physical_device.cpp on each build * Change setting default to disable acquire-release interface * Update Khronos Vulkan Headers to 1.3.212 * Fix for blit-copy test failures on gfx9 * Add missing CmdSetMsaaQuadSamplePattern calls * Update PAL Version to 729 * Re-enable shader prefetching * move m_sharedCmdAllocator to be a bit in m_flags * Break Barrier infos into chunks and call PAL multiple times * Disable fragmentShadingRateWithShaderSampleMask
- Loading branch information
1 parent
685edbe
commit 9478a91
Showing
70 changed files
with
3,480 additions
and
1,747 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.208" | ||
"api_version": "1.3.212" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.208", | ||
"api_version": "1.3.212", | ||
"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
17 changes: 17 additions & 0 deletions
17
icd/api/appopt/shader_profiles/llpc/gfxIp10_3/generic/DiRT4/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,17 @@ | ||
{ | ||
"entries": [ | ||
{ | ||
"pattern": { | ||
"cs": { | ||
"stageActive": true, | ||
"codeHash": "0xe4eb5ea3fb70eeb7 2989e44ba02788a8" | ||
} | ||
}, | ||
"action": { | ||
"cs": { | ||
"waveSize": 32 | ||
} | ||
} | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
icd/api/appopt/shader_profiles/llpc/gfxIp10_3/generic/WarHammerII/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": { | ||
"waveSize": 32 | ||
} | ||
} | ||
} | ||
] | ||
} |
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.