-
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.273 Update PAL Version in XGL 844 Update params in hard-coded barriers Add missing initializer of library summaries Add new flag deprecateWave64WaveIntrinsics Add null fragment for graphics pipeline library fast link Add option PipelineLinkOptimizationMode and refine option PipelineFastCompileMode Add RGD info for Dispatch/Draw/Barrier Add support for D24_UNORM_S8_UINT and X8_D24_UNORM_PACK32 Add support for LLPC's library summaries Check the pipeline create info before creating a null fragment shader library for graphics pipeline library fast link Cleanup linked libs Correct barrier for timestamp initialization Correct graphics pipeline library cache usage Enable graphics pipeline library fast link by default Expose 3D linear image support after fixes Fill null fragment shader for VK_GRAPHICS_PIPELINE_LIBRARY_FRAGMENT_SHADER VK_KHR_calibrated_timestamps implementation VK_KHR_vertex_attribute_divisor implementation Wavesize clamping implementation Implement VK_EXT_image_compression_control Improve the RayTracing pipeline compile time Limit memory size for pipeline binary cache Link libstdc++ statically Optimize color export hash Optimize internal buffer implementation Pass option emitRaytracingShaderDataToken to compiler Prevent CreateClearSubresRanges creates unsupported ranges Refine Pipeline dump Remove all shader for color export shader Remove ShaderCache Remove the unnecessary check for the shader module Remove the workaround of disabling new PAL metadata for Detroit Removed over unnecessary settings Reuse released items in m_shaderModuleHandleMap Set disablePerCompFetch for LLPC Support Pixel Shader and Export Shader compilation for Vulkan graphics pipeline library fast link Support RGP with graphics pipeline library fastlink enabled Fix dEQP-VK.pipeline.fast_linked_library.image.suballocation.sampling_type.*.view_*.format.* test failures Fix flags used in pipeline creation Fix RGP crash when graphics pipeline library fast link enabled Fix Saints Row crash when changing settings Fix the corruption observed in DXVK MetalGearSolid V Fix the corruption on ELEX2 rocks Fix the line corruption observed in TheEvilWithin2 Fix the push_constant issue when the size is v2int8 Fix vkQueueSubmit/vkQueueSubmit2 returns VK_TIMEOUT when non-primary GPU is asked to wait on non-signaled timeline semaphore Fixed memory leak in gpu_decode_layer
- Loading branch information
Showing
238 changed files
with
2,177 additions
and
888 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
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
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
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.271" | ||
"api_version": "1.3.273" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.271", | ||
"api_version": "1.3.273", | ||
"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.