Chromium: Difference between revisions

Djf (talk | contribs)
Add details re: blank video acceleration section
Unabomberlive (talk | contribs)
Accelerated video playback: New chromium acceleration flags
Line 13: Line 13:
     (chromium.override {
     (chromium.override {
       commandLineArgs = [
       commandLineArgs = [
         "--enable-features=VaapiVideoDecodeLinuxGL"
         "--enable-features=AcceleratedVideoEncoder"
         "--ignore-gpu-blocklist"
         "--ignore-gpu-blocklist"
         "--enable-zero-copy"
         "--enable-zero-copy"
Line 28: Line 28:
     (chromium.override {
     (chromium.override {
       commandLineArgs = [
       commandLineArgs = [
         "--enable-features=VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,Vulkan,VulkanFromANGLE"
         "--enable-features=AcceleratedVideoEncoder,VaapiOnNvidiaGPUs,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE"
         "--enable-features=VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport"
         "--enable-features=VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport"
         "--enable-features=DefaultANGLEVulkan,UseMultiPlaneFormatForHardwareVideo"
         "--enable-features=DefaultANGLEVulkan,UseMultiPlaneFormatForHardwareVideo"
Line 38: Line 38:
}
}
</nowiki>}}
</nowiki>}}
== Enabling native Wayland support ==
== Enabling native Wayland support ==