···11+Add @ref xrt_view_type argument to @ref xrt_device::get_view_poses function,
22+this decouples the type of the view from the number. Letting us have different
33+semantics for the same view count.
+4
doc/changes/xrt/mr.2612.2.md
···11+Make it possible for the compositor to expose multiple view configurations types
22+supported, and letting the compositor control the sizes for them separately.
33+This change introduces @ref xrt_view_config and @ref xrt_view_config_properties
44+which are added to @ref xrt_system_compositor_info.
+3
doc/changes/xrt/mr.2612.3.md
···11+Change the interface to allow for late creation of the @ref xrt_system and other
22+system level structs. Allowing the server to launch accept apps and decide
33+which form factor or view configuration to support until a later date.