gecko-dev/gfx/tests
Jamie Nicol b4da4c2fb4 Bug 1823411 - Give all webrender's shader varyings an explicit precision. r=gfx-reviewers,lsalzman
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
2023-03-21 19:05:19 +00:00
..
browser Bug 1810141 - fix tests to deal with changes to loadURI, r=mossop,perftest-reviewers,geckoview-reviewers,extension-reviewers,sparky,owlish 2023-02-13 23:50:41 +00:00
chrome Bug 1758607 - Adds more latency for waiting device reset handling completed r=gfx-reviewers,jrmuizel 2022-03-16 14:03:42 +00:00
crashtests Bug 1768495 Part 4: Disable window occlusion tracker pref on crashtests that rely on a running compositor. r=emilio 2023-02-28 23:04:54 +00:00
fuzz Bug 1791780 - Support custom color font palettes in the COLR-font rendering code. r=gfx-reviewers,lsalzman 2022-10-07 23:00:45 +00:00
gtest Bug 1819966 - Add some more tests around single number versioning. r=aosmond 2023-03-02 18:34:06 +00:00
mochitest Bug 1753995 - Remove nsDOMWindowUtils.screenPixelsPerCSSPixel. r=smaug,dholbert 2022-02-07 18:23:36 +00:00
reftest Bug 1823411 - Give all webrender's shader varyings an explicit precision. r=gfx-reviewers,lsalzman 2023-03-21 19:05:19 +00:00
moz.build