From: Thomas Hellstrom Date: Mon, 26 Feb 2018 13:30:33 +0000 (+0100) Subject: gallium/st_dri: Honor the glx_disable_sgi_video_sync config option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273;p=mesa.git 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 --- diff --git a/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h b/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h index 505aae402ee..21dc599dc26 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