Files
tubestation/gfx/layers/ipc
sotaro f3f016530d Bug 1900677 - Add a capability to recycle DataSourceSurface allocated in CanvasTranslator::LookupSourceSurfaceFromSurfaceDescriptor() if possible r=gfx-reviewers,lsalzman
By default, it is disabled by pref gfx.canvas.remote.recycle-used-data-surface = false.

Add a capability to reuse used DataSourceSurface that was previously used for storing converted video data.

Add argument gfx::DataSourceSurface* aSurface to TextureHost::GetAsSurface(). aSurface may be used as returned DataSourceSurfacefi the TextureHost supports it.

Differential Revision: https://phabricator.services.mozilla.com/D212608
2024-06-06 03:25:53 +00:00
..