gecko-dev/gfx/layers/wr
Jeff Muizelaar 3e4eb446aa Bug 1563770. Always include a visible rect with blob images. r=nical
I suspect we may change things more in the future as we blob's size
just be the visible rect but this is an incremental step in the right
direction.

It also includes some changes to make sure that we always update our
tiles appropriately.

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

--HG--
extra : moz-landing-system : lando
2019-07-11 02:32:35 +00:00
..
AsyncImagePipelineManager.cpp Bug 1559284 - Disable fast path for async native texture updates r=gw 2019-06-14 07:32:17 +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 Bug 1563770. Always include a visible rect with blob images. r=nical 2019-07-11 02:32:35 +00:00
IpcResourceUpdateQueue.h Bug 1563770. Always include a visible rect with blob images. r=nical 2019-07-11 02:32:35 +00:00
RenderRootBoundary.h Bug 1554985 - Dump the render root boundary information when dumping WR scroll data. r=jrmuizel 2019-06-30 01:37:22 +00:00
RenderRootStateManager.cpp Bug 1464032 Part 1: Fix unified build issues. r=jrmuizel 2018-12-02 14:02:27 +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 1561491 - Make gfx.* static prefs follow the naming convention. r=KrisWright 2019-06-26 10:38:09 +10: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 1563770. Always include a visible rect with blob images. r=nical 2019-07-11 02:32:35 +00:00
WebRenderBridgeParent.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00: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 1563770. Always include a visible rect with blob images. r=nical 2019-07-11 02:32:35 +00:00
WebRenderCommandBuilder.h Bug 1564947 - Split the WR builder dump index into a RenderRootArray. r=Gankro 2019-07-10 17:26:59 +00:00
WebRenderCompositionRecorder.cpp Bug 1551735 - Clearly document the case of the RendererOGL receiving a new WebRenderCompositionRecorder while it has one r=kats 2019-05-31 00:31:52 +00:00
WebRenderCompositionRecorder.h Bug 1551735 - Clearly document the case of the RendererOGL receiving a new WebRenderCompositionRecorder while it has one r=kats 2019-05-31 00:31:52 +00:00
WebRenderDrawEventRecorder.cpp
WebRenderDrawEventRecorder.h Bug 1563775. Include the recording origin in the stream. r=nical 2019-07-10 14:01:34 +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 1564947 - Split the WR builder dump index into a RenderRootArray. r=Gankro 2019-07-10 17:26:59 +00:00
WebRenderLayerManager.h Bug 1553018 part 2. Make various gfx preferences bindings use in Pref annotations on interfaces follow the StaticPrefs naming convention for getters. r=jrmuizel 2019-05-30 17:21:57 +00:00
WebRenderLayersLogging.cpp
WebRenderLayersLogging.h
WebRenderMessageUtils.h No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
WebRenderScrollData.cpp Bug 1554985 - Dump the render root boundary information when dumping WR scroll data. r=jrmuizel 2019-06-30 01:37:22 +00:00
WebRenderScrollData.h Bug 1557970 - Put the root metadata on the zoom container if there is one, for the WR codepath. r=botond 2019-06-12 16:51:22 +00:00
WebRenderScrollDataWrapper.h Bug 1557970 - Implement IsAsyncZoomContainer for the WR codepath. r=botond 2019-06-12 15:48:41 +00:00
WebRenderTextureHost.cpp Bug 1558100 - Recycle TextureClient in CanvasClient2D with WebRender r=nical 2019-06-12 21:29:47 +00:00
WebRenderTextureHost.h Bug 1557105 - Handle non-webrender widget case during enabling WebRender at ImageBridge r=nical 2019-06-10 12:36:14 +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 Bug 1519546, part 8 - Also gather EffectsInfo for remote browsers with WebRender. r=jrmuizel 2019-05-24 09:28:34 -05:00
WebRenderUserData.h Bug 1519546, part 8 - Also gather EffectsInfo for remote browsers with WebRender. r=jrmuizel 2019-05-24 09:28:34 -05:00