Skip to content

DisplayXR v2.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:31

[2.7.0] - 2026-07-18

Added

  • Workspace-tile weave mode: the DisplayXR Shell / IPC service now composites the runtime's woven stereo into a workspace tile. The provider renders with a null window handle (windowHandle=NULL), bridges frames on the D3D12 same-device path, and pairs its begin/end frame loop with the service. (#223, #224)

Fixed

  • Provider now quits on the shell's close/exit request: an EXITING session state drives Application.Quit, so a shell-initiated close cleanly tears down the player. (#223, #224)
  • Begin/end frame pairing when shouldRender=false: the provider no longer leaves an unbalanced frame open on skipped-render frames. (#223, #224)