summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/eglinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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>