[Mesa-dev] [Bug 81500] wrong color in flightgear for the c172p if "Atmospheric light scattering" is used

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 20 10:40:11 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=81500

--- Comment #20 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to comment #19)
> (In reply to comment #14)
> > and I notice that mesa 10.3.x doesn't have the bug ( because the file
> > /src/glsl/link_varyings.cpp doesn't have the changes made by the faulty
> > commit d030a3404ca0fedf365cb0fd41eaad7abc8ff132 )
> 
> I made a mistake here, in fact the file /src/glsl/link_varyings.cpp in 10.3
> branch has the changes made by the commit
> d030a3404ca0fedf365cb0fd41eaad7abc8ff132,
> 
> but the difference is that some commits in 10.3 branchs has solved the bug,
> because the 10.3 version of /src/glsl/link_varyings.cpp is not identical to
> the 10.2.4 version,
> 
> by retracing the changes between 10.2.4 and 10.3.x for this file I think I
> can identify the commit who has solved the bug

Just a word of caution -- the fix might have been to a different part of the
code, and not to that particular file. You can use bisect again to figure out
the change that fixed it, just reverse the meanings of 'good' and 'bad'. A
"good" commit would be one that has the issue, and a "bad" commit would be one
where the issue is resolved. Then the first "bad" commit will point you at the
commit that resolves the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140720/d902f068/attachment.html>


More information about the mesa-dev mailing list