aboutsummaryrefslogtreecommitdiff
path: root/lang/clover
Commit message (Collapse)AuthorAgeFilesLines
* mesa*: Update to 21.1.5Emmanuel Vadot2021-07-201-1/+0
| | | | | | | | | | - 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
* lang/clover: undeprecate, no longer uses py27Rene Ladan2021-06-261-3/+0
|
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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
* lang/clover: enable on powerpc64Piotr Kubaj2021-04-221-1/+1
|
* lang/clover: enable on powerpc64lePiotr Kubaj2021-04-221-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* mesa-*: Update to 20.2.3Emmanuel Vadot2020-12-031-1/+0
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=556929
* Mark broken on 11. It has failed to link for weeks.Brooks Davis2020-11-301-0/+1
| | | | Notes: svn path=/head/; revision=556662
* graphics/mesa*: Add Iris Gallium driver and libunwind for more archEmmanuel Vadot2020-10-131-0/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=552236
* graphics/mesa*: Update to 20.2Emmanuel Vadot2020-10-121-14/+14
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=552109
* graphics/mesa: Fix minor issues from meson switchNiclas Zeising2020-06-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=539358
* mesa*: Switch to mesonEmmanuel Vadot2020-06-052-8/+22
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=537998
* graphics/mesa: Update to 19.0.8Niclas Zeising2020-05-031-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=533793
* lang/{clover,beignet}: reword to avoid confusion with ocl-icdJan Beich2019-12-241-1/+1
| | | | | | | | Currently only one port provides libOpenCL.so, the rest implement OpenCL (as drivers) for different devices. Notes: svn path=/head/; revision=520783
* graphics/mesa: Add -D_GNU_SOURCE to compile flagsNiclas Zeising2019-10-301-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=516100
* Bump remaining mesa ports after llvm version changeNiclas Zeising2019-10-041-1/+1
| | | | | | | | | | | | Bump these mesa ports as well, to ensure that they are rebuilt with the correct llvm port. This was missed in r513776 PR: 239682 MFH: 2019Q4 (implicit, fix for earlier commits) Notes: svn path=/head/; revision=513788
* graphics/mesa-dri: revert r512573 and limit to llvm80 after r512440Jan Beich2019-10-041-6/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=513776
* devel/libclc: revert to llvm80 as lang/clover isn't readyJan Beich2019-09-221-0/+1
| | | | | | | | | | Both ports need to use the same LLVM version for OpenCL to work. Reported by: Vasily Postnicov (on x11@ list) Approved by: portmgr blanket Notes: svn path=/head/; revision=512594
* Switch default devel/llvm* to 90Jan Beich2019-09-201-0/+5
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* Switch mesa and related ports to llvm80Niclas Zeising2019-06-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add a notice to bsd.default-versions.mk asking that the graphics team be informed before the llvm version is changed. Enable llvm and gallium on MIPS. As far as I can tell, this used to be the default before this change. Bump portrevisions since dependencies changed. PR: 230789 [1], [2] Submitted by: jbeich [1], tobik [2] Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/commits/feature/mesa-llvm80 Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=505425
* graphics/mesa-dri: back out r494579Jan Beich2019-03-041-4/+4
| | | | | | | | | Landed by mistake. x11@ is immune to maintainer timeout nowadays. PR: 230789 Notes: svn path=/head/; revision=494583
* graphics/mesa-dri: switch to llvm70Jan Beich2019-03-041-3/+4
| | | | | | | | PR: 230789 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=494579
* Add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-261-0/+1
| | | | | | | | | | | | | | These ports link 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 Notes: svn path=/head/; revision=480747
* Update the Mesa ports to 17.3.1 and switch to LLVM5 by defaultMatthew Rezny2017-12-251-2/+3
| | | | | | | | | | Correct dependencies: remove the cruft added to mesa-dri in the previous commit (those are mesa-libs deps), add a RUN_DEPENDS for libclc to clover Clean up patches, remove one stale patch Notes: svn path=/head/; revision=457264
* Update mesa ports to 17.3.0Niclas Zeising2017-12-171-3/+0
| | | | | | | | | | | | | Add missing dependencies on xcb and xxf86vm. Changelog for mesa: https://www.mesa3d.org/relnotes/17.3.0.html PR: 223195 Submitted by: jbeich Tested by: Greg V, cpm Notes: svn path=/head/; revision=456530
* - Update WWWDmitry Marakasov2017-08-081-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=447535
* Update the Mesa ports to 17.1.0Matthew Rezny2017-05-211-10/+7
| | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=441424
* Consolidate the Mesa ports, update to 17.0.4, and add Wayland optionMatthew Rezny2017-05-123-18/+24
| | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=440699
* Update Mesa to 17.0.3Matthew Rezny2017-04-101-1/+0
| | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=438198
* Update Mesa to 13.0.4Matthew Rezny2017-02-111-2/+2
| | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=433862
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Add USES+=ssl to 3 of 8 graphics/libGL/Makefile.common consumersJohn Marino2016-09-151-0/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=422214
* Now that the bug in llvm37 is fixed [1], clover can be enabled again onKoop Mast2016-04-041-4/+1
| | | | | | | | | 10.1-RELEASE i386. [1] https://svnweb.freebsd.org/changeset/ports/412196 Notes: svn path=/head/; revision=412510
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Exclude libclc (and thus OpenCL) on 10.1 i386.Koop Mast2016-03-291-1/+4
| | | | | | | | | | There is a wierd issue with base clang and llvm37 which stops libclc to build on 10.1 i386. So disable it so we don't block 1500+ ports. Submitted by: pkg-fallout via antoine@ Notes: svn path=/head/; revision=412113
* Update Mesa to 10.6.9.Koop Mast2015-10-101-4/+2
| | | | | | | | | | | | | | | | | | | | * Unbreak build on powerpc and other !x86 archs by moving the --with-dri-drivers logic from dri/Makefile to the libGL/Makefile.common file. So the settings are applied to all mesa ports, this was missed in the 10.6.6 update. [1] * Don't try to enable OpenCL support on anything other then i386 and amd64. [1] * Move the texture-float and vdpau logic to Makefile.common even if the latter isn't supported yet. Keep OPTIONS_DEFINE/DEFAULT in dri/Makefile since they need to defined before bsd.port.options.mk is included, and they only affect the dri modules. * Sed on 11 and 10 supports \< and \> however sed on 9.x and dragonfly do not, replace the sed keywords with some magic to get the intended results. [2] Submitted by: marino@ [2] Reported and tested by: arved@ (on ppc32)[1] Notes: svn path=/head/; revision=399021
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* Update Mesa port to 10.6.6 and add Clover.Koop Mast2015-09-173-0/+53
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, clfft and clrng). For more information and known issues, please see https://wiki.freebsd.org/Graphics/OpenCL The third change is the removal of Mesa 9.1.7 which was installed on FreeBSD 9.3-RELEASE. There is now only one version of Mesa in the Ports tree (10.6.6) for all supported versions of FreeBSD. Other, smaller changes: * Include libosmesa into the Mesa framework; this changes libOSMesa shlib version. * bsd.mesalib.mk was renamed and split up in two files namely Makefile.common and Makefile.targets. So ports can overwrite variables set by Makefile.common and are used by Makefile.targets. * Some text in the pkg-descr files was wrong, clean it up. While here, update the WWW to the main mesa3d.org upstream page. * devel/clinfo was added, a glxinfo like program but for OpenCL. Non-x86 hardware reports are very welcome since we changed the framework quite a bit. Obtained from: Graphics team development repo. Notes: svn path=/head/; revision=397198