diff options
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/files/egl-Add-EGL_PLATFORM_GBM_KHR-alias-to-EGL_PLATFORM_G.patch | 32 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 3 |
2 files changed, 34 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/files/egl-Add-EGL_PLATFORM_GBM_KHR-alias-to-EGL_PLATFORM_G.patch b/recipes-graphics/imx-gpu-viv/files/egl-Add-EGL_PLATFORM_GBM_KHR-alias-to-EGL_PLATFORM_G.patch new file mode 100644 index 000000000..962e23b0d --- /dev/null +++ b/recipes-graphics/imx-gpu-viv/files/egl-Add-EGL_PLATFORM_GBM_KHR-alias-to-EGL_PLATFORM_G.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | From ea7f5aaf5b073d9b36253c65c8b466cc5039528d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Otavio Salvador <otavio@ossystems.com.br> | ||
| 3 | Date: Fri, 15 Dec 2017 11:04:22 -0200 | ||
| 4 | Subject: [PATCH] egl: Add EGL_PLATFORM_GBM_KHR alias to EGL_PLATFORM_GBM_MESA | ||
| 5 | Organization: O.S. Systems Software LTDA. | ||
| 6 | |||
| 7 | New EGL code uses EGL_PLATFORM_GBM_KHR (for example weston) and the | ||
| 8 | value is the same, so we can provide an alias for it instead of | ||
| 9 | patching every code using it. | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||
| 14 | --- | ||
| 15 | gpu-core/usr/include/EGL/eglext.h | 1 + | ||
| 16 | 1 file changed, 1 insertion(+) | ||
| 17 | |||
| 18 | diff --git a/gpu-core/usr/include/EGL/eglext.h b/gpu-core/usr/include/EGL/eglext.h | ||
| 19 | index 5f8d906..8f3cbd5 100644 | ||
| 20 | --- a/gpu-core/usr/include/EGL/eglext.h | ||
| 21 | +++ b/gpu-core/usr/include/EGL/eglext.h | ||
| 22 | @@ -513,6 +513,7 @@ EGLAPI EGLBoolean EGLAPIENTRY eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR | ||
| 23 | #ifndef EGL_MESA_platform_gbm | ||
| 24 | #define EGL_MESA_platform_gbm 1 | ||
| 25 | #define EGL_PLATFORM_GBM_MESA 0x31D7 | ||
| 26 | +#define EGL_PLATFORM_GBM_KHR EGL_PLATFORM_GBM_MESA | ||
| 27 | #endif /* EGL_MESA_platform_gbm */ | ||
| 28 | |||
| 29 | #ifndef EGL_NV_3dvision_surface | ||
| 30 | -- | ||
| 31 | 2.15.1 | ||
| 32 | |||
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index 5a9a7a097..5def1db5f 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | |||
| @@ -28,7 +28,8 @@ PE = "1" | |||
| 28 | inherit fsl-eula-unpack | 28 | inherit fsl-eula-unpack |
| 29 | 29 | ||
| 30 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \ | 30 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true \ |
| 31 | file://egl-Add-EGL_PLATFORM_X11_KHR-alias-to-EGL_PLATFORM_X.patch" | 31 | file://egl-Add-EGL_PLATFORM_X11_KHR-alias-to-EGL_PLATFORM_X.patch \ |
| 32 | file://egl-Add-EGL_PLATFORM_GBM_KHR-alias-to-EGL_PLATFORM_G.patch" | ||
| 32 | 33 | ||
| 33 | PACKAGES =+ "libclc-mx6 libclc-mx6-dev \ | 34 | PACKAGES =+ "libclc-mx6 libclc-mx6-dev \ |
| 34 | libgl-mx6 libgl-mx6-dev \ | 35 | libgl-mx6 libgl-mx6-dev \ |
