monado/src/xrt
Christoph Haag 250ef94d71 st/oxr: Don't go to READY after EXITING
The STOPPING state has two possible follow up paths:

STOPPING -> IDLE -> READY
STOPPING -> IDLE -> EXITING

After EXITING, the application must call xrDestroySession; there is no meaningful
session state after EXITING.

To go to the READY state again, the application should first create a new session.

Applications that are lazy and drain the entire event queue and only handle
the last encountered state would be affected by "skipping" the EXITING state.
2021-07-02 15:19:00 +00:00
..
auxiliary u/sink: Tidy and add some comments to queue sink (NFC) 2021-06-27 00:59:24 +00:00
compositor comp: Wrap a unistd include for Windows. 2021-06-15 17:37:14 -05:00
drivers d/wmr: Compute visible region for render rectangle. 2021-06-26 03:52:32 +10:00
include xrt: Add xrt_device_compute_distortion helper 2021-06-15 19:45:14 +00:00
ipc ipc: Fix NULL check stopping main app visibility events from working 2021-06-18 20:13:46 +01:00
state_trackers st/oxr: Don't go to READY after EXITING 2021-07-02 15:19:00 +00:00
targets u/trace_marker: Refactor init to fix bug 2021-06-14 19:12:14 +01:00
.clang-format xrt: Change number of columns to 120 2021-01-15 13:44:44 +00:00
.editorconfig editorconfig: Update 2021-04-13 11:46:53 -05:00
CMakeLists.txt build: Switch all CMake options to XRT_... to match what's used in source. 2020-05-12 11:52:51 -05:00
meson.build build: Enable service less build with meson too 2020-07-14 02:16:06 +02:00