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.
* TilingOptMode::OptForSpace cannot be used with block compressed format * VkFormatProperties.bufferFeatures should be zero for depth/stencil formats * Initialize enabled features for device * bufferFeatures for Depth/Stencil formats * Update PAL Version in XGL 692 * dEQP-VK.dynamic_rendering.*cmdbuffer* - failing on Linux * VK_EXT_global_priority_query - Expose the extension * Improve check for privateData * Update Khronos Vulkan Headers to 1.2.201 * Update XGL driver reported CTS Compliance version * Minor rework of physical device properties * Check compareFunc before set the truncateCoords flag * Support SPIR-V 1.5 upgrade to SPIR-V 1.6 * Add a conversion from vkgc to vk shader stage * Fixed memory leak of DeferredHostOperation * Fix another leak of fence memory * Avoid shader module caching by default * Update hash func for VRS render state cache objects * Set disableSingleMipAnisoOverride=1 * [LLPC] Enable xnack code gen only if it is enabled in the driver * Convert DbgBarrierCmd to 64bit
- Loading branch information
Showing
46 changed files
with
1,569 additions
and
348 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -312,3 +312,4 @@ if(UNIX) | |
generateInstallTargets() | ||
generatePackageTarget() | ||
endif() | ||
|
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.2.197" | ||
"api_version": "1.2.201" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.2.197", | ||
"api_version": "1.2.201", | ||
"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.