Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.3.7_2 26 Apr 2023 12:53:34
    |
Piotr Kubaj (pkubaj)  |
graphics/mesa-dri: enable libunwind on powerpc |
22.3.7_1 04 Apr 2023 09:22:20
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: fix Wayland warnings on exit after d2c3c81a5310
warning: queue 0x562a5ed2cd20 destroyed while proxies still attached:
wl_display@1 still attached
warning: queue 0x557a4efbcf70 destroyed while proxies still attached:
zwp_linux_dmabuf_feedback_v1@18 still attached
PR: 269877
Obtained from: upstream (mesa-23.1.0)
Exp-run by: antoine
Approved by: manu |
22.3.7_1 04 Apr 2023 09:17:31
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: fix Wayland warnings on exit after d2c3c81a5310
warning: queue 0x562a5ed2cd20 destroyed while proxies still attached:
wl_display@1 still attached
warning: queue 0x557a4efbcf70 destroyed while proxies still attached:
zwp_linux_dmabuf_feedback_v1@18 still attached
PR: 269877
Obtained from: upstream (mesa-23.1.0)
Exp-run by: antoine
Approved by: manu |
22.3.7 20 Mar 2023 17:16:03
    |
Jan Beich (jbeich)  |
graphics/mesa-*: unbreak with --auto-features=enabled
meson.build:945:2: ERROR: Dependency "libclc" not found, tried pkgconfig
PR: 270361 |
22.3.7 10 Mar 2023 12:16:43
    |
Emmanuel Vadot (manu)  |
graphics/mesa*: Update to 22.3.7
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2023-March/225936.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.6 27 Feb 2023 10:44:29
    |
Emmanuel Vadot (manu)  |
graphics/mesa-*: Update to 22.3.6
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2023-February/000707.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.5 13 Feb 2023 15:09:21
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: drop unused libpthread-stubs after 899ab84a708e
PR: 269463
Approved by: manu |
22.3.5 09 Feb 2023 22:25:10
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 22.3.5
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2023-February/000705.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.4 27 Jan 2023 08:18:59
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 22.3.4
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2023-January/225916.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.3_2 15 Jan 2023 18:16:51
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: drop obsolete override after 22a85734ff71
PR: 268955
Approved by: manu |
22.3.3_2 15 Jan 2023 18:16:51
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: extend kwin_x11 workaround to crocus
PR: 268955
Tested by: jsm, probono@puredarwin.org
Approved by: manu |
22.3.3_1 12 Jan 2023 19:41:51
    |
Emmanuel Vadot (manu)  |
graphics/mesa-*: Update to 22.3.3
Release
notes: https://lists.freedesktop.org/archives/mesa-dev/2023-January/225908.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.2_1 02 Jan 2023 16:13:43
    |
Emmanuel Vadot (manu)  |
graphics/mesa-dri: Remove upstreamed patch
I somehow didn't had the commit that added this patch on my test branch so
forgot to remove it.
Reported by: Michael Butler <imb@protected-networks.net>
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.2_1 02 Jan 2023 13:50:06
    |
Emmanuel Vadot (manu)  |
graphics/mesa-dri: Update to 22.3.2
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2022-December/000698.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.1_1 20 Dec 2022 17:16:51
    |
Emmanuel Vadot (manu)  Author: Florian Walpen |
graphics/mesa-dri: Fix a crash for radeon r600 graphic cards.
Add an upstream patch to fix an immediate crash of Xorg and wayland
on systems with radeon r600 based graphic cards. See:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/7931
PR: 268327 |
22.3.1 16 Dec 2022 07:52:09
    |
Emmanuel Vadot (manu)  |
graphics/mesa-dri: Update to 22.3.1
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2022-December/000697.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.0 14 Dec 2022 12:04:26
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: drop USE_LDCONFIG due to dlopen(3)
OpenGL drivers in mesa-dri lack headers and cannot be used by ld(1)
via -l<lib> due to missing "lib" prefix. libglvnd uses dlopen(3)
to find lib(EGL|GLX)_mesa.so in mesa-libs which uses dlopen(3)
to find the drivers under ${PREFIX}/lib/dri (or LIBGL_DRIVERS_PATH).
Vulkan drivers in mesa-dri lack headers and only expose ICD symbols
for vulkan-loader which uses dlopen(3) to find the drivers via
${PREFIX}/share/vulkan/icd.d/*.json (or VK_ICD_FILENAMES).
Approved by: manu (on dev-commits-ports-main@ list) |
22.3.0 14 Dec 2022 12:04:26
    |
Jan Beich (jbeich)  |
graphics/mesa-dri: respect LLVM_DEFAULT after e70ff172c205
Meson probes FreeBSD suffixes[1] for llvm-config but ends up selecting
the last match instead of the unsuffixed version. So, replace BINARY_ALIAS
with recently introduced[2] ad hoc environ(7) variable.
[1]
https://github.com/mesonbuild/meson/blob/0.64.1/mesonbuild/environment.py#L159-L177
[2] https://github.com/mesonbuild/meson/commit/2c1ac8ac1ddb
Approved by: manu (on dev-commits-ports-main@ list) |
22.3.0 13 Dec 2022 14:35:36
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Remove old header from the plist
Reported by: jbeich |
22.3.0 08 Dec 2022 19:00:49
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Stop adding libglapi.so as a deps when not needed
Not every mesa port needs this lib so stop adding a dep on it if not needed.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.0 08 Dec 2022 19:00:46
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Do not add USE_LDCONFIG for every mesa ports
Not every mesa ports provides shared libraries intented for dynamic uses
so stop running ldconfig script for those ports.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.0 08 Dec 2022 19:00:28
    |
Emmanuel Vadot (manu)  |
graphics/mesa*: Stop using meson native-file
Use BINARY_ALIAS instead, this is cleaner.
While here directly record the deps on libLLVM for packages that
needs it.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.3.0 05 Dec 2022 14:03:28
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 22.3
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-November/000695.html
On top of the release notes it seems that Gallium XVMC is also removed, see
https://gitlab.freedesktop.org/mesa/mesa/-/commit/8cc766d8f7eac26b7c029a2fac1bdfdba4776c29
for
more info.
Bump LLVM_DEFAULT to llvm15 so LTO works.
Also update libclc to track the one from llvm15.
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D37580 |
22.2.3 30 Nov 2022 10:55:30
    |
Emmanuel Vadot (manu)  |
graphics/mesa-dri: Remove pkg-help file
VA-API and VDPAU options where removed a long time ago in favor or
using graphics/mesa-gallium-va and graphics/mesa-gallium-vdpau
PR: 255524
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.2.3 09 Nov 2022 08:57:45
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 22.2.3
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2022-November/000691.html
Sponsored by: Beckhoff Automation GmbH & Co. KG |
22.2.2 24 Oct 2022 11:50:02
    |
Emmanuel Vadot (manu)  |
graphics/mesa*: Update to 22.2.2
While here enable vc1, h264 and h265 for mesa-gallium-va
Release
notes: https://lists.freedesktop.org/archives/mesa-announce/2022-October/000689.html
Sponsored by: Beckhoff Automation GmbH & Co. KG
PR: 267238 |
22.2.1 19 Oct 2022 19:22:30
    |
Emmanuel Vadot (manu)  |
graphics/mesa-dri: Fix check-plist
We need to build libEGL now for mesa-dri to succeed but we don't use it.
Sponsored by: Beckhoff Automation GmbH & Co. KG
PR: 267206 |
22.2.1 19 Oct 2022 13:30:07
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 22.2.1
This removes the old dri drivers.
While here add zink (OpenGL over Vulkan).
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-March/000665.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-March/000667.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-April/000670.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-May/000673.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-May/000675.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-June/000678.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-June/000681.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-June/000682.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-August/000683.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-August/000685.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-September/000687.html
Release notes:
https://lists.freedesktop.org/archives/mesa-announce/2022-October/000688.html
Differential Revision: https://reviews.freebsd.org/D37003
Sponsored by: Beckhoff Automation GmbH & Co. KG |
21.3.8 28 Sep 2022 04:52:10
    |
Xin LI (delphij)  |
graphics/mesa-dri: Improve qsort_r detection.
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D36514 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
21.3.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
21.3.8 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
21.3.8 16 Apr 2022 04:19:52
    |
Po-Chuan Hsieh (sunpoet)  Author: Helge Oldach |
graphics/mesa-dri: Fix 4afbb0586e84d991a8a3a501f4dab6eb5971e28c
PR: 263042
Submitted by: Helge Oldach <freebsd@oldach.net> |
21.3.8 25 Mar 2022 13:37:59
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/mesa-dri: Fix PLIST
- Bump PORTREVISION for package change
===> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/drirc.d/00-radv-defaults.conf
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Stop.
make: stopped in /usr/ports/graphics/mesa-dri
=>> Error: check-plist failures detected
Approved by: portmgr (blanket) |
21.3.8 21 Mar 2022 07:34:20
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 21.3.8
Update to the last release of the 21.3 branch.
Release
notes; https://lists.freedesktop.org/archives/mesa-dev/2022-March/225710.html
MFH: 2022Q1
Sponsored by: Beckhoff Automation GmbH & Co. KG |
21.3.7 28 Feb 2022 08:53:04
    |
Emmanuel Vadot (manu)  |
graphics/mesa*: Update to 21.3.7
While here add panfrost driver for arm64 and enable
lavapipe (llvm based driver for vulkan).
Realese notes:
https://lists.freedesktop.org/archives/mesa-dev/2022-February/225692.html
MFC: 2022Q1
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D34366
Differential Revision: https://reviews.freebsd.org/D34370
Differential Revision: https://reviews.freebsd.org/D34371 |
21.3.6 15 Feb 2022 16:14:40
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 21.3.6
Release notes for 21.3.5:
https://lists.freedesktop.org/archives/mesa-dev/2022-January/225661.html
Release notes for 21.3.6:
https://lists.freedesktop.org/archives/mesa-dev/2022-February/225673.html
MFH: 2022Q1
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D34239 |
21.3.4 18 Jan 2022 09:39:17
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 21.3.4
This is the last mesa release with DRI drivers, next one will only have
the gallium drivers.
Release notes for 21.2.0:
https://lists.freedesktop.org/archives/mesa-dev/2021-August/225459.html
Release notes for 21.2.1:
https://lists.freedesktop.org/archives/mesa-dev/2021-September/225480.html
Release notes for 21.2.2:
https://lists.freedesktop.org/archives/mesa-dev/2021-September/225490.html
Release notes for 21.2.3:
https://lists.freedesktop.org/archives/mesa-dev/2021-September/225495.html
Release notes for 21.2.4:
https://lists.freedesktop.org/archives/mesa-dev/2021-October/225532.html
Release notes for 21.2.5:
https://lists.freedesktop.org/archives/mesa-dev/2021-October/225555.html
Release notes for 21.2.6:
https://lists.freedesktop.org/archives/mesa-dev/2021-November/225580.html
Release notes for 21.3.0:
https://lists.freedesktop.org/archives/mesa-dev/2021-November/225574.html
Release notes for 21.3.1:
https://lists.freedesktop.org/archives/mesa-dev/2021-December/225581.html
Release notes for 21.3.2:
https://lists.freedesktop.org/archives/mesa-dev/2021-December/225603.html
Release notes for 21.3.3:
https://lists.freedesktop.org/archives/mesa-dev/2021-December/225612.html
Release notes for 21.3.4:
https://lists.freedesktop.org/archives/mesa-dev/2022-January/225635.html
MFH: 2022Q1
Reviewed by: zeising (privately)
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33332 |
21.1.8 19 Nov 2021 10:07:28
    |
Emmanuel Vadot (manu)  Author: Robert Clausecker |
graphics/mesa-dri: build on riscv64
PR: 259159 |
21.1.8 13 Oct 2021 08:46:30
    |
Emmanuel Vadot (manu)  |
graphics/mesa: Update to 21.1.8
Update to the latest release of the 21.1 branch.
Release Notes:
https://lists.freedesktop.org/archives/mesa-dev/2021-July/225455.html
Release Notes:
https://lists.freedesktop.org/archives/mesa-dev/2021-August/225461.html
Release Notes:
https://lists.freedesktop.org/archives/mesa-dev/2021-September/225465.html
Differential Revision: https://reviews.freebsd.org/D32351
Sponsored by: Beckhoff Automation GmbH & Co. KG |
21.1.5 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
21.1.5 04 Aug 2021 10:23:10
    |
Emmanuel Vadot (manu)  |
graphics/mesa-libs: Add back patch for iris
Due to how the mesa ports are split we need to patch meson files so
iris is prefered on compatible intel GPU.
PR: 257462 |
21.1.5 28 Jul 2021 07:12:07
    |
Emmanuel Vadot (manu)  |
graphics/mesa-*: Unbreak on 11.4
Re-add patches that was removed on the 21.1.5 update.
PR: 257305 |
21.1.5 21 Jul 2021 11:21:44
    |
Piotr Kubaj (pkubaj)  |
graphics/mesa-dri: fix build on powerpc64le
n file included from ../src/gallium/drivers/llvmpipe/lp_setup_tri.c:50:
/usr/lib/clang/11.0.1/include/altivec.h:55:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai
^
/usr/lib/clang/11.0.1/include/altivec.h:56:10: error: unknown type name 'vector'
vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
^
/usr/lib/clang/11.0.1/include/altivec.h:56:32: error: unknown type name 'vector'
vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
^
/usr/lib/clang/11.0.1/include/altivec.h:66:19: error: unknown type name 'vector'
static __inline__ vector bool short __ATTRS_o_ai vec_perm(
^ (Only the first 15 lines of the commit message are shown above ) |
21.1.5 20 Jul 2021 07:36:39
    |
Emmanuel Vadot (manu)  |
mesa*: Update to 21.1.5
- swrast is only a gallium driver now.
- Bump needed llvm to 12
- libclc is still a llvm10, moving to >10 needs to change
from where we pick libclc as its now part of llvm
Differential Revision: https://reviews.freebsd.org/D31165
Reviewed by: kbowling, zeising |
20.2.3_2 28 Jun 2021 20:27:16
    |
Piotr Kubaj (pkubaj)  |
graphics/mesa-dri: enable libunwind on armv7 |
20.2.3_2 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
20.2.3_1 16 Jun 2021 20:33:08
    |
Piotr Kubaj (pkubaj)  |
graphics/mesa-dri: fix build on riscv64
Submitted by: linimon
PR: 256138 |
20.2.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20.2.3_1 15 Mar 2021 06:04:47
  |
danfe  |
Improve r556423 and allow building against custom LLVM version, i.e.
respect flexible LLVM_DEFAULT, by not hardcoding package version and
depending on the appropriate executable instead.
This is to help users sticking to the particular LLVM versions lower
the number of different LLVM packages installed. For example, there
is currently a mismatch between LLVM_DEFAULT assigned by the default
versions framework (90) and in this file (10; this hasn't changed). |
20.2.3_1 27 Jan 2021 08:36:47
  |
linimon  |
Remove obsolete sparc64 stanza. This collided with ONLY_FOR_ARCHS
statements in the ports that include it, with the following absurd
value for IGNORE on e.g. aarch64:
is only for amd64 i386, while you are running aarch64 (reason: Clover needs a
GPU supported by the Radeon KMS driver) (reason: not supported on sparc64)
Approved by: portmgr (tier-2 blanket) |
20.2.3_1 24 Dec 2020 04:22:33
  |
jbeich  |
graphics/mesa-dri: exclude buffer age on iris under kwin
Freeze in OpenGL initialization detected
PR: 251836
Reported by: Roman, Oleg Nauman, arrowd, Oleksandr Kryvulia
Tested by: arrowd, Roman
Approved by: manu |
20.2.3 03 Dec 2020 20:55:33
  |
manu  |
mesa-*: Update to 20.2.3
- Fix mesa-gallium-va and mesa-gallium-vdpau for X11 usage
- Add a patch so iris will be prefered for compatible intel GPUs (>=broadwell)
PR: 250307 250325 |
20.2.0_2 27 Nov 2020 00:23:12
  |
pkubaj  |
graphics/mesa-dri: make powerpc64 use LLVM10
LLVM90 requirement was introduced when Mesa used LLVM80 and 90 gave much better
experience on powerpc64. Now that everyone moved to 10, make a move on powerpc64
as well. |
05 Nov 2020 16:44:48
 |
mat  |
Remove non existing patch.
PR: 250723 |
20.2.0_1 23 Oct 2020 00:08:58
  |
pkubaj  |
graphics/mesa-dri: fix build of libosmesa on powerpc64le
Error:
../src/gallium/auxiliary/util/u_pwr8.h:87:11: error: implicit declaration of
function 'vec_perm' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return vec_perm (even, odd, perm_mask);
^ |
20.2.0_1 13 Oct 2020 11:53:49
  |
manu  |
graphics/mesa*: Add Iris Gallium driver and libunwind for more arch
Iris is the prefered gallium driver for Intel Gen8 to Gen11, add it
to the build. [1]
Add libunwind support for more arch. [2]
PR: 250307 [1], 250305 [2]
Submitted by: jbeich [2]
Reported by: jbeich [1]
Reviewed by: zeising |
20.2.0 12 Oct 2020 08:30:54
  |
manu  |
graphics/mesa*: Update to 20.2
Update to 20.2
Move graphics/libxatracker to graphics/mesa-gallium-xa
Remove VAAPI and VDPAU options in mesa-libs in favor of
two new ports : mesa-gallium-va and mesa-gallium-vdpau
Bump needed llvm to llvm10
Change a lot of meson option from false to disabled as it's
deprecated.
Remove the drm and surfaceless platform from mesa* as it's always
enabled now.
Add zstd option, used for shader cache.
Reviewed by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26682 |
19.0.8_9 19 Sep 2020 09:34:36
  |
manu  |
mesa-libs: Add glesv1 lib
There is no real reason to disable glesv1 so add it to the build.
While here add a USE_GL for it.
Reviewed by: zeising
Approved by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26461 |
19.0.8_9 19 Sep 2020 09:33:34
  |
manu  |
mesa: Remove sparc64 patches
No one who cares about graphics have a sparc64 machine.
Next update to 20.2 will not contain any patches too.
Reviewed by: zeising
Approved by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26460 |
19.0.8_9 17 Sep 2020 09:22:29
  |
manu  |
mesa*: Only add x11 dependancy if it's requested
This allow to have a full setup without any x11 deps.
PR: 247029
Reviewed by: zeising
Approved by: x11 (zeising@)
Differential Revision: https://reviews.freebsd.org/D26438 |
19.0.8_9 18 Aug 2020 17:50:21
  |
zeising  |
graphics/mesa: Fix build with -fno-common
Pull in a bunch of upstream patches to graphics/mesa to fix build with
-fno-common, which is the default after the llvm 11 import.
MFH: 2020Q3 |
19.0.8_9 10 Jul 2020 11:54:29
  |
pkubaj  |
graphics/mesa-dri: switch powerpc64 to llvmpipe
powerpc* is left in .elif block for powerpc and powerpcspe which I didn't test. |
19.0.8_8 03 Jul 2020 17:13:14
  |
manu  |
mesa-dri: Use gallium SWRAST on x86 and aarch64
Mesa have two software rasterizer, the classic mesa dri one and
the gallium one.
The classic dri one is starting to be deprecated upstream (like all
dri drivers) so switch the arches that can build the gallium one to it.
Approved by: zeising (x11) |
19.0.8_7 16 Jun 2020 15:38:29
  |
zeising  |
graphics/mesa: Fix minor issues from meson switch
Fix a couple of minor issues with mesa related ports after the switch to
meson.
Define _GNU_SOURCE when building on FreeBSD. This fixes blur effects in
Plasma 5 and issues with the SDDM greeter. This fix was originally applied
in r516100 but got lost in the switch to meson. [1]
Properly detect sys/sysctl.h on FreeBSD. On FreeBSD sys/sysctl.h needs
sys/types.h as well, patch the meson build script to take this into account.
Fix a broken sed command to properly set ${LOCALBASE}/etc and
${LOCALBASE}/share/ as appropriate.
Bump portrevision of all mesa related ports.
PR: 247138 [1]
Reported by: Roman [1]
Reviewed by: manu
Tested by: Roman, Serge Volkov
Differential Revision: https://reviews.freebsd.org/D25265 |
19.0.8_6 12 Jun 2020 08:03:58
  |
manu  |
mesa-dri: Bump PORTREVISION after 538573
Approved by: zeising (x11@ implicit) |
19.0.8_5 12 Jun 2020 08:01:13
  |
manu  |
mesa-dri: SWRAST is set with DRIVER not GDRIVER
Fix packaging swrast_dri.so
PR: 247194
Approved by: zeising (x11@ implicit) |
19.0.8_5 11 Jun 2020 14:22:35
  |
manu  |
mesa-dri: Switch back to the dri swrast drivers
The meson switch changed which swrast driver we build from dri to gallium.
I'm not too sure at how the gallium swrast is usable but switch back to the dri
one.
This also fixes the build on armv7 where the gallium swrast driver isn't
available.
Approved by: zeising (x11@ implicit) |
19.0.8_4 10 Jun 2020 20:12:21
  |
manu  |
mesa-dri: Fix build when PLATFORM_X11 isn't set
Approved by: zeising (x11@ implicit) |
19.0.8_4 09 Jun 2020 19:56:17
  |
zeising  |
mesa: Fix build empty DRI_DRIVER
In some cases, such as on sparc64, armv6 and armv7 etc, DRI_DRIVER,
GALLIUM_DRIVER and/or VULKAN_DRIVER might be undefined. This causes an
error similar to
make: "/usr/ports/graphics/mesa-dri/Makefile" line 106: Malformed conditional
(${DRI_DRIVERS:M${:UI915}})
Fix this by checking if [DRI,GALLIUM,VULKAN]_DRIVER is defined before
checking what it is set to.
While here, remove textproc/py-mako dependency from mesa-dri/Makefile, it's
already included in mesa-dri/Makefile.common, no need to depend on it twice.
PR: 247117
Reported by: jbeich |
19.0.8_3 09 Jun 2020 12:46:13
  |
manu  |
mesa-dri: Bump PORTREVISION
Due to some options change we had a small windows where wayland might
not have been enabled, bump PORTREVISION so next at next update it will
be brought back.
Reported by: zeising
Approved by: zeizing (x11@ implicit) |
19.0.8_2 08 Jun 2020 10:49:33
  |
manu  |
mesa-dri: Add wayland to -Dplatform if option is selected
PR: 247056
Approved by: zeising (x11@ implicit) |
19.0.8_2 08 Jun 2020 09:55:39
  |
manu  |
mesa*: Switch to using a native-file for llvm
Meson seems to not care that a llvm-config binary exists and will prefer
to use llvm-config-devel for some reason.
Using a native-file fixes that and meson will correctly use the llvm specified
in it.
PR: 247026
Approved by: zeising (x11@ implicit) |
19.0.8_2 06 Jun 2020 09:23:13
  |
manu  |
mesa*: Add platforms option
Mesa support different platforms, add some options that control which one
we are enabling and build the -Dplatform meson arg based on that.
Keep the WAYLAND option for now but if you're using it switch to the
newly created PLATFORM_WAYLAND.
PR: 246969
Approved by: zeising (x11@ implicit) |
19.0.8_2 05 Jun 2020 18:49:51
  |
manu  |
mesa-dri: Disable some arm drivers
We don't have any hardware or driver capable of running the freedreno driver
so disable it.
Our VC4 support don't work with mesa so disable it too.
Reviewed by: zeising (x11@)
Approved by: zeising (x11@)
Differential Revision: https://reviews.freebsd.org/D25093 |
19.0.8_1 05 Jun 2020 18:44:22
  |
manu  |
mesa*: Use lld from devel/binutils if /usr/bin/ld isn't lld
GCC arches on 11 and 12 will uses ld.bfd and don't have ld.lld so we
can't blindly use ld.lld.
Suggested by: jbeich
Reported by: pkubaj
Approved by: zeising (x11@ implicit) |
19.0.8_1 05 Jun 2020 16:18:58
  |
manu  |
mesa*: Always use LLD
LLD is already used in 12 and 13 but we still use ld.bfd by default on 11
and for some unknown reason some mesa libs fails to build with it since the
meson switch.
PR: 246997
Approved by: zeising (x11@ implicit) |
19.0.8_1 05 Jun 2020 12:57:04
  |
manu  |
mesa*: Fix build on i386
Fix build related to libatomic on i386.
Simply copy the patch from mesa-devel.
Reported by: jbeich
Approved by: zeising (x11@ implicit) |
19.0.8_1 05 Jun 2020 11:31:35
  |
manu  |
mesa: Fix linking on 11
11 uses gnuld by default and it doesn't support --build-id
Add a check in meson and raise the meson version to 0.46 as
cc.get_supported_link_arguments was added in this version.
Upstream already do this check.
Reported by: kib
Approved by: zeising (x11@, implicit) |
19.0.8_1 05 Jun 2020 09:13:58
  |
manu  |
mesa*: Switch to meson
Upstream switched to meson for their build system so do the same as
it will be easier to find problems sooner than later.
This also switch to python3, python is only used for the build.
There is more thing enabled by default (or auto-enabled based on some
configuration) so we need to disable a lot more things than with autotools.
This should be a non functional change.
Reviewed by: zeising (x11@)
Differential Revision: https:/reviews.freebsd.org/D25092 |
19.0.8 11 May 2020 20:11:41
  |
jbeich  |
Adapt LLVM_DEFAULT downgrades to the new version scheme in devel/llvm10
$ DEFAULT_VERSIONS=llvm=90 make -V LLVM_DEFAULT -C graphics/mesa-dri
80
$ DEFAULT_VERSIONS=llvm=10 make -V LLVM_DEFAULT -C graphics/mesa-dri
10
PR: 245178
Reported by: mi
Approved by: x11 (zeising), maintainer timeout (2 months)
MFH: 2020Q2 (for llvm10 users)
Differential Revision: https://reviews.freebsd.org/D24222 |
19.0.8 03 May 2020 16:15:23
  |
zeising  |
graphics/mesa: Update to 19.0.8
Update mesa and related ports to 19.0.8.
This is the last version where the autotools build system is being used.
This serves as a stepping stone for reworking the ports to use the meson
build system and to enable further updates.
PR: 235570
Submitted by: jbeich (with minor changes)
Differential Revision: https://reviews.freebsd.org/D19099
https://reviews.freebsd.org/D19100 |
18.3.2_10 16 Mar 2020 19:57:41
  |
pkubaj  |
graphics/mesa-dri: switch to llvm90 on powerpc64
It fixes some graphic crashes. |
18.3.2_9 08 Mar 2020 19:27:27
  |
zeising  |
graphics/mesa-libs: Change default to use DRI3
Change the default mesa configuration to use DRI3 rather than the older DRI2
interface. This should improve performance somewhat, and alleviates the need
for the FIXDRM option in x11-servers/xorg-server.
Remove the FIXDRM option from x11-servers/xorg-server.
Add an UPDATING entry for the change.
For users of graphics/drm-legacy-kmod or the base graphics drivers, this might
cause regressions. If you experience problems when running OpenGL applications
please force the use of the DRI2 backend by setting the LIBGL_DRI3_DISABLE
environment variable to 1 before starting any OpenGL application. This is
easiest done by adding it to your shell startup file or .xinitrc.
Add UPDATING entry for xorg-server, detailing the change of device
configuration backend.
PR: 196678, 244306 (for tracking) |
18.3.2_9 15 Feb 2020 20:49:31
  |
zeising  |
Enable AMD drivers on arm64
Submitted by: andrew
Differential Revision: https://reviews.freebsd.org/D23439 |
18.3.2_9 06 Jan 2020 09:30:13
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
18.3.2_9 05 Dec 2019 10:28:10
  |
pkubaj  |
graphics/mesa-dri: remove ppc64 elfv2 workaround
After https://svnweb.freebsd.org/base?view=revision&revision=355397, base clang
can compile mesa on ppc64, so there's no need for this workaround anymore.
No PORTREVISION bump because elfv2 still isn't the default.
Approved by: zeising (maintainer), mentors (implicit approval)
Differential Revision: https://reviews.freebsd.org/D22686 |
18.3.2_9 29 Nov 2019 21:37:03
  |
pkubaj  |
graphics/mesa-dri: fix build on powerpc64 elfv2
Base LLVM9 fails to build this port with clang crash (reported on
https://bugs.llvm.org/show_bug.cgi?id=43862). The port builds when using LLVM8.
Since we depend on LLVM8 anyway, use it also for compilation on elfv2.
Approved by: zeising (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22274 |
18.3.2_9 06 Nov 2019 17:58:27
  |
zeising  |
Update xorgproto, libX11 and libXvMC
Update x11/xorgproto to 2019.2 [0]
Disable all legacy headers, they are no longer needed, since they only
detail deprecated protocol features.
Update x11/libX11 to 1.6.9
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Update x11/libXvMC to 1.0.12 [1]
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.
Patch mesa prts to explicitly link against -lXv, previously this was pulled
in by x11/libXvMC, but with changes to libXvMC .pc file, this is no longer
true.
Bump portrevision for mesa-dri because of this.
Thanks fo antoine for the exp-run!
PR: 241314 (exp-run) [0], 240801 [1]
Submitted by: pete@nomadlogic.org [1] |
18.3.2_8 03 Nov 2019 21:56:38
  |
zeising  |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
18.3.2_8 30 Oct 2019 19:07:32
  |
zeising  |
graphics/mesa: Add -D_GNU_SOURCE to compile flags
Add -D_GNU_SOURCE to compile flags when building on FreeBSD. This is needed
to have mesa work with various locales, that for instance use , instead of .
as a decmal separator.
Bump portrevision on all mesa related ports.
PR: 241506
Reported by: Jesper Schmitz Mouridsen
MFH: 2019Q4 |
18.3.2_7 04 Oct 2019 20:08:27
  |
jbeich  |
graphics/mesa-dri: revert r512573 and limit to llvm80 after r512440
Mesa 18.3 doesn't support LLVM 9. While some fixes were backported
there're probably more issues. Apparently, Gnome shows black screen.
As the port is unlikely to be ready for future LLVM_DEFAULT bumps
without a version update just limit to previously tested value.
PR: 239682
Requested by: imp |
18.3.2_6 22 Sep 2019 10:21:10
  |
jbeich  |
graphics/mesa-dri: fix rendering glitches on AMD GPUs after r512440
PR: 240722
Reported by: rozhuk.im@gmail.com, freebsdbugs@urisc.net
Tested by: rozhuk.im@gmail.com, freebsdbugs@urisc.net
Obtained from: upstream
Approved by: portmgr blanket |
18.3.2_5 20 Sep 2019 19:58:36
  |
jbeich  |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
18.3.2_4 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
18.3.2_3 30 Jun 2019 14:56:12
  |
zeising  |
Switch mesa and related ports to llvm80
Switch mesa over to use llvm80 instead of llvm60. Make it use the
global LLVM_DEFAULT instead of deciding for ourself which llvm version
to use. [1]
Fix build of lang/beginet [1]
Add patch from upstream to fix build of devel/libclc. The patch is taken
from the git mirror of devel/libclc rather than the SVN repo, for
convenience.
Add a patch from mesa upstream preventing certain error messages when using
amdgpu [2]
(Only the first 15 lines of the commit message are shown above ) |
18.3.2_2 04 Mar 2019 10:56:12
  |
jbeich  |
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789 |
18.3.2_1 04 Mar 2019 10:42:22
  |
jbeich  |
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks) |
18.3.2 17 Jan 2019 16:19:40
  |
jbeich  |
Don't reference obsolete drm-*-kmod ports |
18.3.2 17 Jan 2019 15:34:55
  |
jbeich  |
graphics/mesa-{libs,dri}: update to 18.3.2
Changes: https://www.mesa3d.org/relnotes/18.3.0.html
Changes: https://www.mesa3d.org/relnotes/18.3.1.html
Changes: https://www.mesa3d.org/relnotes/18.3.2.html
PR: 233034
Tested by: Kevin Oberman
Approved by: maintainer timeout (2 weeks after 2019Q1)
Differential Revision: https://reviews.freebsd.org/D17872 |