Bug 1426549
| Summary: | mesa-dri-drivers 13.0.3 breaks guest 3D acceleration | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christophe de Dinechin <dinechin> | ||||
| Component: | mesa | Assignee: | Adam Jackson <ajax> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 25 | CC: | ajax, fschwarz, ignatenko, marcandre.lureau | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-03-02 17:14:00 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Christophe de Dinechin
2017-02-24 09:26:34 UTC
Fixed in current mesa master. Checked out mesa from git, version c0e9e61c9a1. ./configure --prefix=/usr --enable-libglvnd --enable-selinux --enable-gallium-osmesa --with-dri-driverdir=/usr/lib64/dri --enable-gl --disable-gles1 --enable-gles2 --disable-xvmc --with-egl-platforms=drm,x11,surfaceless,wayland --enable-shared-glapi --enable-gbm --enable-glx-tls --enable-texture-float=yes --enable-gallium-llvm --enable-llvm-shared-libs --enable-dri --with-gallium-drivers=i915,nouveau,r300,svga,swrast,virgl --with-dri-drivers=swrast,nouveau make The resulting version works. commit c0e9e61c9a1eaaee9ca4dfc2f05da85a791c4c5d
Author: Kenneth Graunke <kenneth>
Date: Tue Feb 28 11:48:51 2017 -0800
mesa: Drop unused STATE_TEXRECT_SCALE program statevars.
Unlikely to be the fixed,
Could you bisect the commit that fixed it (for you)? thanks
(In reply to Marc-Andre Lureau from comment #2) > commit c0e9e61c9a1eaaee9ca4dfc2f05da85a791c4c5d > Unlikely to be the fixed, > > Could you bisect the commit that fixed it (for you)? thanks Yes, bisect is in progress. I got confused because git does not deal correctly with finding the "first good fix", so I had to swap "good" and "bad". The actual fix seems to be dc2d9b8da14b97376cca9c87e2408763b11bdaa7. This seems to match the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1417932. I was not sure this was the same thing, because the symptoms were different (garbage on screen instead of black windows). But I now believe the two problems are duplicates. *** This bug has been marked as a duplicate of bug 1417932 *** |