Mesa (master): gallium/st_dri: Honor the glx_disable_sgi_video_sync config option

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu Mar 8 06:33:37 UTC 2018


Module: Mesa
Branch: master
Commit: 4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Mon Feb 26 14:30:33 2018 +0100

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 at vmware.com>
Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Sinclair Yeh <syeh at vmware.com>
Reviewed-by: Deepak Rawat <drawat at vmware.com>

---

 src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | 1 +
 1 file changed, 1 insertion(+)

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




More information about the mesa-commit mailing list