summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/eglinfo
Commit message (Collapse)AuthorAgeFilesLines
* mesa-demos,piglit,packagegroup-core-tools-testapps: Remove dependency on ↵Khem Raj2018-07-161-1/+1
| | | | | | | | | | mesa-demos mesa-demos demand libgles1 and userland driver does not have it, therefore make it conditional on choice of graphics driver, remove it when using userland driver and keep it when using vc4 graphics driver. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglinfo-fb: Mark is userland specificKhem Raj2017-04-171-0/+1
| | | | | | It does not yet compile/work with vc4 open graphics driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglinfo-x11: align to VC4Andreas Müller2016-10-141-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* eglinfo-x11: Disable --as-neededKhem Raj2016-03-281-0/+1
| | | | | | | | | | --as-needed exposes a dependency problem where libegl needs some symbols from libgles2 but the order that waf uses on linker cmdline for these libs is reversed so we end up with link time failures e.g. libEGL.so: undefined reference to `glxx_client_GetRenderbufferParameteriv' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglinfo-x11,eglinfo-fb: Add EGLINFO_DEVICE via bbappendsKhem Raj2016-03-102-0/+2
Signed-off-by: Khem Raj <raj.khem@gmail.com>