public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Enable Vulkan for intel graphic driver by default
@ 2026-08-07 16:07 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 3585ae088cca54eac379992caef259a4eb05a367
Author : Than Ngo <than@redhat.com>
Date   : 2024-12-04T17:20:45+01:00
Stats  : +1/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/3585ae088cca54eac379992caef259a4eb05a367?branch=epel9-next

Log:
Enable Vulkan for intel graphic driver by default

---
diff --git a/chromium.conf b/chromium.conf
index fd2405d..1ec54ce 100644
--- a/chromium.conf
+++ b/chromium.conf
@@ -24,7 +24,7 @@ fi
 FEATURES=""
 
 case "$GRAPHIC_DRIVER" in
-   amd)
+   amd|intel)
       # Need new mesa with AMD multi planes support, is supported in fedora >= 40 (mesa-24.1.1 or newer)
       # see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26165
       CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=vulkan --enable-accelerated-video-decode"
@@ -37,10 +37,6 @@ case "$GRAPHIC_DRIVER" in
       CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl"
       FEATURES+="VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiOnNvidiaGPUs"
       ;;
-   intel)
-      CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl"
-      FEATURES+="VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
-      ;;
    *)
       CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl --disable-gpu-compositing"
       FEATURES+="VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:07 [rpms/chromium] epel9-next: Enable Vulkan for intel graphic driver by default Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox