diff --git a/doc/changes/state_trackers/mr.1743.md b/doc/changes/state_trackers/mr.1743.md new file mode 100644 index 000000000..02f1db8f0 --- /dev/null +++ b/doc/changes/state_trackers/mr.1743.md @@ -0,0 +1 @@ +OpenXR: Now does the barrier insertion explicitly, see XRT comment for this MR. diff --git a/doc/changes/xrt/mr.1743.md b/doc/changes/xrt/mr.1743.md new file mode 100644 index 000000000..6cb56a0b7 --- /dev/null +++ b/doc/changes/xrt/mr.1743.md @@ -0,0 +1,6 @@ +Added functions to swapchain to explicitly do the barrier insertion. + +This pushes the handling of barrier calls into the OpenXR state tracker, while +the changes are minimal for the client compositors they no longer have the +responsibility to implicitly to insert a barrier when needed. Allows us to in +the future support extensions.