.. |
CompositorOptions.h
|
Bug 1350638 - Remove sync GetCompositorOptions call added in the last patch. r=dvander
|
2017-04-09 17:31:06 -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
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07: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 1356138 - Backout bug 1337063 (Msg_GetGraphicsDeviceInitData opt) for Talos regression - r=dvander
|
2017-05-09 14:40:11 +12:00 |
D3DMessageUtils.h
|
Bug 1262671 - void** -> PickleIterator (r=froydnj)
|
2016-05-27 09:57:38 -07:00 |
GPUChild.cpp
|
Bug 1321617 - Tell the CrossProcessProfilerController whether a profile is a response to a GatherProfile request or whether it was sent because the process was exiting. r=mconley
|
2017-04-12 16:44:31 -04:00 |
GPUChild.h
|
Bug 1321617 - Tell the CrossProcessProfilerController whether a profile is a response to a GatherProfile request or whether it was sent because the process was exiting. r=mconley
|
2017-04-12 16:44:31 -04:00 |
GPUParent.cpp
|
Wait for CreateCompositorDevices to finish before creating DeviceAttachmentsD3D11. (bug 1362145, r=bas)
|
2017-05-05 01:04:19 -07:00 |
GPUParent.h
|
Bug 1335895 - Android GeckoView Dynamic Toolbar Version 3 r=botond,dvander,jchen,kats
|
2017-04-20 15:15:14 -07:00 |
GPUProcessHost.cpp
|
Bug 1347710 - Enable sandbox protections for the Windows GPU process. r=bobowen
|
2017-04-24 09:46:09 -07:00 |
GPUProcessHost.h
|
Bug 1320752 - remove mozilla/Function.h; r=gerald
|
2016-11-28 11:03:53 -05:00 |
GPUProcessImpl.cpp
|
Bug 1347710 - Enable sandbox protections for the Windows GPU process. r=bobowen
|
2017-04-24 09:46:09 -07: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
|
Handle remote device resets by recreating the entire rendering stack. (bug 1363126 part 1, r=rhunt, ipc_r=billm)
|
2017-05-11 22:44:27 -07:00 |
GPUProcessManager.cpp
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
GPUProcessManager.h
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
GfxMessageUtils.h
|
Bug 1349750 - Have AsyncDragMetrics use ScrollDirection instead of rolling its own direction enum. r=kats
|
2017-05-10 15:22:04 -04:00 |
GraphicsMessages.ipdlh
|
Bug 1323316 - Use ANGLE for WebRender on Windows. r=jrmuizel,kats
|
2017-03-29 10:14:19 -04:00 |
InProcessCompositorSession.cpp
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
InProcessCompositorSession.h
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
PGPU.ipdl
|
Bug 1335895 - Android GeckoView Dynamic Toolbar Version 3 r=botond,dvander,jchen,kats
|
2017-04-20 15:15:14 -07: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
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
RemoteCompositorSession.h
|
Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt)
|
2017-05-11 22:44:28 -07:00 |
SharedDIB.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
SharedDIB.h
|
Bug 1194948 - Build gfx/ipc in unified mode and mark as FAIL_ON_WARNINGS. r=BenWa
|
2015-08-13 20:46:47 -07:00 |
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
|
Fix a race condition between VideoBridge and Compositor thread shutdown. (bug 1356365, r=mattwoodrow)
|
2017-04-20 19:32:48 -07:00 |
VsyncBridgeParent.h
|
Fix a race condition between VideoBridge and Compositor thread shutdown. (bug 1356365, r=mattwoodrow)
|
2017-04-20 19:32:48 -07: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 |