From 4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 26 Feb 2018 14:30:33 +0100 Subject: 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 Reviewed-by: Brian Paul Reviewed-by: Sinclair Yeh Reviewed-by: Deepak Rawat --- src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/pipe-loader/driinfo_gallium.h') 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 -- cgit v1.2.3