Package Details: amdvlk-git 2024.Q2.3.r0.10c37d4-1

Git Clone URL: https://aur.archlinux.org/amdvlk-git.git (read-only, click to copy)
Package Base: amdvlk-git
Description: AMD's standalone Vulkan driver
Upstream URL: https://github.com/GPUOpen-Drivers
Licenses: MIT
Conflicts: amdvlk, vulkan-amdvlk
Provides: amdvlk, vulkan-amdvlk, vulkan-driver
Submitter: haagch
Maintainer: marijns
Last Packager: marijns
Votes: 22
Popularity: 0.000000
First Submitted: 2017-12-22 13:02 (UTC)
Last Updated: 2024-08-11 22:02 (UTC)

Required by (71)

Sources (0)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

RemoteAdmin commented on 2018-07-10 08:00 (UTC)

Current version fails for me in a clean chroot. There are errors like:

fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated
fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated

...

pouar commented on 2018-07-06 02:03 (UTC)

I think this repo also now needs to be added to $source in order to build this https://github.com/GPUOpen-Drivers/llpc.git

Themaister commented on 2018-03-31 14:09 (UTC)

Wayland and WSA support should be added: https://github.com/GPUOpen-Drivers/pal/issues/8

lordheavy commented on 2018-03-18 06:23 (UTC)

They don't conflict.

You can force which icd file to use with an environment variable; See https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/blob/master/loader/LoaderAndLayerInterface.md#table-of-debug-environment-variables

nesk_aur commented on 2018-03-18 06:00 (UTC)

Shouldn't this conflict with vulkan-radeon?

ssorgatem commented on 2018-03-07 17:26 (UTC)

Yes, I just noticed that. The Redhat one works, though. I'll update with it.

haagch commented on 2018-03-07 16:38 (UTC)

Sure, I added you.

The Ubuntu ICD file has

"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",

that will probably not work on arch.

ssorgatem commented on 2018-03-07 15:17 (UTC)

Hey, I did some fixes, cleaned up some no longer needed files and set the PKGBUILD to use the upstream (updated) ICD. Here's a patch for the PKGBUILD: https://pastebin.com/bbtVJaA0

PS: I'm open to becoming a co-maintainer if you want yo.

ssorgatem commented on 2018-03-02 17:11 (UTC)

Shouldn't the JSON icd file be more like this? https://github.com/GPUOpen-Drivers/AMDVLK/blob/master/json/Ubuntu/amd_icd64.json

I mean, with the "api_version" line at least.

haagch commented on 2018-02-07 14:39 (UTC)

Almost forgot this. So they took the patch 0001-remove-linking-with-whole-archive-v2.patch from this AUR package and applied it upstream: https://github.com/GPUOpen-Drivers/xgl/commit/9cbbd7f87fa7d6d2775c60a3ab4209ef5a9720bf

TIL that it's only a problem on gcc 7+.

Anyway, commenting out applying this patch is all that's needed to get it to build.

I pushed an update without removing the patch file for now because the commit links to that file with no specific git revision and maybe we shouldn't just break the link.