RESOLVED FIXED 202690
[GTK][WPE] about:gpu should also show the client EGL extensions
https://bugs.webkit.org/show_bug.cgi?id=202690
Summary [GTK][WPE] about:gpu should also show the client EGL extensions
Carlos Garcia Campos
Reported 2019-10-08 05:13:22 PDT
If display is EGL_NO_DISPLAY, then the EGL_EXTENSIONS string describes the set of supported client extensions. If display is a valid, initialized display, then the EGL_EXTENSIONS string describes the set of display extensions supported by that display. The set of supported client extensions is disjoint from the set of extensions supported by any given display.
Attachments
Patch (1.45 KB, patch)
2019-10-08 05:17 PDT, Carlos Garcia Campos
clopez: review+
Carlos Garcia Campos
Comment 1 2019-10-08 05:17:44 PDT
EWS Watchlist
Comment 2 2019-10-08 05:18:37 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2019-10-09 00:22:14 PDT
Note You need to log in before you can comment on or make changes to this bug.