-
Notifications
You must be signed in to change notification settings - Fork 70
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.277 Expose the extension VK_EXT_graphics_pipeline_library Expose the extension VK_EXT_primitives_generated_query Expose the extension VK_KHR_calibrated_timestamps Expose the extension VK_KHR_index_type_uint8 Expose the extension VK_KHR_line_rasterization Expose the extension VK_KHR_load_store_op_none Expose the extension VK_KHR_maintenance6 Expose the extension VK_KHR_shader_expect_assume Expose the extension VK_KHR_shader_float_controls2 Expose the extension VK_KHR_shader_quad_control Expose the extension VK_KHR_shader_subgroup_rotate Expose the extension VK_KHR_vertex_attribute_divisor VK_KHR_dynamic_rendering_local_read implementation Add ClientGetTemporaryGpuMemory Add code to reset dirty graphics states. Add GPURT gpudebug Flags Add llpc version component before gpurt library cmake configuration. Add settings EnableEarlyPairCompression and TrianglePairingSearchRadius Add supported op bits for KHR_subgroup_rotate extension Bump Gpurt Version to 43 Update PAL Version in XGL 846 Check and create directory automatically for rt, rgp and renderpass Clean up warning in vk_ray_tracing_pipeline.cpp Cleanup PalCmdResetEvent and PalCmdSetEvent Cleanup UpdateRayTracingFunctionNames Collect info on more calls for RGP SQTT Exclude collecting info on certain events for RGP SQTT Force flatten thread group for continuations Memory object map/unmap optimization for Detroit become human Offset TLAS instance address. Re-enable the capability flag transformFeedbackRasterizationStreamSelect Refine Graphics Pipeline Library object memory footprint Remove PipelineOptions::enableScratchAccessBoundsChecks Specific internal hash for color export shader Fix Ray Tracing Trace Playback Issues for Ray History Data Dump
- Loading branch information
Showing
76 changed files
with
3,366 additions
and
1,530 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
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.273" | ||
"api_version": "1.3.277" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.273", | ||
"api_version": "1.3.277", | ||
"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.