flathub / org.chromium.Chromium

https://flathub.org/apps/details/org.chromium.Chromium
43 stars 25 forks source link

Add patch to allow angle vulkan when using ozone wayland for amd vaapi #412

Closed vulongm closed 1 week ago

vulongm commented 1 month ago

Allows enabling Vulkan if using ozone Wayland, enables video decode on AMD GPUs if user adds additional flags.

References: https://issues.chromium.org/issues/334275637 https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/merge_requests/6#bf4c8df0776600c6df606943634b54578fb21cd0

flathubbot commented 1 month ago

Started test build 131230

flathubbot commented 1 month ago

Build 131230 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/114231/org.chromium.Chromium.flatpakref
vulongm commented 1 month ago

Flags to enable and test:

--ozone-platform-hint=auto
--enable-features=VaapiVideoDecoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE

image

vulongm commented 1 week ago

Patch has been merged upstream