oe-core move to weston 14.0 [1], so we need to updated out bbapped and patch
to match it.

[1] 
https://git.openembedded.org/openembedded-core/commit/meta/recipes-graphics/wayland/weston_14.0.1.bb?id=fc140d6cb89dc0ddaff9cdc59ab69806096909cb

Signed-off-by: Ryan Eatmon <[email protected]>
---
 ...equire-GL_EXT_unpack_subimage-commit.patch | 24 +++++++++----------
 ...13.0.%.bbappend => weston_14.0.%.bbappend} |  0
 2 files changed, 12 insertions(+), 12 deletions(-)
 rename meta-arago-distro/recipes-graphics/wayland/{weston_13.0.%.bbappend => 
weston_14.0.%.bbappend} (100%)

diff --git 
a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch
 
b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch
index ad252030..fbe8f2bb 100644
--- 
a/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch
+++ 
b/meta-arago-distro/recipes-graphics/wayland/weston/0001-Revert-require-GL_EXT_unpack_subimage-commit.patch
@@ -23,7 +23,7 @@ diff --git a/libweston/renderer-gl/gl-renderer-internal.h 
b/libweston/renderer-g
 index 5032035..85616c9 100644
 --- a/libweston/renderer-gl/gl-renderer-internal.h
 +++ b/libweston/renderer-gl/gl-renderer-internal.h
-@@ -160,6 +160,8 @@ struct gl_renderer {
+@@ -229,6 +229,8 @@ struct gl_renderer {
        PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC create_platform_window;
        bool has_platform_base;
 
@@ -33,20 +33,20 @@ index 5032035..85616c9 100644
        PFNEGLUNBINDWAYLANDDISPLAYWL unbind_display;
        PFNEGLQUERYWAYLANDBUFFERWL query_buffer;
 diff --git a/libweston/renderer-gl/gl-renderer.c 
b/libweston/renderer-gl/gl-renderer.c
-index ccb41e6..38a0e0c 100644
+index e694418b..2be6d621 100644
 --- a/libweston/renderer-gl/gl-renderer.c
 +++ b/libweston/renderer-gl/gl-renderer.c
-@@ -2106,6 +2106,7 @@ gl_renderer_flush_damage(struct weston_surface *surface,
- {
+@@ -2523,6 +2523,7 @@ gl_renderer_flush_damage(struct weston_paint_node *pnode)
+       struct weston_surface *surface = pnode->surface;
        const struct weston_testsuite_quirks *quirks =
                &surface->compositor->test_data.test_quirks;
 +      struct gl_renderer *gr = get_renderer(surface->compositor);
+       struct weston_buffer *buffer = surface->buffer_ref.buffer;
        struct gl_surface_state *gs = get_surface_state(surface);
        struct gl_buffer_state *gb = gs->buffer;
-       struct weston_paint_node *pnode;
-@@ -2152,6 +2153,24 @@ gl_renderer_flush_damage(struct weston_surface *surface,
+@@ -2550,6 +2551,24 @@ gl_renderer_flush_damage(struct weston_paint_node 
*pnode)
 
-       glActiveTexture(GL_TEXTURE0);
+       data = wl_shm_buffer_get_data(buffer->shm_buffer);
 
 +      if (!gr->has_unpack_subimage) {
 +              wl_shm_buffer_begin_access(buffer->shm_buffer);
@@ -67,9 +67,9 @@ index ccb41e6..38a0e0c 100644
 +      }
 +
        if (gb->needs_full_upload || quirks->gl_force_full_upload) {
-               glPixelStorei(GL_UNPACK_SKIP_PIXELS_EXT, 0);
-               glPixelStorei(GL_UNPACK_SKIP_ROWS_EXT, 0);
-@@ -4169,11 +4188,9 @@ gl_renderer_setup(struct weston_compositor *ec)
+               wl_shm_buffer_begin_access(buffer->shm_buffer);
+
+@@ -4754,11 +4773,9 @@ gl_renderer_setup(struct weston_compositor *ec)
        else
                ec->read_format = pixel_format_get_info(DRM_FORMAT_ABGR8888);
 
@@ -84,7 +84,7 @@ index ccb41e6..38a0e0c 100644
 
        if (gr->gl_version >= gr_gl_version(3, 0) ||
            weston_check_egl_extension(extensions, 
"GL_EXT_texture_type_2_10_10_10_REV"))
-@@ -4268,6 +4285,8 @@ gl_renderer_setup(struct weston_compositor *ec)
+@@ -4880,6 +4897,8 @@ gl_renderer_setup(struct weston_compositor *ec)
                   gr_gl_version_minor(gr->gl_version));
        weston_log_continue(STAMP_SPACE "read-back format: %s\n",
                            ec->read_format->drm_format_name);
@@ -92,4 +92,4 @@ index ccb41e6..38a0e0c 100644
 +                          gr->has_unpack_subimage ? "yes" : "no");
        weston_log_continue(STAMP_SPACE "glReadPixels supports y-flip: %s\n",
                            yesno(gr->has_pack_reverse));
-       weston_log_continue(STAMP_SPACE "wl_shm 10 bpc formats: %s\n",
+       weston_log_continue(STAMP_SPACE "glReadPixels supports PBO: %s\n",
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston_13.0.%.bbappend 
b/meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend
similarity index 100%
rename from meta-arago-distro/recipes-graphics/wayland/weston_13.0.%.bbappend
rename to meta-arago-distro/recipes-graphics/wayland/weston_14.0.%.bbappend
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15634): 
https://lists.yoctoproject.org/g/meta-arago/message/15634
Mute This Topic: https://lists.yoctoproject.org/mt/109854272/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to