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.
* Modify the NGG culling settings to be specified on a pipeline type basis instead of globally, * Enable VK_AMD_device_coherent_memory extension * VK_EXT_calibrated_timestamps: Enhance error handling when an invalid time domain is specified * [mGPU] vkEnumeratePhysicalDevices will always rank Navi after Vega/Polaris * Implement pipeline elf cache * Expose VK_EXT_line_rasterization extension * Enable VK_EXT_calibrated_timestamps extension * Tune shader performance for Serious Sam Fusion 2017 * Tune shader performance for DawnOfWar3 * Implement VK_KHR_pipeline_executable_properties * Fix Memory Leak in VK_Semaphore * Implement shader module async compile * App detect Elite Dangerous to avoid corruption * Bump up LLPC version to enable interface 32 “Add ShdaderModuleOptions in ShaderModuleBuildInfo” * Update PAL Interface in Vulkan to 527 * Update Vulkan headers to 1.1.121 * Build cwpack from external third_party/cwpack path * Fix crash when calling vk_EXT_debug_utils extension when using DevDriver * Add lots of missing enabled feature verification for device create
- Loading branch information
jaxl
committed
Sep 23, 2019
1 parent
331558e
commit 2cb5558
Showing
76 changed files
with
4,859 additions
and
920 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"file_format_version" : "1.0.0", | ||
"ICD" : { | ||
"api_version" : "1.1.119" | ||
"api_version" : "1.1.121" | ||
} | ||
} | ||
|
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.