The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Document !2113

authored by

Jakob Bornecrantz and committed by
Simon Zeni
0ed5c94b cb1b2087

+8
+2
doc/changes/compositor/mr.2113.1.md
··· 1 + main: Make sure to not use the array of displays if we fail to allocate it, and 2 + also tidy the code.
+6
doc/changes/compositor/mr.2113.2.md
··· 1 + main: Let sub-classed targets override compositor extents. The big win here is 2 + that targets no longer writes the `preferred_[width|height]` on the compositor's 3 + settings struct. And this moves us closer to not using `comp_compositor` or 4 + `comp_settings` in the targets which means they can be refactored out of main 5 + and put into util, lettings us reuse them, and even have multiple targets active 6 + at the same time.