doc: Add 501 changelogs

This commit is contained in:
Jakob Bornecrantz 2020-08-26 13:04:57 +01:00
parent cac588bbf2
commit 3ce4ed2a1f
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
main: Set the maximum layers supported to 16, we technically support more than
16, but things get out of hand if multiple clients are running and all are using
max layers.

View file

@ -0,0 +1,2 @@
Add const to all compositor arguments that are info structs, making the interface safer and
more clear. Also add `max_layers` field to the `xrt_compositor_info` struct.