mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
b4da4c2fb4
Mali profiling tools have shown we are frequently fragment bound, in particular due to varying interpolation. To help mitigate this, we should use mediump where possible. Currently most of our varyings are implicitly highp by default. This patch reduces their precision to mediump where possible. When varyings must remain highp for correctness reasons, this is now stated explicitly. As expected, this does cause a fair bit of reftest fuzziness on Android devices. This patch also updates reftest expectations to reflect this. Differential Revision: https://phabricator.services.mozilla.com/D173028 |
||
---|---|---|
.. | ||
browser | ||
chrome | ||
crashtests | ||
fuzz | ||
gtest | ||
mochitest | ||
reftest | ||
moz.build |