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

This reverts commit 8c7aed827f.
This commit is contained in:
Christoph Haag 2020-08-26 16:00:02 +02:00
parent 8377655128
commit 7295cfd2d5
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)
set(XRT_FEATURE_OPENXR_LAYER_DEPTH ON)
set(XRT_FEATURE_OPENXR_LAYER_CUBE OFF)
set(XRT_FEATURE_OPENXR_LAYER_CYLINDER OFF)
set(XRT_FEATURE_OPENXR_LAYER_CYLINDER ON)
set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT OFF)
# Most users won't touch these.

View file

@ -87,7 +87,7 @@ option('layer_cube',
option('layer_cylinder',
type: 'boolean',
value: false,
value: true,
description: 'Enable support for Cylinder Layers'
)