summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-viv/files
Commit message (Collapse)AuthorAgeFilesLines
* imx-gpu-viv: Remove version 5.0.x versionOtavio Salvador2018-06-052-64/+0
| | | | | | | | The 5.0.x release is replaced by the new 6.0.x major releases. There is no reason to keep an untested version around. Change-Id: I08616b5c88ed1ee973ca58fd4cb1aedf506dde39 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: egl: Add alias for EGL_PLATFORM_GBM_KHROtavio Salvador2017-12-181-0/+32
| | | | | | | | New EGL code uses EGL_PLATFORM_GBM_KHR (for example weston) and the value is the same, so we can provide an alias for it instead of patching every code using it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: egl: Add alias for EGL_PLATFORM_X11_KHROtavio Salvador2017-12-181-0/+32
New EGL code uses EGL_PLATFORM_X11_KHR (for example glmark2) and the value is the same, so we can provide an alias for it instead of patching every code using it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>