aboutsummaryrefslogtreecommitdiff
path: root/lang/beignet
Commit message (Collapse)AuthorAgeFilesLines
* lang/beignet: switch to LLVM 4.0 by default (like Mesa)Jan Beich2017-10-061-1/+1
| | | | | | | | | | PR: 218644 Approved by: maintainer timeout (2 months) MFH: 2017Q4 2017Q3 (consistency, minor optimizations) Differential Revision: https://reviews.freebsd.org/D11377 Notes: svn path=/head/; revision=451414
* lang/beignet: update to 1.3.1.52 (Release_v1.3 branch snapshot)Jan Beich2017-10-064-41/+10
| | | | | | | | | | | Changes: https://github.com/intel/beignet/compare/be0ae74...afd050f6 PR: 217635 218644 Approved by: maintainer timeout (2 months) MFH: 2017Q2 (requires r437953), 2017Q3 (regression fix for r435144) Differential Revision: https://reviews.freebsd.org/D11377 Notes: svn path=/head/; revision=451413
* lang/beignet: make OpenCL 2.0 optional on amd64Jan Beich2017-10-061-5/+10
| | | | | | | | | | | | | This is mainly to aid debugging OpenCL 2.0 issues and help testing OpenCL 1.2 without relying on kernel translating 32bit DRM ioctls. PR: 217771 Approved by: maintainer timeout (2 months) MFH: 2017Q2 (requires r437953), 2017Q3 Differential Revision: https://reviews.freebsd.org/D11377 Notes: svn path=/head/; revision=451412
* lang/beignet: fix order of flags for mkdir(1) and rm(1)Jan Beich2017-10-062-1/+32
| | | | | | | | | | BSD versions of commands don't support specifiying flags after arguments. Obtained from: DPorts MFH: 2017Q4 2017Q3 2017Q2 Notes: svn path=/head/; revision=451411
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Update to 1.3.1Matthew Rezny2017-04-074-16/+48
| | | | | | | | | | | | | | - Enable OpenCL 2.0 on AMD64 - Add options FP64 (experimental) and TEST [1] - Follow MESA_LLVM_VER if set, currently only 39 works for this port PR: 217771 [1] Submitted by: jbeich [1] Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10251 Notes: svn path=/head/; revision=437953
* Update to 1.3.0Matthew Rezny2017-03-0120-70/+76
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9843 Notes: svn path=/head/; revision=435144
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* - Add missing egl dependencyDmitry Marakasov2016-10-282-5/+13
| | | | | | | | | - Verbosify makefile Approved by: portmgr blanket Notes: svn path=/head/; revision=424816
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update beignet to 1.2.0.Koop Mast2016-09-018-73/+21
| | | | Notes: svn path=/head/; revision=421241
* Fix build on CURRENT.Michael Gmelin2016-06-131-3/+13
| | | | | | | | | This is a bit defensive, static_cast<int> might've cut it as well. Approved by: mentors (implicit) Notes: svn path=/head/; revision=416855
* Update beignet to 1.1.2.Koop Mast2016-06-025-2205/+14
| | | | | | | | | | | | | 1. Add Broxton support. 2. Add llvm3.7 support. 3. Fix event bugs. 4. Fix the annoying "Failed to release userptr..." error message. 5. Fix printf bugs. Changelog: https://01.org/beignet/downloads/beignet-1.1.2-2016-04-19 Notes: svn path=/head/; revision=416286
* - Fix trailing whitespace in MakefilesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415501
* Add two patches from upstream to support llvm37. And switch to using llvm37Koop Mast2016-04-024-3/+2204
| | | | | | | | | so beignet is now using the same llvm version as the Mesa ports. Obtained from: beignet upstream Notes: svn path=/head/; revision=412405
* 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
* Update beignet to 1.1.1.Koop Mast2015-10-203-7/+18
| | | | | | | | | | | | | | | | * Dump asm to a file. * Use addRemappedFile to avoid creating temporary cl source file. * add collectInsnNum to collect block instruction number. * Fix piglit clLinkProgram fail. * Calculate appropriate timestamps for cl profile. While here assign maintainership to x11@. PR: 203669 Submitted by: dieterich.joh@gmail.com Notes: svn path=/head/; revision=399857
* Relax the BROKEN condition on 10.x.Koop Mast2015-09-261-1/+4
| | | | | | | | | libc++ on 10.1-R is too old for beignet to build, however beignet builds fine on 10.2-R. Since 10.1-R is use for building packages, this doesn't change the fact that there is no freebsd supplied package sadly. Notes: svn path=/head/; revision=397985
* Update Mesa port to 10.6.6 and add Clover.Koop Mast2015-09-1721-0/+483
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