gecko-dev/gfx/ipc
Kartikaya Gupta 6d057a3060 Bug 1298173 - Push HandleTap from the GPU process back to the parent process before passing it on to the child process. r=dvander
Sending it back via the parent process ensures that it will take the same path
that regular touch events do, and so guarantees that the Tap event won't overtake
the touch events and get dispatched to content first.

MozReview-Commit-ID: 8TiHY2PFPvE
2016-09-21 10:26:33 -04:00
..
CompositorSession.cpp Add a remote implementation of CompositorSession. (bug 1282348 part 5, r=billm) 2016-07-17 21:24:28 -07:00
CompositorSession.h Bug 1298245 - Hook up creation of OOP APZ for main process. r=dvander 2016-08-29 09:18:00 -04:00
CompositorWidgetVsyncObserver.cpp Implement vsync notification for remote compositors. (bug 1285625 part 3, r=mchang) 2016-07-19 11:56:07 -07:00
CompositorWidgetVsyncObserver.h Implement vsync notification for remote compositors. (bug 1285625 part 3, r=mchang) 2016-07-19 11:56:07 -07:00
D3DMessageUtils.cpp Bug 1262671 - Use BufferList for Pickle (r=froydnj) 2016-05-27 09:57:41 -07:00
D3DMessageUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
GfxMessageUtils.h Enable Direct3D 11 in the GPU process. (bug 1294988 part 3, r=mattwoodrow) 2016-08-20 20:59:10 -07:00
GPUChild.cpp Bug 1259571 - Reduce tearing with basic layers on Windows r=dvander 2016-08-23 15:18:55 -07:00
GPUChild.h Communicate GPU process device information across processes. (bug 1294988 part 5, r=mattwoodrow) 2016-08-20 20:59:11 -07:00
GPUParent.cpp Bug 1288618 - Part 13: Add VideoDecoderManager protocol. r=dvander 2016-09-21 21:25:33 +12:00
GPUParent.h Bug 1288618 - Part 13: Add VideoDecoderManager protocol. r=dvander 2016-09-21 21:25:33 +12:00
GPUProcessHost.cpp Bug 1288618 - Part 12: Initialize WMF in the GPU process. r=dvander 2016-09-21 21:24:44 +12:00
GPUProcessHost.h Don't call Close twice when the GPU process unexpectedly terminates. (bug 1282348 part 6, r=billm) 2016-07-17 21:24:28 -07:00
GPUProcessImpl.cpp Add skeletal code for launching a GPU process. (bug 1271180 part 4, r=billm,jrmuizel) 2016-06-10 22:27:24 -04:00
GPUProcessImpl.h Initialize COM in the GPU process. (bug 1294350 part 2, r=aklotz) 2016-08-13 12:25:26 -07:00
GPUProcessListener.h Recreate content compositor endpoints when the GPU process dies. (bug 1300936 part 3, r=mattwoodrow,billm) 2016-09-20 01:18:50 -07:00
GPUProcessManager.cpp Bug 1288618 - Part 13: Add VideoDecoderManager protocol. r=dvander 2016-09-21 21:25:33 +12:00
GPUProcessManager.h Bug 1288618 - Part 13: Add VideoDecoderManager protocol. r=dvander 2016-09-21 21:25:33 +12:00
GraphicsMessages.ipdlh Bug 1298324 - Change D3D11DeviceStatus to a union. r=dvander 2016-08-26 16:37:00 -04:00
InProcessCompositorSession.cpp Bug 1298245 - Hook up creation of OOP APZ for main process. r=dvander 2016-08-29 09:18:00 -04:00
InProcessCompositorSession.h Bug 1298245 - Hook up creation of OOP APZ for main process. r=dvander 2016-08-29 09:18:00 -04:00
moz.build Bug 1288618 - Part 12: Initialize WMF in the GPU process. r=dvander 2016-09-21 21:24:44 +12:00
PGPU.ipdl Bug 1288618 - Part 13: Add VideoDecoderManager protocol. r=dvander 2016-09-21 21:25:33 +12:00
PVsyncBridge.ipdl Implement vsync notification for remote compositors. (bug 1285625 part 3, r=mchang) 2016-07-19 11:56:07 -07:00
RemoteCompositorSession.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
RemoteCompositorSession.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
SharedDIB.cpp
SharedDIB.h
SharedDIBSurface.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
SharedDIBSurface.h
SharedDIBWin.cpp Bug 1256502 - Use a uint32_t cast to avoid C4319 on VS2015; r=botond 2016-03-23 15:12:30 -07:00
SharedDIBWin.h
VsyncBridgeChild.cpp Fix incorrect assert in VsyncBridgeChild. (bug 1303452, r=gwright) 2016-09-18 22:13:53 -07:00
VsyncBridgeChild.h Implement vsync notification for remote compositors. (bug 1285625 part 3, r=mchang) 2016-07-19 11:56:07 -07:00
VsyncBridgeParent.cpp Bug 1299594 - part 2 - remove opened actor tracking from IToplevelProtocol; r=billm 2016-09-02 16:13:50 -04:00
VsyncBridgeParent.h Implement vsync notification for remote compositors. (bug 1285625 part 3, r=mchang) 2016-07-19 11:56:07 -07:00
VsyncIOThreadHolder.cpp Add a top-level protocol for sending vsync messages to the GPU process. (bug 1285625 part 1, r=billm) 2016-07-19 11:56:06 -07:00
VsyncIOThreadHolder.h Add a top-level protocol for sending vsync messages to the GPU process. (bug 1285625 part 1, r=billm) 2016-07-19 11:56:06 -07:00