gecko-dev/gfx/layers/ipc
Hiroyuki Ikezoe 949de6422d Bug 1223658 - Part 3: Consider fillMode in compositor thread as well. r=birtles
We need to consider fill mode in compositor thread as well as other properties
because pulling the animation back from the compositor thread is sometimes
delayed due to the main thread busyness.  In such situations, if there is
another animation running on the main thread on the same element, users can
easily notice a gap between both of animations.

MozReview-Commit-ID: 1i7YTWboira

--HG--
extra : rebase_source : 036ca7707d07200af7435e027607503cd03f547e
2016-10-14 19:14:11 +09:00
..
APZChild.cpp Bug 1298173 - Push HandleTap from the GPU process back to the parent process before passing it on to the child process. r=dvander 2016-09-21 10:26:33 -04:00
APZChild.h Bug 1298173 - Push HandleTap from the GPU process back to the parent process before passing it on to the child process. r=dvander 2016-09-21 10:26:33 -04:00
APZCTreeManagerChild.cpp Bug 1298886 - Fire magnify gesture events in the parent process if APZ is enabled but APZ zooming is disabled. r=botond,dvander 2016-09-24 09:46:02 -04:00
APZCTreeManagerChild.h Bug 1298886 - Fire magnify gesture events in the parent process if APZ is enabled but APZ zooming is disabled. r=botond,dvander 2016-09-24 09:46:02 -04:00
APZCTreeManagerParent.cpp Bug 1298173 - Push HandleTap from the GPU process back to the parent process before passing it on to the child process. r=dvander 2016-09-21 10:26:33 -04:00
APZCTreeManagerParent.h Bug 1298173 - Push HandleTap from the GPU process back to the parent process before passing it on to the child process. r=dvander 2016-09-21 10:26:33 -04:00
AsyncTransactionTracker.cpp Bug 1294121 - Develop a continuous paint mode for Firefox. r=mattwoodrow 2016-08-16 08:46:13 -07:00
AsyncTransactionTracker.h Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
CompositableForwarder.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
CompositableForwarder.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
CompositableTransactionParent.cpp Bug 1298501 - Fix Compositor::IsValid returning the wrong value. r=mattwoodrow 2016-08-26 13:38:00 -04:00
CompositableTransactionParent.h Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
CompositorBench.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
CompositorBench.h Bug 1272778. Use IntRects for clip rects instead of Rects. r=mstange 2016-05-13 19:58:43 -04:00
CompositorBridgeChild.cpp Bug 1297826 - Override FatalError for IPDL protocols that access the GPU process and make it non-fatal. r=billm 2016-10-04 21:31:27 +13:00
CompositorBridgeChild.h Bug 1297826 - Override FatalError for IPDL protocols that access the GPU process and make it non-fatal. r=billm 2016-10-04 21:31:27 +13:00
CompositorBridgeParent.cpp merge mozilla-inbound to mozilla-central a=merge 2016-09-26 18:34:20 +08:00
CompositorBridgeParent.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
CompositorThread.cpp Split up CompositorBridgeParent initialization. (bug 1282348 part 1, r=mattwoodrow,billm) 2016-07-17 21:24:27 -07:00
CompositorThread.h Move CompositorBridgeParent::IsInCompositorThread to CompositorThreadHolder. (bug 1273017 part 3, r=mattwoodrow) 2016-05-15 23:40:13 -07:00
FenceUtils.cpp Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
FenceUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
GonkNativeHandle.cpp
GonkNativeHandle.h
GonkNativeHandleUtils.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
GonkNativeHandleUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ImageBridgeChild.cpp Bug 1297826 - Override FatalError for IPDL protocols that access the GPU process and make it non-fatal. r=billm 2016-10-04 21:31:27 +13:00
ImageBridgeChild.h Bug 1297826 - Override FatalError for IPDL protocols that access the GPU process and make it non-fatal. r=billm 2016-10-04 21:31:27 +13:00
ImageBridgeParent.cpp Remove FallbackDestroyActors. (bug 1301780 part 1, r=nical) 2016-09-15 23:57:17 -07:00
ImageBridgeParent.h Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
ImageContainerChild.cpp Simplify ImageContainerChild memory management. (bug 1299621 part 2, r=nical) 2016-09-06 15:20:41 -07:00
ImageContainerChild.h Simplify ImageContainerChild memory management. (bug 1299621 part 2, r=nical) 2016-09-06 15:20:41 -07:00
ImageContainerParent.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ImageContainerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ISurfaceAllocator.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
ISurfaceAllocator.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
KnowsCompositor.h Bug 1300682 - Part 3: Split KnowsCompositor into a standalone header. r=nical 2016-10-07 21:13:32 +13:00
LayerAnimationUtils.cpp Bug 1264865 - Part 3: Remove codes that are no longer in use. r=birtles 2016-07-27 10:13:17 +09:00
LayerAnimationUtils.h
LayersMessages.ipdlh Bug 1223658 - Part 3: Consider fillMode in compositor thread as well. r=birtles 2016-10-14 19:14:11 +09:00
LayersSurfaces.ipdlh Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
LayerTransactionChild.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
LayerTransactionChild.h Bug 1088300: More diagnostic to see what went wrong. r=mchang 2016-09-01 16:27:08 -04:00
LayerTransactionParent.cpp Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap) 2016-09-16 20:35:11 -07:00
LayerTransactionParent.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
LayerTreeOwnerTracker.cpp Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
LayerTreeOwnerTracker.h Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
PAPZ.ipdl Bug 1306603 - Remove APZ code that uses the mozpasspointerevents update region. r=kanru 2016-10-05 08:26:59 -04:00
PAPZCTreeManager.ipdl Bug 1298886 - Fire magnify gesture events in the parent process if APZ is enabled but APZ zooming is disabled. r=botond,dvander 2016-09-24 09:46:02 -04:00
PCompositable.ipdl Remove PCompositable::DestroySync. (bug 1301780 part 2, r=nical) 2016-09-15 23:57:32 -07:00
PCompositorBridge.ipdl Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
PImageBridge.ipdl Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
PImageContainer.ipdl
PLayer.ipdl
PLayerTransaction.ipdl Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
PSharedBufferManager.ipdl
PTexture.ipdl Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00
PVideoBridge.ipdl Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00
RemoteContentController.cpp Bug 1306716 - Follow up to not pass references across threads (!) r=kats 2016-10-05 10:15:04 -05:00
RemoteContentController.h Bug 1306716 - Follow up to not pass references across threads (!) r=kats 2016-10-05 10:15:04 -05:00
ShadowLayerChild.cpp
ShadowLayerChild.h
ShadowLayerParent.cpp
ShadowLayerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ShadowLayers.cpp Bug 1303891 - Convert Transaction::mMutants to a PLDHashTable, r=jmuizelaar. 2016-10-13 09:27:58 -06:00
ShadowLayers.h Bug 1305897 - Move ActiveResourceTracker onto ShadowLayerForwarder, since it's not used anywhere else. r=nical 2016-10-03 21:20:13 +13:00
ShadowLayerUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ShadowLayerUtilsGralloc.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ShadowLayerUtilsGralloc.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ShadowLayerUtilsMac.cpp Bug 1279791 - Remove gfxSharedQuartzSurface. r=eflores 2016-06-13 09:27:23 +01:00
ShadowLayerUtilsX11.cpp Bug 1288686 - Avoid X11's |#define None 0L| intruding on other parts of the code. r=jrmuizel 2016-08-29 16:51:43 -04:00
ShadowLayerUtilsX11.h Bug 1296582 - ignore initialisation check for members in SurfaceDescriptorX11. r=jrmuizel 2016-08-23 14:17:56 +03:00
SharedBufferManagerChild.cpp Bug 1295083 - Replace PR_snprintf and s[n]printf calls with SprintfLiteral in gfx/. r=Bas 2016-08-16 15:41:12 -07:00
SharedBufferManagerChild.h
SharedBufferManagerParent.cpp Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
SharedBufferManagerParent.h Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
SharedPlanarYCbCrImage.cpp Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
SharedPlanarYCbCrImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedRGBImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedRGBImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
TextureForwarder.h Bug 1300682 - Part 3: Split KnowsCompositor into a standalone header. r=nical 2016-10-07 21:13:32 +13:00
ThreadSafeRefcountingWithMainThreadDestruction.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
VideoBridgeChild.cpp Bug 1300682 - Part 4: Set OtherPid() for VideoBridge. r=dvander 2016-10-07 21:13:33 +13:00
VideoBridgeChild.h Bug 1300682 - Part 5: Use KnowsCompositor to initialize decoders and create one for VideoDecoderParent to use. r=nical,jya 2016-10-07 21:13:33 +13:00
VideoBridgeParent.cpp Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00
VideoBridgeParent.h Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00