Package Details: amdonly-gaming-vulkan-swrast-git 24.1.0_devel.184875.893780b3625.d41d8cd98f00b204e9800998ecf8427e-1

Git Clone URL: https://aur.archlinux.org/mesa-amdonly-gaming-git.git (read-only, click to copy)
Package Base: mesa-amdonly-gaming-git
Description: Vulkan software rasteriser driver
Upstream URL: https://www.mesa3d.org/
Licenses: custom
Conflicts: vulkan-mesa, vulkan-swrast
Provides: vulkan-driver, vulkan-swrast
Replaces: vulkan-mesa, vulkan-swrast
Submitter: NeroReflex
Maintainer: NeroReflex
Last Packager: NeroReflex
Votes: 14
Popularity: 2.37
First Submitted: 2023-02-27 22:38 (UTC)
Last Updated: 2024-02-17 21:10 (UTC)

Required by (48)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

GrabbenD commented on 2024-01-07 23:34 (UTC)

Heads up! I'm getting this error on a fresh installation of Arch Linux:

~/.cache/paru/clone/mesa-amdonly-gaming-git/PKGBUILD: line 188: -j32: command not found

DexterHaxxor commented on 2023-12-17 17:38 (UTC)

directx-headers-git is required to compile

NeroReflex commented on 2023-12-17 14:44 (UTC) (edited on 2023-12-17 14:56 (UTC) by NeroReflex)

I saw that, will fix sooner as I can. Peace lasted 3 days, maybe I will remove that. A real shame...

also the new commit requires a directx-headers version greater than what it available on arch, so it won't compile regardless.

DexterHaxxor commented on 2023-12-16 19:06 (UTC)

commit ddf2ca4faffdd309638aa0ebfcba2c43b4fc439d breaks gamescope.patch, an update is required

NeroReflex commented on 2023-12-10 13:09 (UTC)

@DexterHaxxor @Teddy-Kun I'm sorry for keeping you waiting. I was occupied, I have been refactoring the package. Thank you very much for pointing me to those hardware encoding/decoding features. Expect updates.

DexterHaxxor commented on 2023-12-08 09:24 (UTC)

@Teddy-Kun

List of codec options is here: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson_options.txt

Line 117 in the PKGBUILD, add av1dec and av1enc. That should do it. vp9dec is also missing, for some reason.

Teddy-Kun commented on 2023-11-27 10:54 (UTC)

This package builds with hardware encoding support for h264 and h265, however, it does not enable the AV1 encoder on RDNA3 GPUs. I sadly don't know enough on how to fix that, but I would love to see it fixed (at least for when the OBS support for it is merged).

NeroReflex commented on 2023-06-27 17:58 (UTC)

To be fair you probably don't even need the lib32 version. The ma in problem witch that is that there is a huge part of the chain of dependendies that is missing due to other dependencies missing. It's not entirely on me... I can't fix it just from the package alone. At least llvm-exegesis must exists as well as lib32-llvm-translator and a few more. one of them is not even compiling on i686 as there is assumption in the code that sizeof(void*) ==sizeof(u64)