Bug 227289 - REGRESSION(r236846): WPE shouldn't depend on OpenGL ES 3
Summary: REGRESSION(r236846): WPE shouldn't depend on OpenGL ES 3
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-23 06:05 PDT by Zan Dobersek
Modified: 2021-06-24 07:59 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.24 KB, patch)
2021-06-23 06:08 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2021-06-23 06:05:31 PDT
r236846, bug #224786 for WPE imposes a dependency on OpenGL ES 3. This isn't viable because the minimum is set at OpenGL ES 2, and furthermore because libepoxy is used, making it irrelevant what version of OpenGL ES drivers the library is being built against.
Comment 1 Zan Dobersek 2021-06-23 06:08:26 PDT
Created attachment 432034 [details]
Patch
Comment 2 EWS 2021-06-24 07:59:29 PDT
Committed r279222 (239108@main): <https://commits.webkit.org/239108@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 432034 [details].