xrt: Disable cylinder layers for now as the causes GPU hangs (NFC)

This commit is contained in:
Jakob Bornecrantz 2020-08-26 14:26:18 +01:00
parent 16b9dc13e2
commit 8c7aed827f
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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'
) )