summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2
Commit message (Collapse)AuthorAgeFilesLines
* glmark2: Remove X11 exclusivenessOtavio Salvador2015-07-302-11/+66
| | | | | | | | | | | | The tool has support for multiple backends: X11, drm and Wayland. This demanded to a fix, which has been sent upstream, to make the flavor configuration predictable and the recipe has been rework to support them all, making the PACKAGECONFIG to respect the DISTRO_FEATURES available by default. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Convert recipe to fetch from GitOtavio Salvador2015-07-301-3/+5
| | | | | | | | The development has been moved for github thus it makes sense to use this, instead of the tarball. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: inherit distro_features_checkMartin Jansa2014-07-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Add virtual/libx11 dependencyMartin Jansa2014-06-251-1/+4
| | | | | | | | * without it, do_configure fails: | Checking for 'x11' : not found | The configuration failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: update to version 2014.03Diego Rondini2014-05-151-4/+15
| | | | | | | | | | | Update glmark2 receipe to upstream version 2014.03. The configure step has changed and instead of using "--enable-stuff" syntax, now the syntax is "--with-flavors=flavor1,flavor2". Thanks to Paul Eggleton for the help on how to deal with that: https://lists.yoctoproject.org/pipermail/yocto/2014-April/019328.html Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Rework recipe to use the 'waf' classOtavio Salvador2014-03-231-13/+1
| | | | | | | This removes the duplicated code and uses the OE-Core waf class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: add dependency on jpegMartin Jansa2013-08-141-1/+1
| | | | | | | | * fails without: | Checking for header jpeglib.h : not found | The configuration failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Add recipe for glmark2Diego Rondini2013-06-271-0/+35
Add a recipe for glmark2, which is an OpenGL 2.0 / OpenGL ES 2.0 benchmark. Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>