RESOLVED WORKSFORME 245288
[GTK] Layout tests with ANGLE backend require to use GLX to make Xvfb and software rasterization work
https://bugs.webkit.org/show_bug.cgi?id=245288
Summary [GTK] Layout tests with ANGLE backend require to use GLX to make Xvfb and so...
Alejandro G. Castro
Reported 2022-09-16 11:44:44 PDT
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
Alejandro G. Castro
Comment 1 2022-09-16 12:09:32 PDT
Alejandro G. Castro
Comment 2 2022-09-22 05:26:23 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.