
Among the changes for the AMDVLK driver via the updating of the XGL code, PAL abstraction layer, and LLVM changes for their LLVM Pipeline Compiler (LLPC) include:
- Updating against the current Vulkan 1.1.73 upstream headers.
- Supporting the VK_EXT_descriptor_indexing extension but not yet enabling it. The RADV driver has already supported the descriptor indexing Vulkan extension since last month.
- Adding new functionality and additional intrinsics to their LLPC LLVM compiler.
- A barrier optimization.
- A change for off-chip geometry shader support to workaround a system hang.
- Addressing a GPU scratch memory allocation issue.
- Various bug fixes.
The latest AMDVLK open-source driver code components remain available from GitHub.
Add A Comment