[Beignet] [PATCH] fix piglit clGetKernelWorkGroupInfo fail.

2014-09-08 Thread xionghu . luo
From: Luo Xionghu add CL_KERNEL_GLOBAL_WORK_SIZE option for clGetKernelWorkGroupInfo. Signed-off-by: Luo Xionghu --- src/cl_api.c |3 +++ src/cl_device_id.c |1 + src/cl_kernel.h|2 ++ 3 files changed, 6 insertions(+) diff --git a/src/cl_api.c b/src/cl_api.c index 2370dc

Re: [Beignet] Beignet 0.9.2 compilation feedback

2014-09-08 Thread Gong, Zhigang
> -Original Message- > From: Jérôme Carretero [mailto:c...@zougloub.eu] > Sent: Sunday, September 7, 2014 1:10 AM > To: Gong, Zhigang > Cc: beignet@lists.freedesktop.org > Subject: Beignet 0.9.2 compilation feedback > > Hi, > > > This is my feedback for installing Beignet 0.9.2. > Should

[Beignet] [PATCH] build: fix a CXXFLAGS override bug in backend directory.

2014-09-08 Thread Zhigang Gong
Reported-by: Jérôme Signed-off-by: Zhigang Gong --- backend/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/backend/CMakeLists.txt b/backend/CMakeLists.txt index ca674cf..6a31c68 100644 --- a/backend/CMakeLists.txt +++ b/backend/CMakeLists.txt @@ -34,9 +34,7

[Beignet] [PATCH] fix piglit cl-api-get-program-info fail.

2014-09-08 Thread xionghu . luo
From: Luo Xionghu add pointer check. Signed-off-by: Luo Xionghu --- src/cl_program.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cl_program.c b/src/cl_program.c index c141a35..a745c00 100644 --- a/src/cl_program.c +++ b/src/cl_program.c @@ -743,7 +743,7 @@ cl_pro