..
CompositorOptions.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
CompositorSession.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
CompositorSession.h
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
CompositorWidgetVsyncObserver.cpp
Bug 1510853 - Introduce VsyncId and VsyncEvent for identifying vsyncs without timestamp comparisons. r=jrmuizel
2018-12-07 23:27:28 +00:00
CompositorWidgetVsyncObserver.h
Bug 1510853 - Introduce VsyncId and VsyncEvent for identifying vsyncs without timestamp comparisons. r=jrmuizel
2018-12-07 23:27:28 +00:00
CrossProcessPaint.cpp
Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats
2019-02-25 16:07:19 -06:00
CrossProcessPaint.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
D3DMessageUtils.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
D3DMessageUtils.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
GPUChild.cpp
Merge mozilla-central to inbound. a=merge CLOSED TREE
2019-03-01 09:28:28 +02:00
GPUChild.h
Bug 1531476 - replace MaybeFileDesc with FileDescriptor? in IPDL; r=mccr8
2019-02-28 21:20:40 +00:00
GPUParent.cpp
Merge mozilla-central to inbound. a=merge CLOSED TREE
2019-03-01 09:28:28 +02:00
GPUParent.h
Bug 1531476 - replace MaybeFileDesc with FileDescriptor? in IPDL; r=mccr8
2019-02-28 21:20:40 +00:00
GPUProcessHost.cpp
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-02-15 08:15:57 +00:00
GPUProcessHost.h
Bug 1487287 - Synchronize GeckoChildProcessHost destruction with launching. r=mccr8
2019-02-05 00:15:20 +00:00
GPUProcessImpl.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
GPUProcessImpl.h
Bug 1400344: Rename mscom::MainThreadRuntime to mscom::ProcessRuntime and make it aware of Win32k lockdown and of multiple instantiations; r=Jamie
2019-02-14 18:56:20 +00:00
GPUProcessListener.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
GPUProcessManager.cpp
Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt
2019-03-26 14:21:56 -04:00
GPUProcessManager.h
Bug 1500454 - remove PVideoDecoder, etc from dom namespace. r=jya
2018-12-21 22:34:57 +00:00
GfxMessageUtils.h
Bug 1441651 - Part 1 - pass Shmem and ByteBuf by rvalref to ParamTraits; r=nika
2019-03-04 16:07:37 +00:00
GraphicsMessages.ipdlh
Bug 1525199 - Part 2 - removed size_t from GfxVarUpdate IPC messages; r=jrmuizel
2019-02-08 21:52:42 +00:00
InProcessCompositorSession.cpp
Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats
2019-02-25 16:07:19 -06:00
InProcessCompositorSession.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
PGPU.ipdl
Bug 1531476 - replace MaybeFileDesc with FileDescriptor? in IPDL; r=mccr8
2019-02-28 21:20:40 +00:00
PVsyncBridge.ipdl
Bug 1510853 - Introduce VsyncId and VsyncEvent for identifying vsyncs without timestamp comparisons. r=jrmuizel
2018-12-07 23:27:28 +00:00
RemoteCompositorSession.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
RemoteCompositorSession.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIB.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIB.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIBSurface.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIBSurface.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIBWin.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
SharedDIBWin.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
VsyncBridgeChild.cpp
Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt
2019-03-26 14:21:56 -04:00
VsyncBridgeChild.h
Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt
2019-03-26 14:21:56 -04:00
VsyncBridgeParent.cpp
Bug 1510853 - Introduce VsyncId and VsyncEvent for identifying vsyncs without timestamp comparisons. r=jrmuizel
2018-12-07 23:27:28 +00:00
VsyncBridgeParent.h
Bug 1512990
- Part 4 - remove declarations of Recv/Answer methods from IPDL protocol base class; r=froydnj
2019-02-06 15:58:43 +00:00
VsyncIOThreadHolder.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
VsyncIOThreadHolder.h
Bug 1534749 - Handle shutdown races between the compositor thread and IPDL object setup. r=rhunt
2019-03-26 14:21:56 -04:00
moz.build
Bug 1490537 - init and shutdown Skia in the GPU process. r=mattwoodrow
2018-11-29 18:09:46 -05:00