From nobody Tue Nov 21 16:09:21 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SZTpk15dWz51rrs; Tue, 21 Nov 2023 16:09:34 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SZTpj1qShz4TbQ; Tue, 21 Nov 2023 16:09:33 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1700582964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1HpKTmVKOEiZc1qZRdaG2DjaL59Vd2oodvyKPVdsH0I=; b=XwYHvnBsCdi6sLlDJyPoPPyHtU4otBYgRvDJG1r0vahyqVMCHjMPF7UaL4YprLZUayp3g+ sF1Nm+iwa4DmU8wZmxPfo+FHjHkNzhXS0f+RTLHz3/EZvIFNQitx2xNuG6K2ObzIepVgyJ DLI7H8P/6od6cC5EONJJn6MwO0xmgEI= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id ceb095da (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 21 Nov 2023 16:09:24 +0000 (UTC) Date: Tue, 21 Nov 2023 17:09:21 +0100 From: Emmanuel Vadot To: Jan Beich Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 29d855b6f775 - main - graphics/mesa: update to 23.1.8 Message-Id: <20231121170921.0fd3e5b502eb05037e559862@bidouilliste.com> In-Reply-To: <4jhf-5dgi-wny@FreeBSD.org> References: <202311211519.3ALFJFsR011680@gitrepo.freebsd.org> <4jhf-5dgi-wny@FreeBSD.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd15.0) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Queue-Id: 4SZTpj1qShz4TbQ On Tue, 21 Nov 2023 16:32:45 +0100 Jan Beich wrote: > Emmanuel Vadot writes: > > > - enable vulkan haswell driver > [...] > > -ALL_VULKAN_DRIVERS= INTEL AMD SWRAST > > +ALL_VULKAN_DRIVERS= INTEL INTEL_HASVK AMD SWRAST > [...] > > -VULKAN_DRIVERS+= INTEL > > +VULKAN_DRIVERS+= INTEL INTEL_HASVK > [...] > > %%INTEL_VDRIVER%%lib/libvulkan_intel.so > > +%%INTEL_VDRIVER%%lib/libvulkan_intel_hasvk.so > [...] > > %%INTEL_VDRIVER%%share/vulkan/icd.d/intel_icd.%%ARCH%%.json > > +%%INTEL_VDRIVER%%share/vulkan/icd.d/intel_hasvk_icd.%%ARCH%%.json > > Why bother? patch-userptr is missing and broken in drm-515-kmod. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244877 > https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13162 > https://github.com/torvalds/linux/commit/c6bcc0c2fdfd Because I didn't knew this was broken, I don't have haswell to test, I've just added it because I've seen it re-reading meson_option from mesa and notice we didn't shipped it. I'll remove it. -- Emmanuel Vadot