-
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.285 [Proton][DX12] Fix Halo Infinite crash after the loading screen Add enableMergedEncode settings for RT Add new tuning profiles for Enshrouded. Add option to disable ReZ for depth-only pipelines Add RP image transitions Clean up chrono Cleanup Linux compiler warnings Fix bvh_batch_layer warnings Fix CTS failure in dEQP-VK.binding_model.inline_uniform_blocks.copy_* Fix minor BVH batching issues Fix mutable descriptor memory issue Fix some bugs in recent swapchain refactor Fix steam screenshot washed out colors with X4 Foundations Implement BatchBvhBuilds Implement VK_NV_device_generated_commands Increment RGP Instrumentation API version to 4 Remove a duplicated gpurt setting Replace IFH raytracing with RT Toss Points Set AppendExeNameToPipelineDump to TRUE by default Set GpurtOptions to compiler Support vertex offset mode Update PAL Version in XGL 878 Use maxPrimCount during indirect TLAS build VK_NV_Device_Generated_Commands: optimize preprocess buffer
- Loading branch information
Showing
64 changed files
with
2,412 additions
and
478 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.280" | ||
"api_version": "1.3.285" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.280", | ||
"api_version": "1.3.285", | ||
"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
Oops, something went wrong.