https://bugs.kde.org/show_bug.cgi?id=373490

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Boudewijn Rempt <b...@valdyas.org> ---
You can use debugview to get the output, but the bug _is_ fixed. The fix is not
Linux specific; it's specific for all situations where the gpu driver returns
the exact version of opengl we ask for. Dmitry only mentioned Linux in his
commit message because that's where he tested it.

Some drivers return the highest version possible anyway, so if we ask for 3.0,
we get 4.4 (nvidia), others return 3.0. We have two functions, one that checks
whether we've got the minimum of 3.2 and one that checks for 3.0. The high
quality filtering used the 3.2 check and should have used the 3.0 check, and
that's fixed now.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to