Bug 280263
| Summary: | [WPE] WPE Platform: do not force headless platform to AR24 linear buffer format | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 265636 | ||
Carlos Garcia Campos
When used with swrast, shared memory buffers are used with ARGB8888 format, but when using a GPU there's no reason to force a format. We can remove the implementation of get_preferred_dma_buf_formats and implement get_egl_display instead, so that WPEDisplay will build the list of formats supported by the EGL display.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/34160
EWS
Committed 284205@main (e4c64c9c92bd): <https://commits.webkit.org/284205@main>
Reviewed commits have been landed. Closing PR #34160 and removing active labels.