Summary: | Nimbus (running in wine) has rendering issues, objects are semi-transparent | ||
---|---|---|---|
Product: | Mesa | Reporter: | Béla Gyebrószki <gyebro69> |
Component: | Drivers/DRI/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED FIXED | QA Contact: | Nouveau Project <nouveau> |
Severity: | normal | ||
Priority: | medium | CC: | imirkin |
Version: | 10.5 | Keywords: | bisected, regression |
Hardware: | Other | ||
OS: | All | ||
URL: | http://store.steampowered.com/app/50000/ | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Béla Gyebrószki
2015-06-26 16:40:38 UTC
The trace starts working when applying http://patchwork.freedesktop.org/patch/53049/ Note that the bisected commit merely enables the code fixed by the above to operate on the shaders in question rather than actually having a problem by itself. The resulting code ended up as "b - a" instead of "a - b". Fix pushed. If this trace still gives you issues, feel free to reopen. commit ad62ec8316a926682958e7ab52639992867c3755 Author: Ilia Mirkin <imirkin@alum.mit.edu> Date: Fri Jun 26 15:01:22 2015 -0400 nv50/ir: propagate modifier to right arg when const-folding mad An immediate has to be the second arg of an ADD operation. However we were mistakenly propagating the modifier of the non-folded value to the folded immediate argument. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91117 Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.