fune/gfx/ipc
2023-12-13 23:40:45 +02:00
..
CanvasManagerChild.cpp Backed out 10 changesets (bug 1829026) for causing bug 1869760 and bug 1869738. a=backout 2023-12-13 19:20:00 +01:00
CanvasManagerChild.h Backed out 10 changesets (bug 1829026) for causing bug 1869760 and bug 1869738. a=backout 2023-12-13 19:20:00 +01:00
CanvasManagerParent.cpp Bug 1869346 - Rework how canvas accesses shared surfaces in the compositor process. r=gfx-reviewers,lsalzman 2023-12-11 20:44:44 +00:00
CanvasManagerParent.h Bug 1869346 - Rework how canvas accesses shared surfaces in the compositor process. r=gfx-reviewers,lsalzman 2023-12-11 20:44:44 +00:00
CanvasRenderThread.cpp Bug 1860677 - Do not create task queue for CanvasTranslator if not using workers. r=gfx-reviewers,lsalzman 2023-10-24 12:43:37 +00:00
CanvasRenderThread.h Bug 1860677 - Do not create task queue for CanvasTranslator if not using workers. r=gfx-reviewers,lsalzman 2023-10-24 12:43:37 +00:00
CompositorOptions.h
CompositorSession.cpp
CompositorSession.h
CompositorWidgetVsyncObserver.cpp
CompositorWidgetVsyncObserver.h
CrossProcessPaint.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
CrossProcessPaint.h
D3DMessageUtils.cpp
D3DMessageUtils.h
FileHandleWrapper.cpp Bug 1866412 - Add FenceD3D11 for wrapping ID3D11Fence r=gfx-reviewers,jrmuizel 2023-12-09 11:55:15 +00:00
FileHandleWrapper.h Bug 1866412 - Add FenceD3D11 for wrapping ID3D11Fence r=gfx-reviewers,jrmuizel 2023-12-09 11:55:15 +00:00
GfxMessageUtils.h Bug 1866412 - Add FenceD3D11 for wrapping ID3D11Fence r=gfx-reviewers,jrmuizel 2023-12-09 11:55:15 +00:00
GPUChild.cpp Bug 1852144 - Disable remote canvas globally in case of unrecoverable error. r=gfx-reviewers,lsalzman 2023-09-25 16:18:35 +00:00
GPUChild.h Bug 1852144 - Disable remote canvas globally in case of unrecoverable error. r=gfx-reviewers,lsalzman 2023-09-25 16:18:35 +00:00
GPUParent.cpp Backed out 10 changesets (bug 1829026) for causing bug 1869760 and bug 1869738. a=backout 2023-12-13 19:20:00 +01:00
GPUParent.h Bug 1869168 - Part 1. Expose CompositorManagerParent::WaitForSharedSurface to partially flush IPDL queue. r=gfx-reviewers,lsalzman 2023-12-10 22:46:06 +00:00
GPUProcessHost.cpp Bug 1838906 - Part 2: Simplify the types for IPC::Channel::Listener, r=ipc-reviewers,necko-reviewers,kershaw,jld 2023-06-27 19:59:47 +00:00
GPUProcessHost.h Bug 1838906 - Part 2: Simplify the types for IPC::Channel::Listener, r=ipc-reviewers,necko-reviewers,kershaw,jld 2023-06-27 19:59:47 +00:00
GPUProcessImpl.cpp Bug 1836890 - Remove uses of chromium's OS_* macros in Gecko code. r=nika,media-playback-reviewers,keeler,gfx-reviewers,emilio,necko-reviewers,kershaw,karlt,jrmuizel 2023-06-06 20:00:47 +00:00
GPUProcessImpl.h
GPUProcessListener.h
GPUProcessManager.cpp Bug 1869777 - Avoid background process kills leading to GPU process being disabled. r=aosmond 2023-12-13 16:21:28 +00:00
GPUProcessManager.h Bug 1869168 - Part 1. Expose CompositorManagerParent::WaitForSharedSurface to partially flush IPDL queue. r=gfx-reviewers,lsalzman 2023-12-10 22:46:06 +00:00
GraphicsMessages.ipdlh Bug 1830162 - Add array support to gfxVars, and use it for the DMABuf modifiers. r=stransky,gfx-reviewers,nical 2023-05-11 09:59:53 +00:00
InProcessCompositorSession.cpp
InProcessCompositorSession.h
moz.build Bug 1866412 - Add FenceD3D11 for wrapping ID3D11Fence r=gfx-reviewers,jrmuizel 2023-12-09 11:55:15 +00:00
OverlayInfo.h
PCanvasManager.ipdl Bug 1852145 - Part 3. Make PCanvasManager manage PCanvas. r=gfx-reviewers,lsalzman 2023-09-25 16:18:36 +00:00
PGPU.ipdl Bug 1869168 - Part 1. Expose CompositorManagerParent::WaitForSharedSurface to partially flush IPDL queue. r=gfx-reviewers,lsalzman 2023-12-10 22:46:06 +00:00
PVsyncBridge.ipdl Bug 1824465 - Part 9: Make PVsyncBridge refcounted, r=ipc-reviewers,mccr8 2023-04-19 22:10:08 +00:00
RemoteCompositorSession.cpp
RemoteCompositorSession.h
VsyncBridgeChild.cpp Bug 1828389 - Ensure IPC channel is closed with error after KillHard, r=ipc-reviewers,mccr8 2023-05-26 17:44:57 +00:00
VsyncBridgeChild.h Bug 1828389 - Ensure IPC channel is closed with error after KillHard, r=ipc-reviewers,mccr8 2023-05-26 17:44:57 +00:00
VsyncBridgeParent.cpp Bug 1824465 - Part 9: Make PVsyncBridge refcounted, r=ipc-reviewers,mccr8 2023-04-19 22:10:08 +00:00
VsyncBridgeParent.h Bug 1824465 - Part 9: Make PVsyncBridge refcounted, r=ipc-reviewers,mccr8 2023-04-19 22:10:08 +00:00
VsyncIOThreadHolder.cpp Bug 1624819 - Remove TaskCategory and other quantum dom remnants. r=smaug,media-playback-reviewers,credential-management-reviewers,cookie-reviewers,places-reviewers,win-reviewers,valentin,mhowell,sgalich,alwu 2023-10-10 08:51:12 +00:00
VsyncIOThreadHolder.h