mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
winsys-glx: Fix swap region to remain disabled for old mesa
Commit a750f80c6a
was supposed to enable it for newer mesa but was wrong,
fix that.
This commit is contained in:
@ -836,7 +836,7 @@ update_winsys_features (CoglContext *context, CoglError **error)
|
|||||||
arch == COGL_GPU_INFO_ARCHITECTURE_SWRAST))
|
arch == COGL_GPU_INFO_ARCHITECTURE_SWRAST))
|
||||||
{
|
{
|
||||||
COGL_FLAGS_SET (context->winsys_features,
|
COGL_FLAGS_SET (context->winsys_features,
|
||||||
COGL_WINSYS_FEATURE_SWAP_REGION, TRUE);
|
COGL_WINSYS_FEATURE_SWAP_REGION, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user