public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Enable Vulkan for intel graphic driver by default
Date: Fri, 07 Aug 2026 16:07:12 GMT [thread overview]
Message-ID: <178611883219.1.2726907097957757396.rpms-chromium-3585ae088cca@fedoraproject.org> (raw)
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"
reply other threads:[~2026-08-07 16:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178611883219.1.2726907097957757396.rpms-chromium-3585ae088cca@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox