doc: Document !1786

And update !2051's changelog a little bit.

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/1786>
This commit is contained in:
Zhongwang Zhang 2023-06-21 17:31:01 +08:00 committed by Rylie Pavlik
parent 7e9c6135be
commit 1ec873376b
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
a/android: Add APIs for getting supported/current display refresh rates/rate
on Android device.

View file

@ -0,0 +1 @@
main: Implement the dynamic display refresh rates support on Android platform.

View file

@ -0,0 +1,6 @@
- Add `xrt_compositor::get_display_refresh_rate` so that the application can
get the current display refresh rate.
- Add `xrt_compositor::request_display_refresh_rate` so that the application can
trigger a display refresh rate change.
- Add `xrt_compositor_event_display_refresh_rate_change` for compositor can
notify applications that the display refresh rate has been changed.