kwin: Update a quirk for Gallium drivers in Mesa 7.10
The bug that prevented loose binding from working should be fixed in Mesa 7.10.1.
This commit is contained in:
parent
12bcd08871
commit
d858df569c
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ void GLPlatform::detect()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Loose binding is broken with Gallium drivers in Mesa 7.10
|
// Loose binding is broken with Gallium drivers in Mesa 7.10
|
||||||
if (isGalliumDriver() && mesaVersion() >= kVersionNumber(7, 10))
|
if (isGalliumDriver() && mesaVersion() == kVersionNumber(7, 10, 0))
|
||||||
m_looseBinding = false;
|
m_looseBinding = false;
|
||||||
|
|
||||||
if (isSoftwareEmulation()) {
|
if (isSoftwareEmulation()) {
|
||||||
|
|
Loading…
Reference in a new issue