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

media-libs/mesa-9999: Add iris and vulkan-overlay-layer support #11167

Closed
wants to merge 3 commits into from

Conversation

FireBurn
Copy link
Contributor

This alows the i965 alternative iris to be built and the
vulkan-overlay-layer which is similar to gallium hud

Also allow mesa-9999 to compile with llvm:9

Signed-off-by: Mike Lothian mike@fireburn.co.uk

@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Submitter: @FireBurn
Areas affected: ebuilds
Packages affected: media-libs/mesa

media-libs/mesa: @gentoo/x11

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Feb 26, 2019
@FireBurn
Copy link
Contributor Author

I'm not sure where the other video cards are defined to add in iris, should I just add it to the local metadata?

@Dessa
Copy link
Contributor

Dessa commented Feb 27, 2019

profiles/desc/video_cards.desc

@mattst88
Copy link
Contributor

Can you please split up the commits? One should add iris, one should add vulkan-overlay, and one should add the llvm:9.

Allow mesa-9999 to compile with llvm:9

Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
This adds the vulkan-overlay-layer to the mesa-9999 ebuild

It can be enabled with:

VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay <program>

More help on how to use it can be found with:

VK_LAYER_MESA_OVERLAY_STATS=help

Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
This allows the i965 alternative Gallium Iris driver to be built

Intel Gen8 / Broadwell or newer is required to use the Iris driver

Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-03-01 14:41 UTC
Newest commit scanned: 4b5f2f8
Status: ✅ good

No issues found

@mattst88
Copy link
Contributor

mattst88 commented Mar 4, 2019

Thanks. Merged.

@mattst88 mattst88 closed this Mar 4, 2019
gentoo-bot pushed a commit that referenced this pull request Mar 4, 2019
This allows the i965 alternative Gallium Iris driver to be built

Intel Gen8 / Broadwell or newer is required to use the Iris driver

Closes: #11167
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
@@ -23,6 +23,7 @@
<flag name="valgrind">Compile in valgrind memory hints</flag>
<flag name="vdpau">Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag>
<flag name="vulkan">Enable Vulkan drivers</flag>
<flag name="vulkan-overlay">Enable vulkan-overlay-layer for vulkan stats"</flag>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray " character at the end of description.
Also it would be nice if description briefly informed what vulkan-overlay-layer actually is, for whom it is useful etc.
(Based on other articles in internet, I conclude that it is useful only for developers of applications/drivers...)
Please use word statistics, not informal stats.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FireBurn
Copy link
Contributor Author

FireBurn commented Mar 5, 2019 via email

@FireBurn FireBurn deleted the mesa-iris branch March 7, 2019 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants