From 8edc577e00873055a06246780289b6edabfa2ff4 Mon Sep 17 00:00:00 2001 From: Parth Gajjar Date: Thu, 2 Jan 2025 02:08:36 -0800 Subject: mali400: Updated default EGLconfig id for rgb565 RGB565 is default EGL config. So need to update config id to corresponding eglconfig entry. Signed-off-by: Parth Gajjar Signed-off-by: Mark Hatle --- .../glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-mali400/recipes-benchmarks/glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch b/meta-xilinx-mali400/recipes-benchmarks/glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch index aeedfd58..6ebac6fe 100644 --- a/meta-xilinx-mali400/recipes-benchmarks/glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch +++ b/meta-xilinx-mali400/recipes-benchmarks/glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch @@ -12,6 +12,7 @@ Signed-off-by: Madhurkiran Harikrishnan Reviewed-by: Hyun Kwon Upstream-Status: Inappropriate [Xilinx specific] Signed-off-by: Mark Hatle +Signed-off-by: Parth Gajjar --- src/gl-visual-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -25,7 +26,7 @@ Index: git/src/gl-visual-config.h public: GLVisualConfig(): - id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(-1), buffer(1), samples(0) {} -+ id(0), red(5), green(6), blue(5), alpha(0), depth(16), stencil(0), buffer(16), samples(0) {} ++ id(5), red(5), green(6), blue(5), alpha(0), depth(16), stencil(0), buffer(16), samples(0) {} GLVisualConfig(const std::string &s); /** -- cgit v1.2.3-54-g00ecf