The open source OpenXR runtime

c/main: default compute reprojection on

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2558>

+4
+4
src/xrt/compositor/main/comp_settings.c
··· 10 10 #include "util/u_debug.h" 11 11 #include "comp_settings.h" 12 12 13 + #ifdef XRT_OS_ANDROID 13 14 #define USE_COMPUTE_DEFAULT false 15 + #else 16 + #define USE_COMPUTE_DEFAULT true 17 + #endif 14 18 15 19 // clang-format off 16 20 DEBUG_GET_ONCE_LOG_OPTION(log, "XRT_COMPOSITOR_LOG", U_LOGGING_INFO)