[Mesa-dev] [PATCH] mesa-demos: Fixes a bug in demo2 application

2014-01-13 Thread Yasir Khan
From: Yasir-Khan yasir_k...@mentor.com Vertices array is being passed to glColorPointer whereas its supposed to pass the color array Signed-off-by: Yasir-Khan yasir_k...@mentor.com diff --git a/src/egl/opengl/demo2.c b/src/egl/opengl/demo2.c index 71a1a31..505b474 100644 ---

Re: [Mesa-dev] [PATCH] mesa-demos: Fixes a bug in demo2 application

2014-01-13 Thread Brian Paul
On 01/13/2014 05:31 AM, Yasir Khan wrote: From: Yasir-Khan yasir_k...@mentor.com Vertices array is being passed to glColorPointer whereas its supposed to pass the color array Signed-off-by: Yasir-Khan yasir_k...@mentor.com diff --git a/src/egl/opengl/demo2.c b/src/egl/opengl/demo2.c index