mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Disable cylinder layers for now as the causes GPU hangs (NFC)
This commit is contained in:
parent
16b9dc13e2
commit
8c7aed827f
|
@ -97,7 +97,7 @@ cmake_dependent_option(XRT_INSTALL_SYSTEMD_UNIT_FILES "Install user unit files f
|
||||||
cmake_dependent_option(XRT_INSTALL_ABSOLUTE_SYSTEMD_UNIT_FILES "Use an absolute path to monado-system in installed user unit files for systemd socket activation" ON "XRT_INSTALL_SYSTEMD_UNIT_FILES" OFF)
|
cmake_dependent_option(XRT_INSTALL_ABSOLUTE_SYSTEMD_UNIT_FILES "Use an absolute path to monado-system in installed user unit files for systemd socket activation" ON "XRT_INSTALL_SYSTEMD_UNIT_FILES" OFF)
|
||||||
set(XRT_FEATURE_OPENXR_LAYER_DEPTH ON)
|
set(XRT_FEATURE_OPENXR_LAYER_DEPTH ON)
|
||||||
set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF)
|
set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF)
|
||||||
set(XRT_FEATURE_OPENXR_LAYER_CYLINDER ON)
|
set(XRT_FEATURE_OPENXR_LAYER_CYLINDER OFF)
|
||||||
set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF)
|
set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF)
|
||||||
|
|
||||||
# Most users won't touch these.
|
# Most users won't touch these.
|
||||||
|
|
|
@ -87,7 +87,7 @@ option('layer_cube',
|
||||||
|
|
||||||
option('layer_cylinder',
|
option('layer_cylinder',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
value: true,
|
value: false,
|
||||||
description: 'Enable support for Cylinder Layers'
|
description: 'Enable support for Cylinder Layers'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue