gecko-dev/gfx/layers/wr
Alexis Beingessner 6af060e8b1 Bug 1553295 - let masks be active in blobs. r=jrmuizel
There doesn't seem to be a reason *not* to do this (merely an omission),
and the results we get without it are messing up somewhere with invalidation
and image cache management.

This is likely just a bandaid over a more serious issue, but if we never observe
that issue, does it exist..?

Differential Revision: https://phabricator.services.mozilla.com/D32833

--HG--
extra : moz-landing-system : lando
2019-05-28 14:55:48 +00:00
..
AsyncImagePipelineManager.cpp Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
AsyncImagePipelineManager.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
ClipManager.cpp Bug 1529992 - disable the MergeClipLeaf optimization for all shadows properly. r=kats 2019-04-15 23:13:49 +00:00
ClipManager.h Bug 1441308 - Remove unnecessary StackingContextHelper params from clips r=kats 2019-03-13 16:44:05 +00:00
IpcResourceUpdateQueue.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
IpcResourceUpdateQueue.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootBoundary.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootStateManager.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootStateManager.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootTypes.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
RenderRootTypes.h Bug 1535029 - Pass the render root rect over as an unrounded LayoutDeviceRect. r=dthayer 2019-03-28 16:45:12 +00:00
StackingContextHelper.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
StackingContextHelper.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
WebRenderBridgeChild.cpp Bug 1550422 - P15. Move Skip and Once gfxPrefs to StaticPrefs. r=jrmuizel 2019-05-26 14:30:14 +00:00
WebRenderBridgeChild.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderBridgeParent.cpp Bug 1550422 - P15. Move Skip and Once gfxPrefs to StaticPrefs. r=jrmuizel 2019-05-26 14:30:14 +00:00
WebRenderBridgeParent.h Bug 1534395 - Rename TabParent to BrowserParent. r=nika 2019-04-09 16:38:15 -05:00
WebRenderCanvasRenderer.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
WebRenderCanvasRenderer.h Bug 1441308 - Split out document pieces of WebRenderLayerManager r=jrmuizel 2019-01-07 21:33:10 +00:00
WebRenderCommandBuilder.cpp Bug 1553295 - let masks be active in blobs. r=jrmuizel 2019-05-28 14:55:48 +00:00
WebRenderCommandBuilder.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderDrawEventRecorder.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderDrawEventRecorder.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderImageHost.cpp Bug 1543616 - Call TextureHost::PrepareForUse() when mCompositableCount becomes from 0 to 1 r=nical 2019-04-12 17:00:05 +00:00
WebRenderImageHost.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderLayerManager.cpp Bug 1550422 - P23. Remove now unused gfxPrefs. r=jrmuizel 2019-05-26 14:31:53 +00:00
WebRenderLayerManager.h Bug 1550422 - P12. Convert Live gfxPrefs into StaticPrefs. r=jrmuizel 2019-05-26 14:29:42 +00:00
WebRenderLayersLogging.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderLayersLogging.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderMessageUtils.h No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
WebRenderScrollData.cpp Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderScrollData.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderScrollDataWrapper.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderTextureHost.cpp Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
WebRenderTextureHost.h Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
WebRenderTextureHostWrapper.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
WebRenderTextureHostWrapper.h Bug 1535807 - Fix build failure by WebRenderTextureHostWrapper.h r=jrmuizel 2019-03-16 17:03:18 +00:00
WebRenderUserData.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
WebRenderUserData.h Bug 1539846. Ensure building rect changes cause invalidations. r=mstange 2019-05-03 20:46:07 +00:00