non port: graphics/libosmesa/Makefile |
SVNWeb
|
Number of commits found: 94 |
Mon, 20 Mar 2023
|
[ 17:16 Jan Beich (jbeich) ] 0459711
graphics/mesa-*: unbreak with --auto-features=enabled
meson.build:945:2: ERROR: Dependency "libclc" not found, tried pkgconfig
PR: 270361
|
Thu, 8 Dec 2022
|
[ 19:00 Emmanuel Vadot (manu) ] fc5168c
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
|
[ 19:00 Emmanuel Vadot (manu) ] 7992455
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
|
[ 19:00 Emmanuel Vadot (manu) ] 69016a1
graphics/libosmesa: Cleanup
- Specify license directly in this port.
Sponsored by: Beckhoff Automation GmbH & Co. KG
|
[ 19:00 Emmanuel Vadot (manu) ] e70ff17
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
|
Mon, 5 Dec 2022
|
[ 14:03 Emmanuel Vadot (manu) ] 855947e (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Tue, 20 Jul 2021
|
[ 07:36 Emmanuel Vadot (manu) ] 22a8573 (Only the first 10 of 25 ports in this commit are shown above. )
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
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 3 Dec 2020
|
[ 20:55 manu ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Fri, 27 Nov 2020
|
[ 01:15 pkubaj ]
After r556423, also bump PORTREVISION on other Mesa ports.
|
Tue, 13 Oct 2020
|
[ 11:53 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
|
Mon, 12 Oct 2020
|
[ 08:30 manu ] (Only the first 10 of 58 ports in this commit are shown above. )
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
|
Tue, 16 Jun 2020
|
[ 15:38 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
|
Fri, 5 Jun 2020
|
[ 09:13 manu ] (Only the first 10 of 22 ports in this commit are shown above. )
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
|
Sun, 3 May 2020
|
[ 16:15 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
|
Wed, 30 Oct 2019
|
[ 19:07 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
|
Fri, 4 Oct 2019
|
[ 20:08 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
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
|
Sun, 22 Sep 2019
|
[ 10:21 jbeich ]
graphics/libosmesa: force rebuild after r512440
Reported by: ajtiM (on x11@ list)
|
Sun, 30 Jun 2019
|
[ 14:56 zeising ] (Only the first 10 of 11 ports in this commit are shown above. )
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 )
|
Mon, 4 Mar 2019
|
[ 10:56 jbeich ]
graphics/mesa-dri: back out r494579
Landed by mistake. x11@ is immune to maintainer timeout nowadays.
PR: 230789
|
[ 10:42 jbeich ]
graphics/mesa-dri: switch to llvm70
PR: 230789
Approved by: maintainer timeout (2 weeks)
|
Sat, 29 Sep 2018
|
[ 18:52 zeising ]
graphics/mesa: Update to 18.1.9
|
Thu, 20 Sep 2018
|
[ 19:07 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
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
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
|
Fri, 3 Aug 2018
|
[ 19:24 zeising ]
graphics/mesa: Update to 18.1.5
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
MFC after: 2018Q3
|
Tue, 31 Jul 2018
|
[ 18:41 zeising ] (Only the first 10 of 254 ports in this commit are shown above. )
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
|
Sat, 16 Jun 2018
|
[ 00:44 jbeich ]
graphics/libosmesa: drop -pthread workaround after r456530
|
Sun, 18 Jun 2017
|
[ 14:02 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
|
Sun, 21 May 2017
|
[ 19:30 rezny ] (Only the first 10 of 20 ports in this commit are shown above. )
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
|
Fri, 12 May 2017
|
[ 18:46 rezny ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Mon, 10 Apr 2017
|
[ 19:14 rezny ] (Only the first 10 of 29 ports in this commit are shown above. )
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
|
Sat, 25 Feb 2017
|
[ 14:55 rezny ]
Update to 13.0.5
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9781
|
Thu, 15 Sep 2016
|
[ 16:16 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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 17 Sep 2015
|
[ 18:07 kwm ] (Only the first 10 of 83 ports in this commit are shown above. )
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 )
|
Thu, 4 Jun 2015
|
[ 11:04 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.
|
Wed, 10 Dec 2014
|
[ 23:00 kwm ]
Grab maintainer, we maintain the other Mesa based ports already.
|
[ 22:29 gahr ] (Only the first 10 of 129 ports in this commit are shown above. )
- Reset maintainership of my ports
|
Tue, 16 Sep 2014
|
[ 10:19 gahr ]
- Use flex and bison from ports
- Bump PORTREVISION
PR: 193654
Submitted by: ohartman@zedat.fu-berlin.de
|
Fri, 12 Sep 2014
|
[ 15:16 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
|
Thu, 11 Sep 2014
|
[ 13:31 gahr ]
- Update to 10.2.7
Release notes: http://www.mesa3d.org/relnotes/10.2.7.html
|
Thu, 28 Aug 2014
|
[ 09:00 gahr ]
- Update to 10.2.6
Release notes: http://www.mesa3d.org/relnotes/10.2.6.html
|
Tue, 5 Aug 2014
|
[ 09:38 gahr ]
- Update to 10.2.5
Release notes: http://www.mesa3d.org/relnotes/10.2.5.html
|
Tue, 29 Jul 2014
|
[ 10:32 gahr ]
- Update to 10.2.4
Release notes: http://www.mesa3d.org/relnotes/10.2.4.html
|
Fri, 11 Jul 2014
|
[ 09:41 gahr ]
- Update to 10.2.3
Release notes: http://www.mesa3d.org/relnotes/10.2.3.html
|
Mon, 7 Jul 2014
|
[ 09:13 gahr ]
- Doesn't need XORG
- Bump PORTREVISION (deps changed)
|
Mon, 30 Jun 2014
|
[ 10:27 gahr ]
- Update to 10.2.2
Release notes: http://www.mesa3d.org/relnotes/10.2.2.html
|
Tue, 10 Jun 2014
|
[ 08:35 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
|
Mon, 26 May 2014
|
[ 14:46 gahr ]
- Update to 10.1.4
Release notes: http://www.mesa3d.org/relnotes/10.1.4.html
|
Thu, 15 May 2014
|
[ 16:44 tijl ]
Avoid USE_AUTOTOOLS.
Approved by: gahr (maintainer)
|
[ 12:11 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
|
Tue, 22 Apr 2014
|
[ 08:47 gahr ]
- Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Thu, 20 Mar 2014
|
[ 09:24 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
|
Tue, 4 Feb 2014
|
[ 10:00 gahr ]
- Update to 10.0.3
Release notes: http://www.mesa3d.org/relnotes/10.0.3.html
|
Wed, 22 Jan 2014
|
[ 14:20 gahr ]
- Update to 10.0.2
Release notes: http://www.mesa3d.org/relnotes/10.0.2.html
|
Wed, 8 Jan 2014
|
[ 14:21 gahr ]
- Depend on a C11 compiler
- Bump PORTREVISION
Reported by: PILOT <pilot513@gmail.com>
|
Fri, 20 Dec 2013
|
[ 12:44 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
|
Sun, 15 Dec 2013
|
[ 14:04 mva ]
- Restrict the python version to be used to the proper value
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
Thu, 14 Nov 2013
|
[ 10:49 gahr ]
- Update to 9.2.3
Release notes: http://www.mesa3d.org/relnotes/9.2.3.html
|
Fri, 25 Oct 2013
|
[ 15:54 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
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 28 Aug 2013
|
[ 08:26 gahr ]
- Update to 9.2.0
Release notes: http://mesa3d.org/relnotes/9.2.html
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
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)
|
Mon, 5 Aug 2013
|
[ 08:48 gahr ]
- Update to 9.1.6
Release notes: http://www.mesa3d.org/relnotes/9.1.6.html
|
Mon, 29 Jul 2013
|
[ 08:53 gahr ]
- Update to 9.1.5
Release notes: http://www.mesa3d.org/relnotes/9.1.5.html
|
Mon, 15 Jul 2013
|
[ 07:59 gahr ]
- Update to 9.1.4
|
Fri, 17 May 2013
|
[ 07:52 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]
|
Thu, 24 Jan 2013
|
[ 11:19 gahr ]
- Update to 9.0.2
Release notes: http://www.mesa3d.org/relnotes-9.0.2.html
|
Tue, 15 Jan 2013
|
[ 12:28 gahr ]
- Fix build on !(i386 || amd64)
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk>
|
Mon, 14 Jan 2013
|
[ 16:39 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
|
Fri, 21 Sep 2012
|
[ 12:55 gahr ]
- Update to 8.0.4
Release notes: http://www.mesa3d.org/relnotes-8.0.4.html
|
Thu, 14 Jun 2012
|
[ 10:32 gahr ]
- Update to 8.0.3
Release notes:
http://mesa3d.org/relnotes-8.0.3.html
|
Thu, 12 Apr 2012
|
[ 16:02 gahr ]
- Update to 8.0.2
Release notes:
http://mesa3d.org/relnotes-8.0.2.html
|
Mon, 5 Mar 2012
|
[ 11:02 gahr ]
- Add dependency on textproc/py-libxml2
- Bump PORTREVISION
Reported by: ph (via pav)
|
Thu, 1 Mar 2012
|
[ 16:43 gahr ]
- Update to 8.0.1
Release notes:
http://mesa3d.org/relnotes-8.0.html and http://mesa3d.org/relnotes-8.0.1.html
|
Tue, 29 Nov 2011
|
[ 10:38 gahr ]
- Update to 7.11.2
Release notes: http://mesa3d.org/relnotes-7.11.2.html
Feature safe: yes
|
Tue, 22 Nov 2011
|
[ 08:42 gahr ]
- Update to 7.11.1
Release notes: http://mesa3d.org/relnotes-7.11.1.html
Feature safe: yes
|
Wed, 14 Sep 2011
|
[ 07:33 gahr ]
- Update to 7.11
Release notes: http://mesa3d.org/relnotes-7.11.html
- Unbreak on 9.x amd64
|
Wed, 13 Apr 2011
|
[ 08:04 gahr ]
- Limit the BROKENness to only CURRENT
Reported by: pav
|
Tue, 12 Apr 2011
|
[ 15:27 gahr ]
- Update to 7.10.2
- Set as BROKEN only on amd64
|
[ 07:57 pav ]
- Mark BROKEN on 9.X: does not install
Reported by: pointyhat
|
Fri, 11 Mar 2011
|
[ 09:19 gahr ]
- Fix BUILD_DEPENDS
Reported by: PH via pav
|
Thu, 10 Mar 2011
|
[ 12:32 gahr ]
- Update to 7.10.1
Release notes: http://mesa3d.org/relnotes-7.10.1.html
|
Mon, 31 Jan 2011
|
[ 14:25 gahr ]
- Update to 7.9.1
Release notes: http://mesa3d.org/relnotes-7.9.1.html
Feature safe: yes
|
Thu, 22 Jul 2010
|
[ 13:16 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
|
Mon, 21 Jun 2010
|
[ 10:30 gahr ]
- Update to 7.8.2
Feature safe: yes
|
Mon, 31 May 2010
|
[ 09:19 gahr ]
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so
Requested by: Stas Timokhin (maintainer of science/paraview)
|
Thu, 15 Apr 2010
|
[ 21:04 gahr ]
- Make sure that gcc >= 4.2 is used (unbreaks on 6.x)
Reported by: PH (via pav)
|
Fri, 9 Apr 2010
|
[ 08:52 gahr ]
- Add build dependency on python
Reported by: QAT
|
[ 08:40 gahr ]
- New port: graphics/libosmesa
Import version 7.8.1 of the Mesa3D library, built for off-screen rendering.
|
Number of commits found: 94 |