Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Fix texture size and remove time out task #37

Closed tiagovignatti closed 1 year ago

tiagovignatti commented 1 year ago

This PR contains two important fixes: it sets a correct WebXR texture size based on the underlying runtime (either OpenXR or VrApi) and also removes a visual artifact caused by the time out task workaround for scheduling frames.

I kindly suggest to the reviewer check each commit individually instead the whole PR. Thank you!