Bug 202690 - [GTK][WPE] about:gpu should also show the client EGL extensions
Summary: [GTK][WPE] about:gpu should also show the client EGL extensions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2019-10-08 05:13 PDT by Carlos Garcia Campos
Modified: 2019-10-09 00:22 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2019-10-08 05:17 PDT, Carlos Garcia Campos
clopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.
Comment 1 Carlos Garcia Campos 2019-10-08 05:17:44 PDT
Created attachment 380421 [details]
Patch
Comment 2 EWS Watchlist 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
Comment 3 Carlos Garcia Campos 2019-10-09 00:22:14 PDT
Committed r250898: <https://trac.webkit.org/changeset/250898>