Bug 314180
| Summary: | [WPE][GTK][CMake] Enablke Vulkan support with ENABLE_EXPERIMENTAL_FEATURES | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | CMake | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | csaavedra, dpino |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=312992 | ||
| Bug Depends on: | |||
| Bug Blocks: | 312990 | ||
Adrian Perez
As part of issue #312992 there was a follow-up patch to disable Vulkan
support to avoid breaking the Ubuntu-stable and Debian-stable post-commit
bots. These two bots disable experimental features, which means tying
Vulkan to ENABLE_EXPERIMENTAL_FEATURES we can get the code built by
default in most bots, while not breaking the two that do not have the
Volk dependency installed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/64352
EWS
Committed 312679@main (29650bf76db0): <https://commits.webkit.org/312679@main>
Reviewed commits have been landed. Closing PR #64352 and removing active labels.