Files
guru/media-libs/amdvlk/metadata.xml
Denis Reva 4a330567ad rarogcmex: drop myself from maintainership
because I don't have a linux system with AMD gpu at this moment

and I don't have enought power to maintain this complex package

Good luck for next maintainer

Signed-off-by: Denis Reva <denis7774@gmail.com>
2025-02-22 23:38:50 +05:00

21 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<!-- <maintainer type="person">
<email>maintainer-needed@gentoo.org</email>
<name>No active maintainer</name>
<description>This package currently has no active maintainer</description>
</maintainer>
-->
<use>
<flag name="raytracing">Enable Vulkan raytracing support in AMDVLK, requires dev-util/DirectXShaderCompiler to build. Disable if you have weak hardware.</flag>
</use>
<longdescription lang="en">
The AMD Open Source Driver for Vulkan® is an open-source Vulkan driver for AMD Radeon™ graphics adapters on Linux®. It is built on top of AMDs Platform Abstraction Library (PAL), a shared component that is designed to encapsulate certain hardware and OS-specific programming details for many of AMDs 3D and compute drivers. Leveraging PAL can help provide a consistent experience across platforms, including support for recently released GPUs and compatibility with AMD developer tools.
Shaders that compose a particular VkPipeline object are compiled as a single entity using the LLVM-Based Pipeline Compiler (LLPC) library. LLPC builds on LLVMs existing shader compilation infrastructure for AMD GPUs to generate code objects compatible with PALs pipeline ABI.
</longdescription>
<upstream>
<remote-id type="github">GPUOpen-Drivers/AMDVLK</remote-id>
</upstream>
</pkgmetadata>