gecko-dev/gfx/layers
Andrew Osmond 5ae0b39d4b Bug 1919689 - Cleanup WorkerRunnable subclass constructors in graphics. r=gfx-reviewers,lsalzman
This patch removes no longer needed WorkerPrivate* parameters from the
runnable constructors. It also converts some instances of using
WorkerThreadRunnable as a base class when MainThreadWorkerRunnable is
more suitable.

Differential Revision: https://phabricator.services.mozilla.com/D222735
2024-09-19 13:59:16 +00:00
..
apz Bug 1914154 - Fix how we deal with APZ scrollbar activity. r=hiro 2024-09-18 15:01:19 +00:00
client Bug 1899874: Plumb forceSoftwareRendering down the stack. r=jgilbert 2024-08-07 00:31:45 +00:00
composite Bug 1913568 - Add support for normalized UV coordinates to webrender. r=gfx-reviewers,nical 2024-09-09 14:06:26 +00:00
d3d11 Bug 1913568 - Add support for normalized UV coordinates to webrender. r=gfx-reviewers,nical 2024-09-09 14:06:26 +00:00
ipc Bug 1919689 - Cleanup WorkerRunnable subclass constructors in graphics. r=gfx-reviewers,lsalzman 2024-09-19 13:59:16 +00:00
layerviewer
opengl Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
wr Bug 1915146 - Temporarily increase jemalloc's dirty page threshold when WebRender is doing Work. r=pbone,gfx-reviewers,lsalzman 2024-09-19 11:08:47 +00:00
AndroidHardwareBuffer.cpp
AndroidHardwareBuffer.h
AnimationHelper.cpp Bug 1626165 - Part 2: Replace the start value and start time of the transition on the compositor. r=layout-reviewers,firefox-animation-reviewers,hiro 2024-06-26 21:33:10 +00:00
AnimationHelper.h Bug 1626165 - Part 2: Replace the start value and start time of the transition on the compositor. r=layout-reviewers,firefox-animation-reviewers,hiro 2024-06-26 21:33:10 +00:00
AnimationInfo.cpp Bug 1626165 - Part 2: Replace the start value and start time of the transition on the compositor. r=layout-reviewers,firefox-animation-reviewers,hiro 2024-06-26 21:33:10 +00:00
AnimationInfo.h
AnimationStorageData.h
AtomicRefCountedWithFinalize.h
AxisPhysicsModel.cpp
AxisPhysicsModel.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
AxisPhysicsMSDModel.cpp
AxisPhysicsMSDModel.h
BSPTree.cpp
BSPTree.h
BufferTexture.cpp Bug 1906527 Part 1: Rename SurfaceFormat::YUV422 to YUY2, and rename YUV to YUV420. r=jgilbert 2024-08-05 17:59:15 +00:00
BufferTexture.h
BuildConstants.h
CanvasDrawEventRecorder.cpp Bug 1919689 - Cleanup WorkerRunnable subclass constructors in graphics. r=gfx-reviewers,lsalzman 2024-09-19 13:59:16 +00:00
CanvasDrawEventRecorder.h Bug 1454819 - Simplify SharedMemory classes r=ipc-reviewers,nika 2024-08-06 18:16:08 +00:00
CanvasRenderer.cpp Bug 1898238 - Use SharedSurface_EGLImage for out-of-process webgl and accelerated canvas on Android. r=sotaro,jgilbert 2024-07-22 20:23:39 +00:00
CanvasRenderer.h Bug 1898238 - Use SharedSurface_EGLImage for out-of-process webgl and accelerated canvas on Android. r=sotaro,jgilbert 2024-07-22 20:23:39 +00:00
CompositionRecorder.cpp
CompositionRecorder.h
Compositor.cpp
Compositor.h
CompositorAnimationStorage.cpp Bug 1913090 - Remove unused mTransformInDevSpace member from AnimationTransform struct r=gregp,tnikkel 2024-08-16 20:14:46 +00:00
CompositorAnimationStorage.h Bug 1913090 - Remove unused mTransformInDevSpace member from AnimationTransform struct r=gregp,tnikkel 2024-08-16 20:14:46 +00:00
CompositorTypes.cpp
CompositorTypes.h Bug 1898142 - Deliver image usage type to WebRenderImageHost r=gfx-reviewers,lsalzman 2024-05-22 23:03:22 +00:00
D3D11ShareHandleImage.cpp
D3D11ShareHandleImage.h
D3D11TextureIMFSampleImage.cpp
D3D11TextureIMFSampleImage.h
D3D11YCbCrImage.cpp Bug 1906527 Part 1: Rename SurfaceFormat::YUV422 to YUY2, and rename YUV to YUV420. r=jgilbert 2024-08-05 17:59:15 +00:00
D3D11YCbCrImage.h Bug 1901928 - Remvoe D3D11YCbCrImage class r=gfx-reviewers,lsalzman 2024-06-12 16:40:32 +00:00
DcompSurfaceImage.cpp Bug 1913568 - Add support for normalized UV coordinates to webrender. r=gfx-reviewers,nical 2024-09-09 14:06:26 +00:00
DcompSurfaceImage.h Bug 1900677 - Add a capability to recycle DataSourceSurface allocated in CanvasTranslator::LookupSourceSurfaceFromSurfaceDescriptor() if possible r=gfx-reviewers,lsalzman 2024-06-06 03:25:53 +00:00
DirectionUtils.h
DMABUFSurfaceImage.cpp
DMABUFSurfaceImage.h
Effects.cpp
Effects.h Bug 1906527 Part 1: Rename SurfaceFormat::YUV422 to YUY2, and rename YUV to YUV420. r=jgilbert 2024-08-05 17:59:15 +00:00
FrameMetrics.cpp Bug 1902313 - Propagate overflow styles to APZ. r=hiro 2024-06-24 21:14:40 +00:00
FrameMetrics.h Bug 1902313 - Propagate overflow styles to APZ. r=hiro 2024-06-24 21:14:40 +00:00
GLImages.cpp
GLImages.h
GPUVideoImage.h
ImageContainer.cpp Bug 1908245 - Add support for missing requestVideoFrameCallback parameters. r=media-playback-reviewers,webidl,padenot,saschanaz 2024-09-15 21:49:38 +00:00
ImageContainer.h Bug 1908245 - Add support for missing requestVideoFrameCallback parameters. r=media-playback-reviewers,webidl,padenot,saschanaz 2024-09-15 21:49:38 +00:00
ImageDataSerializer.cpp Bug 1906527 Part 1: Rename SurfaceFormat::YUV422 to YUY2, and rename YUV to YUV420. r=jgilbert 2024-08-05 17:59:15 +00:00
ImageDataSerializer.h
ImageTypes.h Bug 1908245 - Add support for missing requestVideoFrameCallback parameters. r=media-playback-reviewers,webidl,padenot,saschanaz 2024-09-15 21:49:38 +00:00
IMFYCbCrImage.cpp
IMFYCbCrImage.h
IPDLActor.h
LayersTypes.cpp Bug 1901475 - Prevent to convert video from YUV to RGB if video is not updated in CanvasTranslator::LookupSourceSurfaceFromSurfaceDescriptor() r=gfx-reviewers,lsalzman 2024-06-11 04:19:40 +00:00
LayersTypes.h Bug 1910990 - Don't use ID3D11Query to wait for video copy complete for remote canvas. with AMD GPUs r=gfx-reviewers,lsalzman 2024-08-02 23:51:44 +00:00
LayerUserData.h
MacIOSurfaceHelpers.cpp Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
MacIOSurfaceHelpers.h Bug 1900677 - Add a capability to recycle DataSourceSurface allocated in CanvasTranslator::LookupSourceSurfaceFromSurfaceDescriptor() if possible r=gfx-reviewers,lsalzman 2024-06-06 03:25:53 +00:00
MacIOSurfaceImage.cpp Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
MacIOSurfaceImage.h Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
MemoryPressureObserver.cpp
MemoryPressureObserver.h
moz.build Bug 1911971 - Use ID3D11VideoProcessor for color conversion in DXGITextureHostD3D11::GetAsSurfaceWithDevice() r=gfx-reviewers,lsalzman 2024-08-14 11:01:25 +00:00
NativeLayer.h
NativeLayerCA.h
NativeLayerCA.mm Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
NativeLayerWayland.cpp
NativeLayerWayland.h
OOPCanvasRenderer.h
PersistentBufferProvider.cpp
PersistentBufferProvider.h
ProfilerScreenshots.cpp
ProfilerScreenshots.h
RecordedCanvasEventImpl.h Bug 1454819 - Simplify SharedMemory classes r=ipc-reviewers,nika 2024-08-06 18:16:08 +00:00
RemoteTextureMap.cpp Bug 1898238 - Keep SharedSurface_EGLImages alive but do not recycle them. r=sotaro,jgilbert 2024-07-22 20:23:38 +00:00
RemoteTextureMap.h Bug 1863257 - Remove sync wait in compositor thread of main thread canvas by RemoteTextureMap::WaitForRemoteTextureOwner() r=gfx-reviewers,lsalzman 2024-05-20 00:29:19 +00:00
RepaintRequest.cpp
RepaintRequest.h
SampleTime.cpp
SampleTime.h
ScreenshotGrabber.cpp
ScreenshotGrabber.h
ScrollableLayerGuid.cpp Bug 1893683 - Remove ns{A,C}String and other xpcom dependencies from nsStringBuffer. r=smaug,media-playback-reviewers,karlt 2024-05-09 08:34:35 +00:00
ScrollableLayerGuid.h
ScrollbarData.h
ShareableCanvasRenderer.cpp Bug 1899096 - Update FwdTransactionTracker::mFwdTransactionId in ShareableCanvasRenderer::UpdateCompositableClient() even when canvas is not dirty r=gfx-reviewers,lsalzman 2024-05-27 16:39:17 +00:00
ShareableCanvasRenderer.h
SourceSurfaceSharedData.cpp Bug 1454819 - Simplify SharedMemory classes r=ipc-reviewers,nika 2024-08-06 18:16:08 +00:00
SourceSurfaceSharedData.h Bug 1454819 - Simplify SharedMemory classes r=ipc-reviewers,nika 2024-08-06 18:16:08 +00:00
SurfacePool.h
SurfacePoolCA.h
SurfacePoolCA.mm
SurfacePoolWayland.cpp
SurfacePoolWayland.h
SyncObject.cpp
SyncObject.h
TextureSourceProvider.cpp
TextureSourceProvider.h
TextureWrapperImage.cpp
TextureWrapperImage.h
TransactionIdAllocator.h
TreeTraversal.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
UpdateImageHelper.h
ZoomConstraints.cpp
ZoomConstraints.h