Bug 279434
| Summary: | [GTK][WPE] Make it possible to use GPU process without a real GPU for testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, philn |
| Priority: | P2 | Keywords: | Gtk |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=279257 | ||
Carlos Garcia Campos
The GPU process requires an actual GPU to allocate the DMA-BUF buffers. This makes imposible to use it in layout tests where we always use software rasterization mode. We could add a fallback mode using shared memory, just for the tests since it will be very slow.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
*** Bug 283623 has been marked as a duplicate of this bug. ***