Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesa: apply patch to fix gallium-xa detection #237265

Closed
wants to merge 1 commit into from
Closed

mesa: apply patch to fix gallium-xa detection #237265

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 11, 2023

Description of changes

This commit applies a patch submitted upstream that allows mesa's meson to set gallium-xa automatically depending on (a large number of) other features' enablement/disablement.

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23581

In order to get mesa to do this detection for us, we must use mesonAutoFeatures="auto" for mesa; otherwise it cannot distinguish between auto and enabled.

Without this commit, mesa does not make it past the configurePhase on powerpc64le.

Things done
  • Built on platform(s)
    • x86_64-linux
    • powerpc64le-linux
    • aarch64-linux (in progress)
  • Fits CONTRIBUTING.md.

This commit applies a patch submitted upstream that allows mesa's
meson to set `gallium-xa` automatically depending on (a large number
of) other features' enablement/disablement.

  https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23581

In order to get mesa to do this detection for us, we must use
`mesonAutoFeatures="auto"` for mesa; otherwise it cannot distinguish
between `auto` and `enabled`.

Without this commit, mesa does not make it past the configurePhase
on powerpc64le.
@ofborg ofborg bot requested review from vcunat and primeos June 11, 2023 23:45
@ghost ghost marked this pull request as draft June 12, 2023 00:18
@ghost ghost changed the base branch from master to staging June 12, 2023 00:19
@ghost ghost marked this pull request as ready for review June 12, 2023 00:19
@ghost ghost marked this pull request as draft October 22, 2023 07:06
@ghost ghost closed this Jan 23, 2024
@ghost ghost deleted the pr/mesa/fix-powerpc branch January 23, 2024 06:49
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants