mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 3/4] mesalib: enable vulkan drivers
Date: Fri, 10 Jan 2020 10:11:59 +0100	[thread overview]
Message-ID: <20200110091200.28555-3-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20200110091200.28555-1-p.zabel@pengutronix.de>

Radv still requires LLVM support.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/mesalib.in   | 12 ++++++++++++
 rules/mesalib.make | 19 +++++++++++++++++--
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/rules/mesalib.in b/rules/mesalib.in
index 7e200ee9ec23..2fa8156bab8e 100644
--- a/rules/mesalib.in
+++ b/rules/mesalib.in
@@ -178,5 +178,17 @@ config MESALIB_LMSENSORS
 	depends on MESALIB_EXTENDED_HUD
 	bool
 
+comment "Vulkan drivers"
+
+config MESALIB_VULKAN_AMD
+	bool
+	# needs LLVM
+	depends on BROKEN
+	prompt "AMD (Radv)"
+
+config MESALIB_VULKAN_INTEL
+	bool
+	prompt "Intel (Anvil)"
+
 endif
 
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 35b71795dcc3..0fcdbbc0977e 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -66,6 +66,13 @@ MESALIB_DRI_LIBS-y = \
 MESALIB_DRI_GALLIUM_LIBS-y = \
 	$(subst kmsro,imx-drm pl111 hx8357d stm,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y)))
 
+ifdef PTXCONF_ARCH_X86
+MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD)		+= amd
+MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL)		+= intel
+endif
+
+MESALIB_VULKAN_LIBS-y = $(subst amd,radeon,$(MESALIB_VULKAN_DRIVERS-y))
+
 MESALIB_LIBS-y				:= libglapi
 MESALIB_LIBS-$(PTXCONF_MESALIB_GLX)	+= libGL
 MESALIB_LIBS-$(PTXCONF_MESALIB_GLES1)	+= libGLESv1_CM
@@ -120,7 +127,7 @@ MESALIB_CONF_OPT	:= \
 	-Dplatforms=$(subst $(space),$(comma),$(MESALIBS_EGL_PLATFORMS-y)) \
 	-Dpower8=false \
 	-Dselinux=false \
-	-Dshader-cache=false \
+	-Dshader-cache=$(call ptx/truefalse, PTXCONF_MESALIB_VULKAN_AMD) \
 	-Dshared-glapi=true \
 	-Dshared-llvm=false \
 	-Dswr-arches=[] \
@@ -128,7 +135,7 @@ MESALIB_CONF_OPT	:= \
 	-Dva-libs-path=/usr/lib/dri \
 	-Dvalgrind=false \
 	-Dvdpau-libs-path=/usr/lib/vdpau \
-	-Dvulkan-drivers=[] \
+	-Dvulkan-drivers=$(subst $(space),$(comma),$(MESALIB_VULKAN_DRIVERS-y)) \
 	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
 	-Dvulkan-overlay-layer=false \
 	-Dxlib-lease=false \
@@ -171,6 +178,14 @@ ifneq ($(strip $(MESALIB_DRI_GALLIUM_LIBS-y)),)
 		/usr/lib/dri/$(lib)_dri.so)$(ptx/nl))
 endif
 
+ifneq ($(strip $(MESALIB_VULKAN_LIBS-y)),)
+	@$(foreach lib, $(MESALIB_VULKAN_LIBS-y), \
+		$(call install_copy, mesalib, 0, 0, 0644, -, \
+		/usr/lib/libvulkan_$(lib).so)$(ptx/nl) \
+		$(call install_copy, mesalib, 0, 0, 0644, -, \
+		/etc/vulkan/icd.d/$(lib)_icd.$(subst _,-,$(PTXCONF_ARCH_STRING)).json)$(ptx/nl))
+endif
+
 	@$(foreach lib, $(MESALIB_LIBS-y), \
 		$(call install_lib, mesalib, 0, 0, 0644, $(lib))$(ptx/nl))
 
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2020-01-10  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10  9:11 [ptxdist] [PATCH 1/4] vulkan-loader: new package Philipp Zabel
2020-01-10  9:11 ` [ptxdist] [PATCH 2/4] mesalib: enable zink gallium driver Philipp Zabel
2020-01-10  9:11 ` Philipp Zabel [this message]
2020-01-10  9:12 ` [ptxdist] [PATCH 4/4] gst-plugins-bad1: enable vulkan plugin Philipp Zabel
2020-01-10  9:36 ` [ptxdist] [PATCH 1/4] vulkan-loader: new package Roland Hieber

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=20200110091200.28555-3-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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