gecko-dev/gfx
Hiroyuki Ikezoe 77bf0111ce Bug 1467765 - Sample off-main-thread animations on the render backend thread in case of WebRender. r=kats
Now CompositorAnimationStorage::GetAnimatedValue() and SetAnimatedValue()s
are called on the sampler thread in case of WebRender, are called on the
compositor thread in case of non WebRender, so we drop assertions of
IsInCompositorThread check there. A mLock.AssertCurrentThreadOwns call in
each function should make sure the function gets called on the
sampler/compositor thread with acquiring the lock.

One caveat in this change is that in case we try to get an animation value via
nsIDOMWindowUtils.getOMTAStyle(), we do sample animations on the _compositor_
thread and we never call UpdateDynamicProperties, which means if it gets called
in testing refresh driver mode, visual results will differ from what the value
returned by the getOMTAStyle should look like. But it should be fine because we
disallow using any chrome priviledge APIs in reftests and also we will never use
the testing refresh driver mode in the reftest harness. Also in mochitests the
visual results' differences might make people confusing if the person can notice
it, but in principal getOMTAStyle() is designed to get computed animating values
so that it doesn't matter what the visual result is.

Differential Revision: https://phabricator.services.mozilla.com/D79982
2020-06-17 23:47:20 +00:00
..
2d Bug 1644208: Change RecordSourceSurfaceDestruction to take a void* not SourceSurface* to avoid AddRef during destructor. r=jrmuizel 2020-06-09 14:21:31 +00:00
angle Bug 1635293 - Cherry-pick ANGLE fix: Update tex cache even if new type is InvalidEnum. r=lsalzman 2020-06-15 22:07:44 +00:00
cairo Bug 1624366. Support image surfaces with a last row with < stride bytes. r=lsalzman 2020-05-29 15:17:35 +00:00
config Bug 1638672 - Use shaders to clear texture cache regions r=geckoview-reviewers,gw,snorp 2020-06-08 21:05:03 +00:00
docs Bug 1622360 - Remove the RenderRoot enum entirely, along with the feature docs. r=jrmuizel 2020-05-15 00:07:01 +00:00
gl Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
graphite2 Bug 1626550 - Update graphite to version 1.3.14. r=lsalzman 2020-04-01 11:00:36 +00:00
harfbuzz Bug 1643005 - Update HarfBuzz to 2.6.7. r=jfkthame 2020-06-03 17:38:40 +00:00
ipc Bug 1638163 - Reduce unnecessary GeckoContentController.h includes. r=kats 2020-05-15 21:20:48 +00:00
layers Bug 1467765 - Sample off-main-thread animations on the render backend thread in case of WebRender. r=kats 2020-06-17 23:47:20 +00:00
ots Bug 1639813 - Update OTS to upstream commit 6300460f76dbf1554a59dc1f20f52d5c2f5641e6 to clean up weird PSname that makes Core Text fail. r=lsalzman 2020-05-21 17:20:48 +00:00
qcms Bug 1615394 - Add color management support to the BMP decoder. r=tnikkel 2020-03-03 14:16:00 +00:00
sfntly
skia Bug 1611467 - disable Skia typeface cache to prevent it from leaking fonts. r=jrmuizel 2020-03-25 00:58:41 +00:00
src Bug 1592739 - Stop clearing the background behind vibrant -moz-appearance items. r=mattwoodrow 2020-06-11 18:46:39 +00:00
tests Bug 1644863 - fix trailing whitespace in cross-tree tests, r=emilio,marionette-reviewers,whimboo 2020-06-17 22:45:31 +00:00
thebes Bug 1646051 [Wayland] Use dmabuf video textures when vaapi is enabled, r=jhorak 2020-06-17 06:54:07 +00:00
vr Bug 1646073 - Enable WebGL SwapChain pooling on Android. Use a separate SwapChain for WebVR. r=jgilbert 2020-06-17 18:56:16 +00:00
webrender_bindings Bug 1467765 - Sample off-main-thread animations on the render backend thread in case of WebRender. r=kats 2020-06-17 23:47:20 +00:00
wgpu Bug 1637998 - Fix multi-threaded cleanup of wgpu command pools r=groves 2020-05-31 04:14:17 +00:00
wgpu_bindings Bug 1637998 - Make wgpu pass destruction more explicit r=groves 2020-05-28 03:12:13 +00:00
wr Bug 1646279 - Remove primitive opacity collapse support. r=Bert,kvark 2020-06-18 00:01:44 +00:00
ycbcr Bug 1639409 - AVIF (AV1 Image File Format): decode with dav1d. r=aosmond 2020-05-22 19:00:17 +00:00
moz.build Bug 1639349 - [ci] Set up a SCHEDULES rule to exclude non-webrender tests on webrender-only pushes, r=gbrown 2020-05-22 14:03:46 +00:00