tarceri/mesa

( forked from che/mesa )

Project ID: 18274

Description

This projects builds mesa git frequently with llvm svn snapshots and LTO enabled. In addition to that libdrm updates are provided aswell.

Installation Instructions

For x86_64 you have to enable both the 64bit and 32bit repositories for llvm and mesa:

For llvm manually create a che-llvm.repo file in /etc/yum.repos.d/ with the following content:

[che-llvm] name=Copr repo for llvm owned by che baseurl=https://copr-be.cloud.fedoraproject.org/results/che/llvm/fedora-$releasever-$basearch/ skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/llvm/pubkey.gpg enabled=1 enabled_metadata=1 [che-llvm-x86] name=Copr repo for llvm i386 owned by che baseurl=https://copr-be.cloud.fedoraproject.org/results/che/llvm/fedora-$releasever-i386/ skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/llvm/pubkey.gpg enabled=1 enabled_metadata=1

For mesa and libdrm create a che-mesa.repo file in /etc/yum.repos.d/ with the following content:

[che-mesa] name=Copr repo for mesa owned by che baseurl=https://copr-be.cloud.fedoraproject.org/results/che/mesa/fedora-$releasever-$basearch/ skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/mesa/pubkey.gpg enabled=1 enabled_metadata=1 [che-mesa-x86] name=Copr repo for mesa i386 owned by che baseurl=https://copr-be.cloud.fedoraproject.org/results/che/mesa/fedora-$releasever-i386/ skip_if_unavailable=True gpgcheck=1 gpgkey=https://copr-be.cloud.fedoraproject.org/results/che/mesa/pubkey.gpg enabled=1 enabled_metadata=1

Important for distribution upgrades or first time installs:

The packages beignet and pocl are not supplied by the repository but installed by default with new installs and distro upgrades, since they both rarely build against llvm svn and mesa git. Please remove the packages manually to avoid any errors when installing the mesa and llvm updates the first time or after a distribution upgrade. For various reasons i do not want to obsolete both packages to get them removed automatically:

dnf remove beignet pocl

Mouse clicks not working in GDM/Gnome-Shell/Mutter:

Additionally the latest mesa exposes RGB10 with radeonsi by default. This leads to the problem with gdm and gnome-shell that mouse clicks are not recieved by the applications when using wayland. If you are affected by the problem the workaround is to turn off RGB10 exposure to gdm/gnome-shell:

echo "allow_rgb10_configs=false" >> /etc/environment

The problem has been reported by Mikhail Gavrilov and he was also kind enough to notify me of the workaround that was provided on the amd-gfx mailinglist. He also reported the problem upstream: Bug Report. Thank you Mikhail!

How do i get back to stock versions of mesa and llvm?

For that you simply disable the repositories and run:

dnf distro-sync

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download

* Total number of downloaded packages.

External Repository List

The following repositories are accessible during builds