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.
* Misc cleanup changes * Set shader*Float64Atomic in GetFeatures2() * Support defer compile optimized pipeline for early compile * VK_EXT_pageable_device_local_memory - implementation * Update PAL version in Vulkan to 678 * Removed unnecessary checks. * Set Quad Sample Pattern State Bug Fixes * Enable extension: VK_KHR_shader_integer_dot_product * [AMDVLK-203][DXVK-1.8]Skyrim Special Edition: Rendering issues with menu spell effects * Enable extension: VK_EXT_shader_atomic_float/VK_EXT_shader_atomic_float2 * Update Khronos Headers to 1.2.191 * Support cache convert shader module * Workaround for Quake II RTX performance until bug is fixed * Support uber-fetch shader in Vulkan driver * Enable flat scratch for navi21 * Fix SwapChain::Create * Update PAL version in Vulkan to 677 * Align subpasses in RenderPassCreateInfo * Disable module cache for x86 build
- Loading branch information
Showing
55 changed files
with
2,167 additions
and
1,939 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.2.188" | ||
"api_version": "1.2.191" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.2.188", | ||
"api_version": "1.2.191", | ||
"implementation_version": "1", | ||
"description": "AMD switchable graphics layer", | ||
"functions": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.