summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2018-02-26 14:30:33 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2018-03-08 07:26:29 +0100
commit4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273 (patch)
tree64dce3bfe2f882943cb8560ca8e0e5c0e16a66f7 /src/gallium/auxiliary
parentf4070956d4cd06b27c596ff4780b945537ceb84f (diff)
gallium/st_dri: Honor the glx_disable_sgi_video_sync config option
This option is disabled by default. Primarily intended for drivers on virtual hardware. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r--src/gallium/auxiliary/pipe-loader/driinfo_gallium.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
index 505aae402e..21dc599dc2 100644
--- a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
+++ b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h
@@ -4,6 +4,7 @@ DRI_CONF_SECTION_PERFORMANCE
DRI_CONF_MESA_NO_ERROR("false")
DRI_CONF_DISABLE_EXT_BUFFER_AGE("false")
DRI_CONF_DISABLE_OML_SYNC_CONTROL("false")
+ DRI_CONF_DISABLE_SGI_VIDEO_SYNC("false")
DRI_CONF_SECTION_END
DRI_CONF_SECTION_QUALITY