aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/glmark2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/glmark2: unbreak and re-enable WAYLAND after r565490Jan Beich2021-02-182-4/+9
| | | | Notes: svn path=/head/; revision=566003
* - Update `benchmarks/glmark2' to version 2021.02Alexey Dokuchaev2021-02-172-20/+8
| | | | | | | | | | | | - Gargage-collect patches integrated upstream - Now really requires C++14-capable compiler, so stop trying to force C++11 - Disable Wayland flavor and mark it as BROKEN Reported by: portscout Notes: svn path=/head/; revision=565490
* benchmarks/glmark2: expose KMS console and Wayland supportJan Beich2021-01-283-7/+43
| | | | | | | | PR: 252197 Reviewed by: danfe (maintainer) Notes: svn path=/head/; revision=563151
* - Update to version 2020.04, first release in many years (unfortunately,Alexey Dokuchaev2020-05-294-50/+13
| | | | | | | | | | | | | | | it was tagged just before the commit 06e4728 which fixed building with Python 3.x, point GH_TAGNAME to it instead of pulling a patch) - Drop explicit `python:build' from USES list, because `waf' implies it - Add missing USE_XORG and put `xorg' on USES list - For the time being, don't force C++14 while C++11 is sufficient until the code really starts using new features (see GitHub commit a6bbc01) PR: 246793 Submitted by: David Schlachter Notes: svn path=/head/; revision=536960
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Switch version of python used in USES=waf to default version of pythonAntoine Brodin2020-01-141-1/+1
| | | | | | | | | Reviewed by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23143 Notes: svn path=/head/; revision=522998
* Add USES=xorg USES=gl, ports categories bNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'b'. Notes: svn path=/head/; revision=516742
* - Unbreak the build with new Clang version 6.0.0Alexey Dokuchaev2018-01-151-1/+2
| | | | | | | | | - Remove pre-r423928 WAF_CMD override for verbose logs PR: 224989 Notes: svn path=/head/; revision=459035
* 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
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* Add a port of glmark2, a benchmark for OpenGL (ES) 2.0.Alexey Dokuchaev2016-09-085-0/+214
TIMESTAMP (glmark2-2014.03.tar.gz) = 1394537514 Notes: svn path=/head/; revision=421574