mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 13:00:22 +01:00
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>
This commit is contained in:
parent
f4070956d4
commit
4ca9ad2bb2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue