Package Details: mesa-git 24.1.0_devel.188033.40f39482e15.d41d8cd-1

Git Clone URL: https://aur.archlinux.org/mesa-git.git (read-only, click to copy)
Package Base: mesa-git
Description: an open-source implementation of the OpenGL specification, git version
Upstream URL: https://www.mesa3d.org
Keywords: mesa wayland X11
Licenses: custom
Conflicts: libva-mesa-driver, mesa, mesa-libgl, mesa-vdpau, opencl-clover-mesa, opencl-rusticl-mesa, vulkan-intel, vulkan-mesa-layers, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio
Provides: libva-mesa-driver, mesa, mesa-libgl, mesa-vdpau, opencl-clover-mesa, opencl-driver, opencl-rusticl-mesa, opengl-driver, vulkan-driver, vulkan-intel, vulkan-mesa-layers, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio
Submitter: Krejzi
Maintainer: rjahanbakhshi (Lone_Wolf)
Last Packager: rjahanbakhshi
Votes: 177
Popularity: 1.63
First Submitted: 2014-06-19 21:33 (UTC)
Last Updated: 2024-04-17 22:44 (UTC)

Required by (1233)

Sources (6)

Pinned Comments

Lone_Wolf commented on 2024-04-03 16:59 (UTC)

To those with the directx errors : archlinux directx-headers pacakgae is 2 releases behind upstream. Try building against aur directx-headers-git .

I don't remember what d3d12 does, but offical mesa also supports it.

@ZephyrCheez : thanks, that option lead to meson subprojects and mesa sourcetree does appear to include the data needed to use them. Adding nouveau vulkan looks doable now, no idea when there will be time to implement it.

Lone_Wolf commented on 2024-02-20 00:09 (UTC) (edited on 2024-02-20 00:11 (UTC) by Lone_Wolf)

@Beiruty, those have the same cause as the other recent build failures : changes in intel drivers.

The build issues caused by changes in intel drivers are now solved for MESA_WHICH_LLVM 1, 3 and 4 (llvm-minimal-git , llvm from lordheavy unofficial repo and offical repo llvm )

MESA_WHICH_LLVM 2 (aur llvm-git) build is still broken, but I MAY have a solution for that without having to create new packages.

The good news is that once all 4 variants built again, only minor changes should be needed to add opencl clover & opencl rusticl support.

(A lot of the work required to built the intel drivers is also useful for clover & rusticl)

Lone_Wolf commented on 2020-04-23 12:26 (UTC) (edited on 2023-03-30 07:04 (UTC) by Lone_Wolf)

Mesa and llvm are closely tied together. Everytime the llvm mesa is built against changes/updates , mesa needs to be rebuilt.

I expect anyone building mesa-git against one of the llvm trunk variants to be able to do that themselves, but atleast some of the people that built against repo llvm don't understand how to deal with such a rebuild.

The rest of this post is meant for those people.

  • Verify if latest PKGBUILD requirements match llvm repo versions.
  • If they don't , post to alert the maintainer of this.
  • DELAY the update of llvm/clang suite and their lib32- counterparts
  • Once the PKGBUILD does match, download it.

Option A - best one

  • run pacman -Syu to ensure your system is in sync with your mirrror server
  • build mesa-git in a clean chroot

see https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot for the official way or https://aur.archlinux.org/packages/clean-chroot-manager for an alternative method.

  • install the newly built mesa-git
  • run pacman -Syu
  • ready

Option B - 2nd best

  • revert to repo mesa
  • pacman -Syu
  • build mesa-git
  • switch from mesa to mesa-git
  • ready

Lone_Wolf commented on 2019-07-09 13:43 (UTC) (edited on 2023-04-18 10:41 (UTC) by Lone_Wolf)

  • choosing which llvm variant to build against

WARNING : aur helpers don't support this method at all. They check .SRCINFO and that doesn't include this variable so it will use the default which is hardcoded to build against repo llvm.

Why would I want to use llvm development versions ?

For full functionality and latest features mesa trunk master needs to be build against llvm trunk master.
If you build against stable llvm things MAY work, but you're likely to lack some features and face stability issues.

Mesa-git uses a custom environment variable MESA_WHICH_LLVM for flexibility.
It has 4 values.
1 : aur llvm-minimal-git
2 : aur llvm-git
3: llvm-git from LordHeavy' unofficial repo
4: llvm from extra repo

I use value 1 95% of the time and set this in ~/.bash_rc .
If MESA_WHICH_LLVM is unset or empty, the default value of 4 (extra llvm) is used.

Lone_Wolf commented on 2018-01-30 14:06 (UTC) (edited on 2023-02-12 11:56 (UTC) by Lone_Wolf)

  • main difference with stable repo package
[extra]mesa is a split package, but aur mesa-git isn't.
Basically with aur mesa-git you get everything in one package, while [extra]/mesa allows you to leave out some parts if you don't want/need them.
Having a single package reduces maintenance and makes switching from stable to mesa-git rather easy, though reverting back to stable can be tricky.
  • meson settings
Those who compare PKGBUILDs will notice I don't use arch-meson, but meson setup.
I disagree with some of the settings made by arch-meson (especially the buildtype and enabling LTO by default) and feel using meson setup is cleaner.
  • how to update

run pacman Syu update non-repo packages for llvm if you use them

build mesa-git, log out , update mesa-git and restart X .

run glxinfo -B to verify basic OpenGL functionality

build lib32-mesa-git

run glxinfo32 -B to verify basic OpenGL functionality for multilib programs

Latest Comments

1 2 3 4 5 6 .. 124 Next › Last »

Lone_Wolf commented on 2024-04-18 08:03 (UTC)

I doubt very much the gallium-d3d12 driver is used by vkd3d / vkd3d proton as they translate d3d to vulkan, not to some layer from MS.

Niinu commented on 2024-04-18 01:18 (UTC) (edited on 2024-04-18 14:56 (UTC) by Niinu)

vkd3d-proton support is nothing but niche... Edit: Yeah i just tested RE4 without the gallium-d3d12 driver and it seemed to run fine with vkd3d

ZephyrCheez commented on 2024-04-17 20:43 (UTC)

Since d3d12 gallium driver is only really necessary on a very niche use case, could it be removed from the PKGBUILD?

Billli11 commented on 2024-04-17 18:59 (UTC) (edited on 2024-04-17 19:02 (UTC) by Billli11)

@ArchUsr1

<h2>Overview</h2>

The D3D12 driver is a Gallium driver that emits API calls for Microsoft's :abbr:D3D12 (Direct3D 12) API instead of targeting a specific GPU architecture. This can be used to get full desktop OpenGL 3.3 support on devices that only support D3D12.

It's mainly use on WSL(Windows subsystem for Linux).
Not building it won't effect Linux PC.

ArchUsr1 commented on 2024-04-17 18:03 (UTC)

@charly2k24 I had to delete d3d12 and I'm using directx-headers-git. I'd like to know what's the proper fix for this because I'm not sure if it's used in some games.

charly2k24 commented on 2024-04-17 17:50 (UTC)

After adding the 3 virtual packages opengl-driver vulkan-driver opencl-driver, build was running fine until I get this error:

FAILED: src/gallium/targets/dri/libgallium_dri.so

Any tips guys? thanks!

Lone_Wolf commented on 2024-04-17 17:23 (UTC) (edited on 2024-04-17 17:29 (UTC) by Lone_Wolf)

@ArchUsr1 : don't force, the PKGBUILD is missing some provides .

@reza: you need to add these 3 virtual packages opengl-driver vulkan-driver opencl-driver (no particular order) to provides.

Looking into llvm-minimal-git building.

ArchUsr1 commented on 2024-04-17 16:26 (UTC)

Getting this error. Is this expected? Should it be force installed?

error: failed to prepare transaction (could not satisfy dependencies)
:: installing mesa-git (24.1.0_devel.188025.4f5e9a21c5d.d41d8cd-1) breaks dependency 'opengl-driver' required by libglvnd
:: installing mesa-git (24.1.0_devel.188025.4f5e9a21c5d.d41d8cd-1) breaks dependency 'vulkan-driver' required by steam
:: installing mesa-git (24.1.0_devel.188025.4f5e9a21c5d.d41d8cd-1) breaks dependency 'opengl-driver' required by wlroots

rjahanbakhshi commented on 2024-04-17 11:38 (UTC) (edited on 2024-04-17 13:17 (UTC) by rjahanbakhshi)

PKGBUILD is pushed with nouveau and rusticl enabled. So far, I only built it with the default llvm option(4). Can someone review, build, and test it?

Edit:

llvm-minimal-git: Couldn't build llvm-minimal-git due to an outdated patch.

aur-llvm-git: mesa-git fails because it can't find libclc.

llvm-git (loadheavy): Haven't tried yet.

Lone_Wolf commented on 2024-04-17 09:35 (UTC)

Thanks for confirming it works that way.

An issue with using --force-fallback-for is that the PKGBUILD no longer controls what is downloaded and from where.

In repo mesa 'meson subprojects' are used, like

# Rust crates for NVK, used as Meson subprojects
declare -A _crates=(
   proc-macro2    1.0.70
   quote          1.0.33
   syn            2.0.39
   unicode-ident  1.0.12
)

for _crate in "${!_crates[@]}"; do
  source+=($_crate-${_crates[$_crate]}.tar.gz::https://crates.io/api/v1/crates/$_crate/${_crates[$_crate]}/download)
done

  # Inject subproject packages
  export MESON_PACKAGE_CACHE_DIR="$srcdir"