diff options
Diffstat (limited to 'recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch')
-rw-r--r-- | recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch b/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch index defaf3e..5317c60 100644 --- a/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch +++ b/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From fe9bf7b9d79133ca5c72f68ed33002a7539e9797 Mon Sep 17 00:00:00 2001 | 1 | From 82cf4bc5623c5220dfa1c096ea192f2509837782 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sun, 15 Jul 2018 00:48:38 -0700 | 3 | Date: Sun, 15 Jul 2018 00:48:38 -0700 |
4 | Subject: [PATCH] Add EGL_IMG_context_priority related defines | 4 | Subject: [PATCH 18/21] Add EGL_IMG_context_priority related defines |
5 | 5 | ||
6 | These defines are needed for compiling weston 4.x | 6 | These defines are needed for compiling weston 4.x |
7 | taken from Khronos headers | 7 | taken from Khronos headers |
@@ -30,3 +30,6 @@ index dcc90ce..6842bf9 100755 | |||
30 | #ifndef EGL_KHR_vg_parent_image | 30 | #ifndef EGL_KHR_vg_parent_image |
31 | #define EGL_KHR_vg_parent_image 1 | 31 | #define EGL_KHR_vg_parent_image 1 |
32 | #define EGL_VG_PARENT_IMAGE_KHR 0x30BA /* eglCreateImageKHR target */ | 32 | #define EGL_VG_PARENT_IMAGE_KHR 0x30BA /* eglCreateImageKHR target */ |
33 | -- | ||
34 | 2.27.0 | ||
35 | |||