Bug 245288
| Summary: | [GTK] Layout tests with ANGLE backend require to use GLX to make Xvfb and software rasterization work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | WebKitGTK | Assignee: | Alejandro G. Castro <alex> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | bugs-noreply, cgarcia, dino, kbr, kkinnunen, zdobersek, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alejandro G. Castro
In gtk testing we are using Xvfb and software rasterization for layout test, this is detected to use the X11 backends and GLX in WebKit, we need to make sure we have the GLX backend compiled with ANGLE and we use it when we are in DEVELOPER_MODE in the fallback class.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alejandro G. Castro
Pull request: https://github.com/WebKit/WebKit/pull/4429
Alejandro G. Castro
After https://commits.webkit.org/254751@main this is not a problem anymore because we prefer EGL, so we go in the good directorion to remove GLX. I'm closing this PR.