-
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.
* Drop support for gfx8-9 ASICs * Turn on OptimizeTessFactor * Remove state needSampleInfo * Graphics pipeline library fast link support * Add setting to move clears to beginning of renderpass * Fix Pipeline Destroy * Update PAL Version in XGL 827 * Split transfer functions out of vk_cmdbuffer.cpp * [Ray Tracing] Use new PAL interface for querying the correct stack size in continuations mode * Fix multiSample for graphics pipeline library * Move fast link to the begin of GraphicsPipeline::Create * Defer format string creation * Update Khronos Vulkan Headers to 1.3.267 * Support graphics pipeline library ELF binary replacement * Fix CreateGpuMemory return error. * Use Resource ID for VKImage string logging * Add appProfile for Enscape. * [Ray Tracing] Add Panel Setting ForceRebuildForUpdate * Add LLPC shader tuning for Counter-Strike 2 * VK_EXT_frame_boundary - Driver Implementation * Fix Missing Vulkan Debug Names * Remove AppProfile from PipelineCacheUUID * Move BaldursGate3 app profile out, fix AppProfile changes and restore LLPC tuning for BG3 * Enable NoContract propagation * Fix warnings that clang 16 complained about * Bump CMake minimum version to 3.21 * EnableEarlyCompile setting fixes * Fix crash on vkCmdEndRenderPass * Fix illegal clear boxes when calling to PAL. * Create PipelineDumps with Appname * Refine compiler function parameters * Add panel setting for d32/d24 to d16 * Setup sort Agnostic barycentric * Refine pipeline compiler solution
- Loading branch information
Showing
71 changed files
with
3,716 additions
and
2,786 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.264" | ||
"api_version": "1.3.267" | ||
}, | ||
"layer": { | ||
"name": "VK_LAYER_AMD_switchable_graphics_@ISABITS@", | ||
"type": "GLOBAL", | ||
"library_path": "@AMDVLK_INSTALL_PATH@/amdvlk@[email protected]", | ||
"api_version": "1.3.264", | ||
"api_version": "1.3.267", | ||
"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
3 changes: 3 additions & 0 deletions
3
icd/api/appopt/shader_profiles/llpc/gfxIp10_1/generic/BaldursGate3/profile.json
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"entries": [] | ||
} |
Oops, something went wrong.