gecko-dev/gfx/ipc
Razvan Cojocaru 1629218702 Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond
[Int]CoordTyped no longer inherits Units because otherwise
instances of [Int]IntPointTyped may get one Base subobject because
it inherits Units, and others because of BasePoint's Coord members,
which end up increasing the [Int]CoordTyped's objects size (since
according to the ISO C++ standard, different Base subobject are
required to have different addresses).

Differential Revision: https://phabricator.services.mozilla.com/D160713
2022-11-04 18:29:35 +00:00
..
CanvasManagerChild.cpp Bug 1755704 - Part 1. Add support for reading back the front buffer for WebGPU. r=gfx-reviewers,lsalzman 2022-04-27 16:05:28 +00:00
CanvasManagerChild.h Bug 1755704 - Part 1. Add support for reading back the front buffer for WebGPU. r=gfx-reviewers,lsalzman 2022-04-27 16:05:28 +00:00
CanvasManagerParent.cpp Bug 1778431 - Allocate canvas render thread for out-of-process WebGL r=gfx-reviewers,aosmond 2022-07-08 04:02:41 +00:00
CanvasManagerParent.h Bug 1755704 - Part 1. Add support for reading back the front buffer for WebGPU. r=gfx-reviewers,lsalzman 2022-04-27 16:05:28 +00:00
CanvasRenderThread.cpp Bug 1798298 - Use nsThread::Shutdown to shut down the CanvasRenderThread. r=gfx-reviewers,sotaro 2022-11-01 10:11:27 +00:00
CanvasRenderThread.h Bug 1798298 - Use nsThread::Shutdown to shut down the CanvasRenderThread. r=gfx-reviewers,sotaro 2022-11-01 10:11:27 +00:00
CompositorOptions.h Bug 1736479 - Make gfx SanityTest.jsm work again r=gfx-reviewers,bradwerth 2022-04-20 01:08:52 +00:00
CompositorSession.cpp Bug 1741156 - Reinitialize compositor and request repaint after GPU process restart. r=aosmond,geckoview-reviewers,agi 2021-11-29 20:52:31 +00:00
CompositorSession.h Bug 1741156 - Reinitialize compositor and request repaint after GPU process restart. r=aosmond,geckoview-reviewers,agi 2021-11-29 20:52:31 +00:00
CompositorWidgetVsyncObserver.cpp Bug 1765400 - Make NotifyVsync return void. r=smaug 2022-05-04 01:01:04 +00:00
CompositorWidgetVsyncObserver.h Bug 1765400 - Make NotifyVsync return void. r=smaug 2022-05-04 01:01:04 +00:00
CrossProcessPaint.cpp Bug 1795542 - s/GetCurrentSerialEventTarget/GetMainThreadSerialEventTarget/ in CrossProcessPaint. r=tnikkel 2022-10-26 13:53:08 +00:00
CrossProcessPaint.h Bug 1744468. Create a high quality scaling flag for cross process paint and propagate it to dependencies. r=emilio 2021-12-14 09:43:52 +00:00
D3DMessageUtils.cpp Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
D3DMessageUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
GPUChild.cpp Bug 1797029 - Expose DXGISwapChain tearing support to about:support r=gfx-reviewers,lsalzman 2022-10-26 05:42:49 +00:00
GPUChild.h Bug 1797029 - Expose DXGISwapChain tearing support to about:support r=gfx-reviewers,lsalzman 2022-10-26 05:42:49 +00:00
GPUParent.cpp Bug 1794722 - Part 2. Remove all uses of gfxVars::UseWebRender(). r=jrmuizel,media-playback-reviewers,alwu 2022-10-28 12:36:06 +00:00
GPUParent.h Bug 1797029 - Expose DXGISwapChain tearing support to about:support r=gfx-reviewers,lsalzman 2022-10-26 05:42:49 +00:00
GPUProcessHost.cpp Bug 1779792 - Part 3: Use an endpoint to bind the initial actor in parent processes, r=ipc-reviewers,necko-reviewers,media-playback-reviewers,alwu,mccr8 2022-08-10 14:55:22 +00:00
GPUProcessHost.h Bug 1766377 - Fix some sign-compare warnings by using ProcessId more consistently. r=nika,necko-reviewers,kershaw 2022-04-27 07:45:19 +00:00
GPUProcessImpl.cpp Bug 1779792 - Part 4: Deduplicate ProcessChild subclass constructors, r=ipc-reviewers,necko-reviewers,media-playback-reviewers,alwu,mccr8 2022-08-10 14:55:23 +00:00
GPUProcessImpl.h Bug 1779792 - Part 4: Deduplicate ProcessChild subclass constructors, r=ipc-reviewers,necko-reviewers,media-playback-reviewers,alwu,mccr8 2022-08-10 14:55:23 +00:00
GPUProcessListener.h
GPUProcessManager.cpp Bug 1794722 - Part 2. Remove all uses of gfxVars::UseWebRender(). r=jrmuizel,media-playback-reviewers,alwu 2022-10-28 12:36:06 +00:00
GPUProcessManager.h Bug 1785738 - part4 : run media engine in the new utility process. r=gerard-majax,azebrowski 2022-09-03 00:53:59 +00:00
GfxMessageUtils.h Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
GraphicsMessages.ipdlh Bug 1760663 - Add blocklist support for WebGPU. r=gfx-reviewers,nical 2022-03-22 15:22:39 +00:00
InProcessCompositorSession.cpp Bug 1757202 - Make the inner window id of the browser window available in the compositor bridge, r=mstange. 2022-03-11 07:49:04 +00:00
InProcessCompositorSession.h Bug 1757202 - Make the inner window id of the browser window available in the compositor bridge, r=mstange. 2022-03-11 07:49:04 +00:00
OverlayInfo.h Bug 1797029 - Expose DXGISwapChain tearing support to about:support r=gfx-reviewers,lsalzman 2022-10-26 05:42:49 +00:00
PCanvasManager.ipdl Bug 1755704 - Part 1. Add support for reading back the front buffer for WebGPU. r=gfx-reviewers,lsalzman 2022-04-27 16:05:28 +00:00
PGPU.ipdl Bug 1797029 - Expose DXGISwapChain tearing support to about:support r=gfx-reviewers,lsalzman 2022-10-26 05:42:49 +00:00
PVsyncBridge.ipdl Bug 1751948 - Part 1: Fix IPDL unified build issues, r=ipc-reviewers,mccr8 2022-02-28 21:01:47 +00:00
RemoteCompositorSession.cpp Bug 1751425 - Add more pointer check around CompositorSession shutdown r=gfx-reviewers,lsalzman 2022-01-23 23:42:42 +00:00
RemoteCompositorSession.h
VsyncBridgeChild.cpp
VsyncBridgeChild.h
VsyncBridgeParent.cpp
VsyncBridgeParent.h
VsyncIOThreadHolder.cpp
VsyncIOThreadHolder.h
moz.build Bug 1778431 - Allocate canvas render thread for out-of-process WebGL r=gfx-reviewers,aosmond 2022-07-08 04:02:41 +00:00