-
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.279 Add a setting for EnableRemapScratchBuffer Add a setting for enabling the thread safe PAL functionality for Add a setting for GpuRtGpuDebugFlags Add a setting for IFHRayTracing Add a setting for issuing a (queue) wait-idle following each submit call Add a setting to enable ColorClearAutoSync in vkCmdColorImage Add a setting to enable/disable VRS support corresponding to a driver experiment Add a settings for disabling mesh shaders Add the EnableNative16BitTypes setting for disabling 16-bit float and int support Change the name of panel key 'LbvhBuildThreshold' command buffer allocators Create function CreateCacheId for both compute and graphics pipelines Create PipelineExtStructs Enable 3D linear image support without BCn format support Hooks up EnableRayTracingSupport setting to actually enable/disable raytracing support Refine rsState initiailziation in BuildRasterizationState Remove enum ShaderObjectStage in shader object layer Replace some EXTRACT_VK_STRUCTURES_* macros with HandleExtensionStructs Set enableColorExportShader to false when enabling linkTimeOptimization Support single dword address in uber-fetch shader constant buffer Bump Gpurt Version to 46 Bump LLPC version to 70 Update PAL Version to 856 Fix dEQP-VK.api.Maintenance3_check tests failures Fix dEQP-VK.pipeline.* reporting 20+ warnings Fix indirect scheme of pipeline layout when enabling DebugPrintf Fix Quake 2 RTX performance loss in previous release Fix segmented lines in some apps Fix undefined HMI symbol
- Loading branch information
Showing
47 changed files
with
1,355 additions
and
534 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
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.277" | ||
"api_version": "1.3.279" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.277", | ||
"api_version": "1.3.279", | ||
"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
Oops, something went wrong.