gecko-dev/gfx/layers/wr
sotaro 00fa00cad3 Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical
GeckoSurfaceTexture could bind to only one GL context at once. With WebRender, GeckoSurfaceTexture is soon bounded to sharedGL on render thread. It caused the problem if GeckoSurfaceTexture is rendered to WebGL. It could happen only for video's GeckoSurfaceTexture. To avoid the problem, the GeckoSurfaceTexture is bound to gl context when it is actually rendered on WebRender.

Differential Revision: https://phabricator.services.mozilla.com/D27873

--HG--
extra : moz-landing-system : lando
2019-04-26 07:48:54 +00:00
..
AsyncImagePipelineManager.cpp Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
AsyncImagePipelineManager.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
ClipManager.cpp Bug 1529992 - disable the MergeClipLeaf optimization for all shadows properly. r=kats 2019-04-15 23:13:49 +00:00
ClipManager.h Bug 1441308 - Remove unnecessary StackingContextHelper params from clips r=kats 2019-03-13 16:44:05 +00:00
IpcResourceUpdateQueue.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
IpcResourceUpdateQueue.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootBoundary.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootStateManager.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootStateManager.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
RenderRootTypes.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
RenderRootTypes.h Bug 1535029 - Pass the render root rect over as an unrounded LayoutDeviceRect. r=dthayer 2019-03-28 16:45:12 +00:00
StackingContextHelper.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
StackingContextHelper.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
WebRenderBridgeChild.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
WebRenderBridgeChild.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderBridgeParent.cpp Bug 1546371 - Switch render backend and API away from FramebufferPixel r=gw 2019-04-25 13:02:47 +00:00
WebRenderBridgeParent.h Bug 1534395 - Rename TabParent to BrowserParent. r=nika 2019-04-09 16:38:15 -05:00
WebRenderCanvasRenderer.cpp Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
WebRenderCanvasRenderer.h Bug 1441308 - Split out document pieces of WebRenderLayerManager r=jrmuizel 2019-01-07 21:33:10 +00:00
WebRenderCommandBuilder.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
WebRenderCommandBuilder.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderDrawEventRecorder.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderDrawEventRecorder.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderImageHost.cpp Bug 1543616 - Call TextureHost::PrepareForUse() when mCompositableCount becomes from 0 to 1 r=nical 2019-04-12 17:00:05 +00:00
WebRenderImageHost.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderLayerManager.cpp Bug 1534395 - Rename TabChild to BrowserChild. r=nika 2019-04-09 17:39:01 -05:00
WebRenderLayerManager.h Bug 1529892 - Extend APZTestData with free-form additional data not grouped by paint or scroll frame. r=kats,Ehsan 2019-04-26 05:10:44 +00:00
WebRenderLayersLogging.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderLayersLogging.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WebRenderMessageUtils.h No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
WebRenderScrollData.cpp Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderScrollData.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderScrollDataWrapper.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
WebRenderTextureHost.cpp Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
WebRenderTextureHost.h Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
WebRenderTextureHostWrapper.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
WebRenderTextureHostWrapper.h Bug 1535807 - Fix build failure by WebRenderTextureHostWrapper.h r=jrmuizel 2019-03-16 17:03:18 +00:00
WebRenderUserData.cpp No bug - clang-format -p gfx 2019-03-29 23:41:48 -07:00
WebRenderUserData.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00