Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:04 21.3.8 |
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 ) |
20 Jul 2021 07:36:39 21.1.5 |
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 |
22 Jun 2021 18:53:08 20.2.3_1 |
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 |
06 Apr 2021 14:31:07 20.2.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Dec 2020 20:55:33
20.2.3 |
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 |
27 Nov 2020 01:15:50
20.2.0_2 |
pkubaj  |
After r556423, also bump PORTREVISION on other Mesa ports. |
13 Oct 2020 11:53:49
20.2.0_1 |
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 |
12 Oct 2020 08:30:54
20.2.0 |
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 |
16 Jun 2020 15:38:29
19.0.8_1 |
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 |
05 Jun 2020 09:13:58
19.0.8 |
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 |
03 May 2020 16:15:23
19.0.8 |
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 |
11 Jan 2020 09:30:17
18.3.2_6 |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
30 Oct 2019 19:07:32
18.3.2_6 |
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 |
04 Oct 2019 20:08:27
18.3.2_5 |
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 |
22 Sep 2019 10:21:01
18.3.2_4 |
jbeich  |
graphics/libosmesa: force rebuild after r512440
Reported by: ajtiM (on x11@ list) |
30 Jun 2019 14:56:12
18.3.2_3 |
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 ) |
04 Mar 2019 10:56:12
18.3.2_2 |
jbeich  |
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789 |
04 Mar 2019 10:42:22
18.3.2 |
jbeich  |
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks) |
29 Sep 2018 18:52:33
18.1.9 |
zeising  |
graphics/mesa: Update to 18.1.9 |
20 Sep 2018 19:07:00
18.1.8_1 |
emaste  |
graphics/libosmesa: add -znotext to LDFLAGS on i386, for lld
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
11 Sep 2018 18:34:28
18.1.8_1 |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
03 Aug 2018 19:24:44
18.1.5 |
zeising  |
graphics/mesa: Update to 18.1.5
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
MFC after: 2018Q3 |
31 Jul 2018 18:41:30
18.1.4_1 |
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
16 Jun 2018 00:44:11
18.1.2 |
jbeich  |
graphics/libosmesa: drop -pthread workaround after r456530 |
18 Jun 2017 14:02:35
17.1.2 |
rezny  |
Update the Mesa ports to 17.1.2
- patch the Intel driver to re-enable hardware acceleration on 10.x [1]
Reported by: cpm [1]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11148 |
21 May 2017 19:30:54
17.1.0 |
rezny  |
Update the Mesa ports to 17.1.0
* restrict use of LLVM for Gallium to platforms with LLVM in base to fix
runtime errors when Gallium is built with a mix of GCC and LLVM
* make LLVM only a BUILD_DEPEND for mesa-libs, which needs it to build EGL
* add pkg-plist entries for freedreno and vc4 drivers [1]
* remove extraneous SHEBANG_FILES entry to fix build of freedreno [2,3]
* correct typo in libosmesa, which may have affected the Gallium build [4]
PR: 219247 [1], 219406 [3]
Submitted by: jbeich [1] (2 patches, pkg-plist fix), strejda (vc4 CFLAGS)
Reported by: strejda [2], andrew [3], linimon [4]
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10842 |
12 May 2017 18:46:53
17.0.4 |
rezny  |
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option
* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]
PR: 218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by: dbn [1], jbeich [2,3]
Reported by: afiskon@devzen.ru [1]
Reviewed by: kwm, johalun0@gmail.com
Approved by: portmgr, swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10448 |
10 Apr 2017 19:14:48
17.0.3 |
rezny  |
Update Mesa to 17.0.3
* OpenGL 4.5 support for RadeonSI and recent Intel
* Use LLVM 4.0 by default, building with 3.9 is possible via MESA_LLVM_VER
* DRI3 remains enabled at compile time, but is now disabled at runtime for
stock FreeBSD. Set LIBGL_DRI3_ENABLE in the environment to enable DRI3.
This extra check is added when compiling on stock FreeBSD, not DRM-next.
This change was made to work around a problem in libEGL, which fails to
fall back to using DRI2 when run on a system without DRI3 support.
Reviewed by: jmd, mat
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10250 |
25 Feb 2017 14:55:21
13.0.5 |
rezny  |
Update to 13.0.5
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9781 |
11 Feb 2017 13:31:59
13.0.4 |
rezny  |
Update Mesa to 13.0.4
* Use LLVM 3.9
* OpenGL 4.4 support for recent Intel and ReadeonSI
PR: 214581
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9438 |
15 Sep 2016 16:16:23
11.2.2 |
marino  |
Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumers
Despite having a configure argument of --with-sha1=libcrypto, only three
of the eight users of graphics/libGL/Makefile.common actually link to
SSL libraries. Individually add USES=ssl to these three ports rather
than have all 8 having this requirement.
Approved by: SSL blanket |
19 May 2016 10:44:12
11.1.2 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
11.1.2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
17 Sep 2015 18:07:26
10.6.6 |
kwm  |
Update Mesa port to 10.6.6 and add Clover.
Add beignet 1.1.0.
Add clinfo, clblas, clfft and clrng.
The major change is that all Mesa ports are now configured the same way.
This fixes several problems and enables new features. The details
are described in this blog post:
http://blogs.freebsdish.org/graphics/2015/03/18/unifying-mesa-ports-configure/
The second important change is the OpenCL support. Mesa's
implementation, Clover, is enabled as well as Beignet. Clover
targets all Gallium drivers, only Radeon GPUs in our case. Beignet
is for Intel GPUs starting with Ivy Bridge. Thanks to Johannes
Dieterich, O. Hartman, and Koop Mast for their work on OpenCL! As a
bonus, there are several OpenCL-based math ports added (clblas, (Only the first 15 lines of the commit message are shown above ) |
04 Jun 2015 11:04:28
10.2.7_1 |
kwm  |
Mark libosmesa broken on 11-i386 for now. This should stop
the fallout mail. We have a fix for the build
issue but the fix depends on other changes to the mesa ports.
This mesa update will be commit after 8.4-R has gone EOL. |
10 Dec 2014 23:00:29
10.2.7_1 |
kwm  |
Grab maintainer, we maintain the other Mesa based ports already. |
10 Dec 2014 22:29:15
10.2.7_1 |
gahr  |
- Reset maintainership of my ports |
20 Oct 2014 17:04:21
10.2.7_1 |
bapt  |
Cleanup plist |
16 Sep 2014 10:19:40
10.2.7_1 |
gahr  |
- Use flex and bison from ports
- Bump PORTREVISION
PR: 193654
Submitted by: ohartman@zedat.fu-berlin.de |
12 Sep 2014 15:16:50
10.2.7 |
adamw  |
Fix build by depending on bison.
GEN program/program_parse.tab.c
byacc: e - line 119 of "program/program_parse.y", syntax error
%locations
^
gmake[3]: *** [program/program_parse.tab.c] Error 1 |
11 Sep 2014 13:31:48
10.2.7 |
gahr  |
- Update to 10.2.7
Release notes: http://www.mesa3d.org/relnotes/10.2.7.html |
28 Aug 2014 09:00:38
10.2.6 |
gahr  |
- Update to 10.2.6
Release notes: http://www.mesa3d.org/relnotes/10.2.6.html |
05 Aug 2014 09:38:56
10.2.5 |
gahr  |
- Update to 10.2.5
Release notes: http://www.mesa3d.org/relnotes/10.2.5.html |
29 Jul 2014 10:32:08
10.2.4 |
gahr  |
- Update to 10.2.4
Release notes: http://www.mesa3d.org/relnotes/10.2.4.html |
11 Jul 2014 09:41:04
10.2.3 |
gahr  |
- Update to 10.2.3
Release notes: http://www.mesa3d.org/relnotes/10.2.3.html |
07 Jul 2014 09:13:50
10.2.2_1 |
gahr  |
- Doesn't need XORG
- Bump PORTREVISION (deps changed) |
30 Jun 2014 10:27:19
10.2.2 |
gahr  |
- Update to 10.2.2
Release notes: http://www.mesa3d.org/relnotes/10.2.2.html |
10 Jun 2014 08:35:06
10.2.1 |
gahr  |
- Update to 10.2.1
Release notes:
http://www.mesa3d.org/relnotes/10.2.html
http://www.mesa3d.org/relnotes/10.2.1.html |
26 May 2014 14:46:55
10.1.4 |
gahr  |
- Update to 10.1.4
Release notes: http://www.mesa3d.org/relnotes/10.1.4.html |
15 May 2014 16:44:18
10.1.3_1 |
tijl  |
Avoid USE_AUTOTOOLS.
Approved by: gahr (maintainer) |
15 May 2014 12:11:21
10.1.3 |
gahr  |
- Update to 10.1.3
Release notes:
http://www.mesa3d.org/relnotes/10.1.3.html
http://www.mesa3d.org/relnotes/10.1.2.html |
22 Apr 2014 08:47:40
10.1.1_1 |
gahr  |
- Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html |
16 Apr 2014 18:28:50
10.1.0_1 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
20 Mar 2014 09:24:56
10.1.0 |
gahr  |
- Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version |
04 Feb 2014 10:00:00
10.0.3 |
gahr  |
- Update to 10.0.3
Release notes: http://www.mesa3d.org/relnotes/10.0.3.html |
22 Jan 2014 14:20:41
10.0.2 |
gahr  |
- Update to 10.0.2
Release notes: http://www.mesa3d.org/relnotes/10.0.2.html |
08 Jan 2014 14:21:03
10.0.1_1 |
gahr  |
- Depend on a C11 compiler
- Bump PORTREVISION
Reported by: PILOT <pilot513@gmail.com> |
20 Dec 2013 12:44:28
10.0.1 |
gahr  |
- Update to 10.0.1
Release notes:
http://www.mesa3d.org/relnotes/9.2.4.html
http://www.mesa3d.org/relnotes/10.0.html
http://www.mesa3d.org/relnotes/10.0.1.html |
15 Dec 2013 14:04:58
9.2.3 |
mva  |
- Restrict the python version to be used to the proper value
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
14 Nov 2013 10:49:12
9.2.3 |
gahr  |
- Update to 9.2.3
Release notes: http://www.mesa3d.org/relnotes/9.2.3.html |
25 Oct 2013 15:54:53
9.2.2 |
gahr  |
- Update to 9.2.2
ChangeLogs:
http://www.mesa3d.org/relnotes/9.2.1.html
http://www.mesa3d.org/relnotes/9.2.2.html |
20 Sep 2013 18:35:46
9.2.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
28 Aug 2013 08:26:22
9.2.0 |
gahr  |
- Update to 9.2.0
Release notes: http://mesa3d.org/relnotes/9.2.html |
17 Aug 2013 16:27:24
9.1.6 |
gerald  |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
05 Aug 2013 08:48:11
9.1.6 |
gahr  |
- Update to 9.1.6
Release notes: http://www.mesa3d.org/relnotes/9.1.6.html |
29 Jul 2013 08:53:29
9.1.5 |
gahr  |
- Update to 9.1.5
Release notes: http://www.mesa3d.org/relnotes/9.1.5.html |
15 Jul 2013 07:59:20
9.1.4 |
gahr  |
- Update to 9.1.4 |
17 May 2013 07:52:46
9.1.2 |
gahr  |
- Update to 9.1.2
- Fix build on < 900014 by depending on gcc 4.6+ [1]
Obtained from: emulators/fceux (r315330) [1]
Reported by: awarecons <awarecons@gmail.com> [1] |
28 Jan 2013 08:13:22
9.0.2 |
gahr  |
- Fix build with NEW_XORG
PR: 175356
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by: ak |
24 Jan 2013 11:19:18
9.0.2 |
gahr  |
- Update to 9.0.2
Release notes: http://www.mesa3d.org/relnotes-9.0.2.html |
15 Jan 2013 12:28:41
9.0.1 |
gahr  |
- Fix build on !(i386 || amd64)
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
14 Jan 2013 16:39:47
9.0.1 |
gahr  |
- Update to 9.0.1
Release notes:
* 9.0 http://www.mesa3d.org/relnotes-9.0.html
* 9.0.1 http://www.mesa3d.org/relnotes-9.0.1.html
- This update includes the switch from autotools to SCons |
21 Sep 2012 12:55:24
8.0.4 |
gahr  |
- Update to 8.0.4
Release notes: http://www.mesa3d.org/relnotes-8.0.4.html |
14 Jun 2012 10:32:03
8.0.3 |
gahr  |
- Update to 8.0.3
Release notes:
http://mesa3d.org/relnotes-8.0.3.html |
12 Apr 2012 16:02:21
8.0.2 |
gahr  |
- Update to 8.0.2
Release notes:
http://mesa3d.org/relnotes-8.0.2.html |
07 Mar 2012 08:06:23
8.0.1_1 |
gahr  |
- restore a patch to fix build on ia64
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> |
05 Mar 2012 11:02:55
8.0.1_1 |
gahr  |
- Add dependency on textproc/py-libxml2
- Bump PORTREVISION
Reported by: ph (via pav) |
01 Mar 2012 16:43:12
8.0.1 |
gahr  |
- Update to 8.0.1
Release notes:
http://mesa3d.org/relnotes-8.0.html and http://mesa3d.org/relnotes-8.0.1.html |
29 Nov 2011 10:38:27
7.11.2 |
gahr  |
- Update to 7.11.2
Release notes: http://mesa3d.org/relnotes-7.11.2.html
Feature safe: yes |
22 Nov 2011 08:42:19
7.11.1 |
gahr  |
- Update to 7.11.1
Release notes: http://mesa3d.org/relnotes-7.11.1.html
Feature safe: yes |
21 Sep 2011 13:55:01
7.11 |
gahr  |
- Fix endianess detection (fixes build on IA64) |
14 Sep 2011 07:33:15
7.11 |
gahr  |
- Update to 7.11
Release notes: http://mesa3d.org/relnotes-7.11.html
- Unbreak on 9.x amd64 |
13 Apr 2011 08:04:52
7.10.2 |
gahr  |
- Limit the BROKENness to only CURRENT
Reported by: pav |
12 Apr 2011 15:27:29
7.10.2 |
gahr  |
- Update to 7.10.2
- Set as BROKEN only on amd64 |
12 Apr 2011 07:57:35
7.10.1 |
pav  |
- Mark BROKEN on 9.X: does not install
Reported by: pointyhat |
11 Mar 2011 09:19:23
7.10.1 |
gahr  |
- Fix BUILD_DEPENDS
Reported by: PH via pav |
10 Mar 2011 12:32:51
7.10.1 |
gahr  |
- Update to 7.10.1
Release notes: http://mesa3d.org/relnotes-7.10.1.html |
31 Jan 2011 14:25:33
7.9.1 |
gahr  |
- Update to 7.9.1
Release notes: http://mesa3d.org/relnotes-7.9.1.html
Feature safe: yes |
22 Jul 2010 13:16:23
7.8.2_1 |
gahr  |
- Merge in a patch from the git repository that fixes a bug when trying
to reattach a framebuffer.
Bug report: https://bugs.freedesktop.org/show_bug.cgi?id=10966
GIT commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=91c37599f621a0ec498c0f0add14f16470ca852b |
21 Jun 2010 10:30:46
7.8.2 |
gahr  |
- Update to 7.8.2
Feature safe: yes |
31 May 2010 09:19:56
7.8.1 |
gahr  |
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so
Requested by: Stas Timokhin (maintainer of science/paraview) |
15 Apr 2010 21:04:02
7.8.1 |
gahr  |
- Make sure that gcc >= 4.2 is used (unbreaks on 6.x)
Reported by: PH (via pav) |
09 Apr 2010 08:52:45
7.8.1 |
gahr  |
- Add build dependency on python
Reported by: QAT |
09 Apr 2010 08:40:35
7.8.1 |
gahr  |
- New port: graphics/libosmesa
Import version 7.8.1 of the Mesa3D library, built for off-screen rendering. |