diff options
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-graphics/wayland/files/0001-libweston-Remove-substitute-format-for-ARGB8888.patch | 10 |
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 | ||
19 | Index: weston-11.0.1/libweston/pixel-formats.c | 19 | Index: 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), |