Bug 1865991 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It is a preparation for Bug 1865984 and  Bug 1861605.
In current gecko, SharedSurface_ANGLEShareHandle requests to allocate ID3D11Texture2D to ANGLE. The bugs requests to change D3D11_TEXTURE2D_DESC::MiscFlags. To do it, the ID3D11Texture2D needs to be allocated by SharedSurface_ANGLEShareHandle.
It is a preparation for Bug 1865984 and  Bug 1861605.
In current gecko, SharedSurface_ANGLEShareHandle requests ANGLE to allocate ID3D11Texture2D. The bugs requests to change D3D11_TEXTURE2D_DESC::MiscFlags. To do it, the ID3D11Texture2D needs to be allocated by SharedSurface_ANGLEShareHandle.
It is a preparation for Bug 1865984 and  Bug 1861605.
In current gecko, SharedSurface_ANGLEShareHandle requests ANGLE to allocate ID3D11Texture2D. But the bugs requests to change D3D11_TEXTURE2D_DESC::MiscFlags. To do it, the ID3D11Texture2D needs to be allocated by SharedSurface_ANGLEShareHandle.

Back to Bug 1865991 Comment 0