Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/amdvlk/
Date: Wed, 05 May 2021 08:33:59
Message-Id: 1620199974.98137c69c174ee59f388155a7cae7ddd3385d2c6.andrewammerlaan@gentoo
1 commit: 98137c69c174ee59f388155a7cae7ddd3385d2c6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 5 07:30:27 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed May 5 07:32:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98137c69
7
8 media-libs/amdvlk: m-n
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 media-libs/amdvlk/metadata.xml | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/amdvlk/metadata.xml b/media-libs/amdvlk/metadata.xml
16 index b8a13fdbe..ca953a98b 100644
17 --- a/media-libs/amdvlk/metadata.xml
18 +++ b/media-libs/amdvlk/metadata.xml
19 @@ -1,6 +1,7 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
22 <pkgmetadata>
23 + <!-- maintainer-needed -->
24 <longdescription lang="en">
25 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 AMD’s Platform Abstraction Library (PAL), a shared component that is designed to encapsulate certain hardware and OS-specific programming details for many of AMD’s 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.
26 Shaders that compose a particular VkPipeline object are compiled as a single entity using the LLVM-Based Pipeline Compiler (LLPC) library. LLPC builds on LLVM’s existing shader compilation infrastructure for AMD GPUs to generate code objects compatible with PAL’s pipeline ABI.