Bug 253233 - [GTK] Remove the fallback code when GTK fails to create the GL context under wayland
Summary: [GTK] Remove the fallback code when GTK fails to create the GL context under ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2023-03-02 02:42 PST by Carlos Garcia Campos
Modified: 2023-03-03 01:31 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2023-03-02 02:42:41 PST
If GTK can't do hardware acceleration (which is quite unlikely) it's better to to just disable acceleration in Webkit too, instead of using the glReadPixels fallback solution that is slow and mostly untested.
Comment 1 Carlos Garcia Campos 2023-03-02 02:46:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/10928
Comment 2 EWS 2023-03-03 01:31:03 PST
Committed 261126@main (c1109bfc0991): <https://commits.webkit.org/261126@main>

Reviewed commits have been landed. Closing PR #10928 and removing active labels.