diff options
author | Thomas Hellstrom <[email protected]> | 2018-02-26 14:30:33 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2018-03-08 07:26:29 +0100 |
commit | 4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273 (patch) | |
tree | 64dce3bfe2f882943cb8560ca8e0e5c0e16a66f7 /src/gallium/auxiliary/pipe-loader | |
parent | f4070956d4cd06b27c596ff4780b945537ceb84f (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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Sinclair Yeh <[email protected]>
Reviewed-by: Deepak Rawat <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/driinfo_gallium.h | 1 |
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 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 |