doc: Document !2337

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2337>
This commit is contained in:
korejan 2024-10-13 18:52:13 +01:00
parent 2c1a44d885
commit 7ec043eef0

View file

@ -0,0 +1,3 @@
- Fixes #381, fixes crashes or vulkan validation errors on android when using the graphics based compositor pipeline on android
when apps submit multiple layers or fast-path is explicitly disabled.
- Reverts the default compositor pipeline on android from compute back to graphics based.