summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-02-05 10:16:30 -0700
committerMark Hatle <mark.hatle@amd.com>2024-02-05 11:50:36 -0600
commit99878ba21c4edaf1c0cca928d2233909e2462d45 (patch)
tree483fe905bdb851ee57d40943e803b58e224c8201
parent5cdb157693c65974f42bc283da759313245d6e82 (diff)
downloadmeta-xilinx-99878ba21c4edaf1c0cca928d2233909e2462d45.tar.gz
weston: Rebase RGB patch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch b/meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
index 2713de2d..de1f3719 100644
--- a/meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
+++ b/meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch
@@ -16,15 +16,15 @@ Signed-off-by: Mark Hatle <mark.hatle@amd.com>
16 libweston/pixel-formats.c | 1 - 16 libweston/pixel-formats.c | 1 -
17 1 file changed, 1 deletion(-) 17 1 file changed, 1 deletion(-)
18 18
19Index: weston-11.0.1/libweston/pixel-formats.c 19Index: weston-13.0.0/libweston/pixel-formats.c
20=================================================================== 20===================================================================
21--- weston-11.0.1.orig/libweston/pixel-formats.c 21--- weston-13.0.0.orig/libweston/pixel-formats.c
22+++ weston-11.0.1/libweston/pixel-formats.c 22+++ weston-13.0.0/libweston/pixel-formats.c
23@@ -247,7 +247,6 @@ static const struct pixel_format_info pi 23@@ -251,7 +251,6 @@ static const struct pixel_format_info pi
24 { 24 {
25 DRM_FORMAT(ARGB8888), 25 DRM_FORMAT(ARGB8888),
26 BITS_RGBA_FIXED(8, 8, 8, 8), 26 BITS_RGBA_FIXED(8, 8, 8, 8),
27- .opaque_substitute = DRM_FORMAT_XRGB8888, 27- .opaque_substitute = DRM_FORMAT_XRGB8888,
28 .addfb_legacy_depth = 32, 28 .addfb_legacy_depth = 32,
29 .bpp = 32, 29 .bpp = 32,
30 GL_FORMAT(GL_BGRA_EXT), 30 GL_INTERNALFORMAT(GL_RGBA8),