[cogl/cogl-1.18] winsys-glx: Fix swap region to remain disabled for old mesa
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.18] winsys-glx: Fix swap region to remain disabled for old mesa
- Date: Mon, 6 Jan 2014 21:02:25 +0000 (UTC)
commit 0af4105458e63834b3b1219f4f26f5fd3e4da3bd
Author: Adel Gadllah <adel gadllah gmail com>
Date: Mon Jan 6 21:54:56 2014 +0100
winsys-glx: Fix swap region to remain disabled for old mesa
Commit a750f80c6aaa was supposed to enable it for newer mesa but was wrong,
fix that.
cogl/winsys/cogl-winsys-glx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/winsys/cogl-winsys-glx.c b/cogl/winsys/cogl-winsys-glx.c
index 09a10c2..13fa2eb 100644
--- a/cogl/winsys/cogl-winsys-glx.c
+++ b/cogl/winsys/cogl-winsys-glx.c
@@ -836,7 +836,7 @@ update_winsys_features (CoglContext *context, CoglError **error)
arch == COGL_GPU_INFO_ARCHITECTURE_SWRAST))
{
COGL_FLAGS_SET (context->winsys_features,
- COGL_WINSYS_FEATURE_SWAP_REGION, TRUE);
+ COGL_WINSYS_FEATURE_SWAP_REGION, FALSE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]