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

gpu: Increase texture size limit #41

Closed tiagovignatti closed 11 months ago

tiagovignatti commented 1 year ago

WebXR textures for VR experiences are naturally over 4k and this limitation is a problem on those cases.

We may want to adjust this to address such scenario and eventually upload to upstream.

tiagovignatti commented 11 months ago

Like we've discussed offline, I have now increased the max texture size to a new limit. PTAL. Thank you.

svillar commented 11 months ago

I'd prefer us to remove the workaround from the list of enabled workarounds and leave this untouched. Can we track the initialization of those enabled_workarounds?

Finally after some offline discussion we've decided to stick to the 16k limit which seems to be used everywhere else (Gecko, Meta's browser...)