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:
Fredrik Höglund 2011-11-09 18:00:26 +01:00
parent 12bcd08871
commit d858df569c

View file

@ -723,7 +723,7 @@ void GLPlatform::detect()
}
// 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;
if (isSoftwareEmulation()) {