diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-20 23:43:41 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-21 17:56:52 +0200 |
commit | 7c94afee2b12a1cdef2f8c3c743c555af17a560b (patch) | |
tree | b6d9a419f0cd8e2bb0a6989cb453edc24c182fba /recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | |
parent | 981376b1c43a97fbc7d0309ce1e97239dfd4f4f9 (diff) | |
download | meta-raspberrypi-7c94afee2b12a1cdef2f8c3c743c555af17a560b.tar.gz |
userland: Update to latest master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch')
-rw-r--r-- | recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch b/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch index 933f279..d6b2abb 100644 --- a/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch +++ b/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 0a64dc61d3d7db69389157ae757203b4b3afdbfa Mon Sep 17 00:00:00 2001 | 1 | From 08d56c1174e27573ae8df2a7b9e6632afd0bfe86 Mon Sep 17 00:00:00 2001 |
2 | From: Dom Cobley <dc4@broadcom.com> | 2 | From: Dom Cobley <dc4@broadcom.com> |
3 | Date: Tue, 9 Jul 2013 09:26:26 -0400 | 3 | Date: Tue, 9 Jul 2013 09:26:26 -0400 |
4 | Subject: [PATCH 01/16] Allow applications to set next resource handle | 4 | Subject: [PATCH 01/18] Allow applications to set next resource handle |
5 | 5 | ||
6 | This patch adds provisions in userland to | 6 | This patch adds provisions in userland to |
7 | let apps callers set the next rendereing dispmanx resource. | 7 | let apps callers set the next rendereing dispmanx resource. |
@@ -9,10 +9,10 @@ It's useful for implementing, say, a buffer carousel. | |||
9 | --- | 9 | --- |
10 | interface/khronos/common/khrn_client_rpc.h | 2 ++ | 10 | interface/khronos/common/khrn_client_rpc.h | 2 ++ |
11 | interface/khronos/common/khrn_int_ids.h | 2 ++ | 11 | interface/khronos/common/khrn_int_ids.h | 2 ++ |
12 | interface/khronos/egl/egl_client.c | 30 +++++++++++++++++++++++++++--- | 12 | interface/khronos/egl/egl_client.c | 30 +++++++++++++++++++--- |
13 | interface/khronos/egl/egl_client_surface.c | 24 +++++++++++++++++++++++- | 13 | interface/khronos/egl/egl_client_surface.c | 24 ++++++++++++++++- |
14 | interface/khronos/egl/egl_client_surface.h | 3 ++- | 14 | interface/khronos/egl/egl_client_surface.h | 3 ++- |
15 | interface/khronos/egl/egl_int_impl.h | 5 +++-- | 15 | interface/khronos/egl/egl_int_impl.h | 5 ++-- |
16 | 6 files changed, 59 insertions(+), 7 deletions(-) | 16 | 6 files changed, 59 insertions(+), 7 deletions(-) |
17 | 17 | ||
18 | diff --git a/interface/khronos/common/khrn_client_rpc.h b/interface/khronos/common/khrn_client_rpc.h | 18 | diff --git a/interface/khronos/common/khrn_client_rpc.h b/interface/khronos/common/khrn_client_rpc.h |
@@ -204,5 +204,5 @@ index 8a5734c..51b3580 100644 | |||
204 | 204 | ||
205 | FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width, uint32_t height, int32_t stride, uint32_t y_offset, void *data)) | 205 | FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width, uint32_t height, int32_t stride, uint32_t y_offset, void *data)) |
206 | -- | 206 | -- |
207 | 2.16.1 | 207 | 2.19.1 |
208 | 208 | ||