.. |
CompositorOptions.h
|
Bug 1326421 - Add a compositor option for WebRender being enabled or not. r=dvander
|
2017-01-13 15:16:51 -05: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
|
Don't reset devices for each tab when the compositor resets. (bug 1316788, r=rhunt)
|
2016-11-14 11:47:01 -08: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 |
GPUChild.cpp
|
Bug 1321907 - Hook up the GPU process to the profiler. r=dvander
|
2017-03-21 19:39:13 -04:00 |
GPUChild.h
|
Bug 1321907 - Hook up the GPU process to the profiler. r=dvander
|
2017-03-21 19:39:13 -04:00 |
GPUParent.cpp
|
Bug 1321907 - Hook up the GPU process to the profiler. r=dvander
|
2017-03-21 19:39:13 -04:00 |
GPUParent.h
|
Bug 1321907 - Hook up the GPU process to the profiler. r=dvander
|
2017-03-21 19:39:13 -04:00 |
GPUProcessHost.cpp
|
Rename the GPU process prefs. (bug 1330554, r=milan)
|
2017-01-16 23:51:24 -08:00 |
GPUProcessHost.h
|
Bug 1320752 - remove mozilla/Function.h; r=gerald
|
2016-11-28 11:03:53 -05:00 |
GPUProcessImpl.cpp
|
bug 1303096 - Stop sending sync messages soon after content process start-up r=billm
|
2017-02-05 00:52:38 -05:00 |
GPUProcessImpl.h
|
bug 1303096 - Stop sending sync messages soon after content process start-up r=billm
|
2017-02-05 00:52:38 -05: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 1339609: Add #include for gfxPrefs.h to all source code that calls gfxPrefs APIs. r=jgilbert
|
2017-02-14 14:01:59 -08:00 |
GPUProcessManager.h
|
Add memory reporting message support to PGPU. (bug 1321492 part 6, r=rhunt, r=erahm)
|
2017-01-26 16:35:54 -08:00 |
GfxMessageUtils.h
|
merge mozilla-inbound to mozilla-central a=merge
|
2017-03-06 10:53:27 +01:00 |
GraphicsMessages.ipdlh
|
Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow)
|
2017-03-08 00:17:36 -08:00 |
InProcessCompositorSession.cpp
|
Bug 1330037 - Propagate the CompositorOptions to all CompositorWidget instances. r=dvander
|
2017-01-12 17:29:42 -05:00 |
InProcessCompositorSession.h
|
Bug 1330037 - Introduce a CompositorOptions struct that holds options on a per-compositor basis. r=dvander
|
2017-01-12 17:29:41 -05:00 |
PGPU.ipdl
|
Bug 1321907 - Hook up the GPU process to the profiler. r=dvander
|
2017-03-21 19:39:13 -04: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
|
Don't reset devices for each tab when the compositor resets. (bug 1316788, r=rhunt)
|
2016-11-14 11:47:01 -08:00 |
RemoteCompositorSession.h
|
Don't reset devices for each tab when the compositor resets. (bug 1316788, r=rhunt)
|
2016-11-14 11:47:01 -08: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
|
Bug 792652 - Move FatalError to IProtocol (r=dvander)
|
2016-11-08 15:22:45 -08:00 |
VsyncBridgeChild.h
|
Bug 792652 - Move FatalError to IProtocol (r=dvander)
|
2016-11-08 15:22:45 -08:00 |
VsyncBridgeParent.cpp
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
VsyncBridgeParent.h
|
Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm
|
2016-11-15 04:26:00 +01:00 |
VsyncIOThreadHolder.cpp
|
Fix parent process leaks when using the GPU process. (bug 1307972, r=billm)
|
2016-10-07 00:07:10 -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 |
moz.build
|
Bug 1330399 - determine proper bug_components for gfx/* files. r=milan
|
2017-01-23 11:10:05 -05:00 |