-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
mesa: 13.0.4 -> 17.0.0 #22854
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: 13.0.4 -> 17.0.0 #22854
Conversation
@dezgeg, thanks for your PR! By analyzing the history of the files in this pull request, we identified @wkennington, @vcunat and @edolstra to be potential reviewers. |
Upstream calls |
As for versioning scheme, they skipped a few numbers and are now switching to |
cc @globin |
I believe we should have mesa-17.0.x in 17.03, due to getting maintenance longer and better supporting newer GPUs (most likely). I'm fairly certain upstream will release 17.0.1 before we release 17.03. |
By that I mean to take this PR through staging to master now. We can revert in the worst case. |
The versioning scheme is changing to start with the year.
Also enable the etnaviv and imx drivers on ARM, which got added in this release.
The code we're patching was removed in 2015: http://comments.gmane.org/gmane.comp.video.mesa3d.devel/102524
The versioning scheme is changing to start with the year. (cherry picked from commit a9c7610)
This is now in master, so closing. |
The versioning scheme is changing to start with the year. (cherry picked from commit a9c7610)
I guess this is a version bump we'll want to have for 17.03? I don't really know Mesa's versioning scheme.
I have briefly tested this (by running glmark2) with the new etnaviv driver on ARM and the vc4 driver on Aarch64. Obviously it should still be tested with drivers/hardware that people actually use ;)
cc @vcunat