From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CFF9138335 for ; Mon, 4 Mar 2019 18:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 795DCE08FE; Mon, 4 Mar 2019 18:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 458D0E08FE for ; Mon, 4 Mar 2019 18:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D50CC335D0D for ; Mon, 4 Mar 2019 18:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F42155B for ; Mon, 4 Mar 2019 18:46:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1551725200.af3182c634ad56f72b8701a88d3a16dba5b99512.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild media-libs/mesa/metadata.xml X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: af3182c634ad56f72b8701a88d3a16dba5b99512 X-VCS-Branch: master Date: Mon, 4 Mar 2019 18:46:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b09b416e-96c6-4ea4-9717-2cb21a2a18ac X-Archives-Hash: 4a8d6d6269f3ba489307e92411573165 commit: af3182c634ad56f72b8701a88d3a16dba5b99512 Author: Mike Lothian fireburn co uk> AuthorDate: Fri Mar 1 14:04:11 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 4 18:46:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3182c6 media-libs/mesa: Add vulkan-overlay-layer support to mesa-9999 This adds the vulkan-overlay-layer to the mesa-9999 ebuild It can be enabled with: VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay More help on how to use it can be found with: VK_LAYER_MESA_OVERLAY_STATS=help Signed-off-by: Mike Lothian fireburn.co.uk> Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 5 ++++- media-libs/mesa/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 720e8a4c73f..0d4b0abb567 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -38,7 +38,7 @@ done IUSE="${IUSE_VIDEO_CARDS} +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind - vdpau vulkan wayland xa xvmc" + vdpau vulkan vulkan-overlay wayland xa xvmc" REQUIRED_USE=" d3d9? ( dri3 || ( video_cards_r300 video_cards_r600 video_cards_radeonsi video_cards_nouveau video_cards_vmware ) ) @@ -47,6 +47,7 @@ REQUIRED_USE=" vulkan? ( dri3 || ( video_cards_i965 video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) + vulkan-overlay? ( vulkan ) wayland? ( egl gbm ) video_cards_freedreno? ( gallium ) video_cards_intel? ( classic ) @@ -216,6 +217,7 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig valgrind? ( dev-util/valgrind ) + vulkan-overlay? ( media-libs/vulkan-layers[${MULTILIB_USEDEP}] ) x11-base/xorg-proto x11-libs/libXrandr[${MULTILIB_USEDEP}] $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") @@ -472,6 +474,7 @@ multilib_src_configure() { -Ddri-drivers=$(driver_list "${DRI_DRIVERS[*]}") -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}") -Dvulkan-drivers=$(driver_list "${VULKAN_DRIVERS[*]}") + $(meson_use vulkan-overlay vulkan-overlay-layer) --buildtype $(usex debug debug plain) -Db_ndebug=$(usex debug false true) ) diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 23679a78209..8099392fa04 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -24,6 +24,7 @@ Compile in valgrind memory hints Enable the VDPAU acceleration interface for the Gallium3D Video Layer. Enable Vulkan drivers + Enable vulkan-overlay-layer for vulkan stats" Enable support for dev-libs/wayland Enable the XA (X Acceleration) API for Gallium3D. Enable the XvMC acceleration interface for the Gallium3D Video Layer.