From: Heiko Thiery <heiko.thiery@gmail.com>
To: buildroot@buildroot.org
Cc: Bernd Kuhls <bernd@kuhls.net>,
Romain Naour <romain.naour@gmail.com>, Bryan Brattlof <bb@ti.com>,
Michael Walle <michael@walle.cc>,
Heiko Thiery <heiko.thiery@gmail.com>
Subject: [Buildroot] [PATCH] package/mesa3d: add support for imagination vulkan driver
Date: Fri, 11 Jul 2025 14:06:26 +0200 [thread overview]
Message-ID: <20250711120625.316250-1-heiko.thiery@gmail.com> (raw)
This adds the experimental vulkan support for the PowerVR rogue
architecture.
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
package/mesa3d/Config.in | 8 ++++++++
package/mesa3d/mesa3d.mk | 1 +
2 files changed, 9 insertions(+)
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index b5c1d92d68..7ec8fd2f76 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -359,6 +359,14 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_BROADCOM
help
Vulkan broadcom driver.
+config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_IMAGINATION
+ bool "Vulkan imagination driver (experimental)"
+ depends on BR2_arm || BR2_aarch64
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libxshmfence
+ select BR2_PACKAGE_MESA3D_VULKAN_DRIVER
+ help
+ Vulkan imagination driver.
+
config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
bool "Vulkan Intel driver"
depends on BR2_TOOLCHAIN_HAS_SYNC_4 || !BR2_PACKAGE_XORG7 # libxshmfence
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 998fd25584..716e11044b 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -135,6 +135,7 @@ MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL) += virgl
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ZINK) += zink
# Vulkan Drivers
MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_BROADCOM) += broadcom
+MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_IMAGINATION) += imagination-experimental
MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL) += intel
MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_SWRAST) += swrast
MESA3D_VULKAN_DRIVERS-$(BR2_PACKAGE_MESA3D_VULKAN_DRIVER_VIRTIO) += virtio
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-07-11 12:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 12:06 Heiko Thiery [this message]
2025-07-12 12:43 ` [Buildroot] [PATCH] package/mesa3d: add support for imagination vulkan driver Julien Olivain via buildroot
2025-07-14 6:14 ` Heiko Thiery
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=20250711120625.316250-1-heiko.thiery@gmail.com \
--to=heiko.thiery@gmail.com \
--cc=bb@ti.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=michael@walle.cc \
--cc=romain.naour@gmail.com \
/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