summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-mali400/recipes-benchmarks/glmark2/files/0001-Make-RGB565-as-default-EGLconfig.patch3
1 files changed, 2 insertions, 1 deletions
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 <madhurkiran.harikrishnan@xilinx.com>
12Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com> 12Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
13Upstream-Status: Inappropriate [Xilinx specific] 13Upstream-Status: Inappropriate [Xilinx specific]
14Signed-off-by: Mark Hatle <mark.hatle@amd.com> 14Signed-off-by: Mark Hatle <mark.hatle@amd.com>
15Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
15--- 16---
16 src/gl-visual-config.h | 2 +- 17 src/gl-visual-config.h | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-) 18 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -25,7 +26,7 @@ Index: git/src/gl-visual-config.h
25 public: 26 public:
26 GLVisualConfig(): 27 GLVisualConfig():
27- id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(-1), buffer(1), samples(0) {} 28- id(0), red(1), green(1), blue(1), alpha(1), depth(1), stencil(-1), buffer(1), samples(0) {}
28+ id(0), red(5), green(6), blue(5), alpha(0), depth(16), stencil(0), buffer(16), samples(0) {} 29+ id(5), red(5), green(6), blue(5), alpha(0), depth(16), stencil(0), buffer(16), samples(0) {}
29 GLVisualConfig(const std::string &s); 30 GLVisualConfig(const std::string &s);
30 31
31 /** 32 /**