Bug 250708
Summary: | REGRESSION(257730@main): [GTK] WebGL 2 not available | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kdwk <kdwkleung> |
Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | alex, bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=243390 | ||
Bug Depends on: | |||
Bug Blocks: | 250783 |
Kdwk
I have built org.gnome.Platform//master with WebKitGTK 2.39.4, and launched MiniBrowser with this runtime. However, https://get.webgl.org/webgl2/ reports that WebGL 2 is not supported (https://get.webgl.org/webgl/ reports that WebGL is supported). There are no errors or messages in the terminal.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Lovely :S
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/8779
Alejandro G. Castro
This is a regression of this patch:
https://github.com/WebKit/WebKit/commit/019d6d9469f55872c49696691e61fdc24f0e5be2
We need to add a dependency with ENABLE_WEBGL but I don't think that is the right way to do it.
Alejandro G. Castro
Michael beat me to upload the patch :-), I tested it and I have another one with fixes of the compilation without WEBGL.
EWS
Committed 259059@main (65c06fc0f308): <https://commits.webkit.org/259059@main>
Reviewed commits have been landed. Closing PR #8779 and removing active labels.