doc: Document !1743

This commit is contained in:
Jakob Bornecrantz 2023-03-30 13:29:33 +01:00
parent 7147e47508
commit 255a74a8e8
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
OpenXR: Now does the barrier insertion explicitly, see XRT comment for this MR.

View file

@ -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.