summaryrefslogtreecommitdiffstats
path: root/package/glmark2
Commit message (Collapse)AuthorAgeFilesLines
* glmark2: Bump to the latest versionFabio Estevam2017-06-234-55/+2
| | | | | | | | | | The two patches are no longer needed with the latest upstream version, so bump to the latest one. Tested on imx6. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glmark2: Fix segmentation faultFabio Estevam2017-06-151-0/+28
| | | | | | | | | | | Running glmark2 on imx6 with kernel 4.11.4 and Mesa 17.1.2 leads to a segmentation fault. Apply Lucas Stach's patch to fix the problem while upstream glmark2 doesn't get fixed. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glmark2: add imx-drm driver supportGary Bisson2017-03-011-0/+25
| | | | | | | | Upstream status: pending https://github.com/glmark2/glmark2/pull/29 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: improve license type listsDanomi Manchego2017-02-201-1/+1
| | | | | | | | | | | | | | | Make license type lists more uniform: * put content license applies to in parenthesis; ex: "GPLv2+ (programs)" * use commas to separate types listed without conjuction; ex: "GPLv2, LGPLv2" No attempt was made to validate the claimed licenses. This is just a tweak to increase uniformity of the _LICENSE variables. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> [Thomas: replace semi-colons by commas in LIBURCU_LICENSE.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glmark2: needs gcc >= 4.9 for C++14Yann E. MORIN2017-02-191-0/+6
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/511/51162285d197deabb63727c19cdf5512b0e68f29/ [Peter: also add libstdcpp dependency] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Cc: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glmark2: bump version to fix buildGary Bisson2017-02-132-2/+2
| | | | | | | | | | | | | | | | | | | | | The package otherwise fails to build with a recent toolchain with GCC6 (tested with Linaro ARM 2016.11). It used to fail at sqrt check during package configuration: Checking for function sqrt : not found The configuration failed Bumping version to latest HEAD fixes the issue as explained in the following discussion: https://github.com/glmark2/glmark2/issues/15 Fixes: http://autobuild.buildroot.net/results/8dc9400505b9087ce290981d95486598df0beb56/ Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> [Thomas: add reference to autobuilder failure.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glmark2: make it a waf-packageYann E. MORIN2016-12-021-18/+2
| | | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Cc: Spenser Gilliland <spenser@gillilanding.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glmark2: add hashBernd Kuhls2016-06-061-0/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/glmark2: bump versionBernd Kuhls2016-06-051-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* glmark2: narrow down libgl requirementsGustavo Zacarias2016-05-141-0/+1
| | | | | | | | | | | | | | Mesa3d DRI drivers can be enabled without support for libgl (for example without x11). So make glmark2 gl (x11) support depend on BR2_PACKAGE_HAS_LIBGL being present as well. It doesn't exactly mean mesa3d providing libgl, but since we can't have more than one libgl provider at the same time it's equivalent. This is fallout from f1894ec95728806e09405d26663e0ea371afaeab which enabled DRI drivers for non-xorg builds. Fixes: http://autobuild.buildroot.net/results/174/1743ee5a340e5f4b1f8519e0b11eb196caa4f30e/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glmark2: remove unneeded commentBernd Kuhls2016-04-251-4/+0
| | | | | | | | | glmark2 depends on mesa3d which already depends on BR2_INSTALL_LIBSTDCPP and BR2_TOOLCHAIN_HAS_THREADS_NPTL, glmark2 does not depend on udev so the comment stating all these dependencies is not needed. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/glmark2: Wayland-gl support also needs eglBernd Kuhls2015-11-291-1/+1
| | | | | | | | | | | | | | We were missing the egl dependency when enabling Wayland GL support: https://github.com/glmark2/glmark2/blob/master/src/wscript_build#L28 Fixes http://autobuild.buildroot.net/results/858/8587d0cea86efa4c6e98817cadc7cce0b1b36e3d/ http://autobuild.buildroot.net/results/1f6/1f6853d5f7a83be60ccdf4f071a1df1491cf8137/ http://autobuild.buildroot.net/results/a4d/a4d830291ee8550b3c544ade7169218d5edd4d52/ http://autobuild.buildroot.net/results/536/536a8dc62783633943770a278dc9f1c6c5c0807c/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glmark2: depend on host-pythonVicente Olivert Riera2015-09-301-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The waf build system of glmark2 needs Python 2 as stated on its README file: python 2.x (>= 2.4) for the build system (waf) Building it with a system with Python 3 as the default Python version will result on a failure like this one: File "waflib/Utils.py", line 199 except OSError ,e: ^ SyntaxError: invalid syntax So, in order to fix this, make this package depending on host-python and also run the waf script using $(HOST_DIR)/usr/bin/python2. At the same time delete 3 Python environment variables passed to the waf script during the configure phase which it seems there aren't needed for anything. Fixes: http://autobuild.buildroot.net/results/fc6/fc6cd2a90bbb0e6f80f6c4afaae1430f82e54046/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-4/+2
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glmark2: Fix mesa3d dependencyBernd Kuhls2015-01-121-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Compilation fails with this defconfig, provided by Thomas BR2_arm=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2014.11.tar.bz2" BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_17=y BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=y BR2_TOOLCHAIN_EXTERNAL_LOCALE=y BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_PACKAGE_GLMARK2=y BR2_PACKAGE_MESA3D=y BR2_PACKAGE_RPI_USERLAND=y because rpi-userland is used a provider for libegl/gles. Fix this by depending on the corresponding mesa3d suboptions. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glmark2: new packageSpenser Gilliland2015-01-102-0/+98
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud