Bug 1010527 Comment 25 Edit History

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

(In reply to Jeff Gilbert [:jgilbert] from comment #19)
> WebRender will not solve this.

Some ultra naive questions to understand what is left to address this for WebRender/X11 with Mesa drivers:
* With bug 640082, bug 1187440 and bug 1402767, does [gfx.use-glx-texture-from-pixmap](https://searchfox.org/mozilla-central/rev/06bd14ced96f25ff1dbd5352cb985fc0fa12a64e/modules/libpref/init/StaticPrefList.h#3354) only need to be re-enabled?
(Due to Nvidia problems it was disabled by bug 1193015. Didn't bug 1478454 fix it?)
* Does [GLXPixmap](https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_Using_texture_from_pixmap_extension) (?) from [SharedSurfaceGLX](https://searchfox.org/mozilla-central/source/gfx/gl/SharedSurfaceGLX.cpp) need to be [glued](https://searchfox.org/mozilla-central/search?q=NativeTextureToWrExternalImage&case=true&path=) to [WebRender](https://github.com/servo/webrender/blob/14c260b9ee45c20d6d98791ddc1ec9120267d9ef/examples/yuv.rs#L74) (such as bug 1499255 and bug 1532201 did for Android)?
* Should bug 942302 be wontfixed in the light of XRender deprecation (bug 1180942)?
(In reply to Jeff Gilbert [:jgilbert] from comment #19)
> WebRender will not solve this.

Some ultra naive questions to understand what is left to address this for WebRender/X11 with Mesa drivers:
* With bug 640082, bug 1187440, bug 1245550 and bug 1402767, does [gfx.use-glx-texture-from-pixmap](https://searchfox.org/mozilla-central/rev/06bd14ced96f25ff1dbd5352cb985fc0fa12a64e/modules/libpref/init/StaticPrefList.h#3354) only need to be re-enabled?
(Due to Nvidia problems it was disabled by bug 1193015. Didn't bug 1478454 fix it?)
* Does [GLXPixmap](https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_Using_texture_from_pixmap_extension) (?) from [SharedSurfaceGLX](https://searchfox.org/mozilla-central/source/gfx/gl/SharedSurfaceGLX.cpp) need to be [glued](https://searchfox.org/mozilla-central/search?q=NativeTextureToWrExternalImage&case=true&path=) to [WebRender](https://github.com/servo/webrender/blob/14c260b9ee45c20d6d98791ddc1ec9120267d9ef/examples/yuv.rs#L74) (such as bug 1499255 and bug 1532201 did for Android)?
* Should bug 942302 be wontfixed in the light of XRender deprecation (bug 1180942)?

Back to Bug 1010527 Comment 25