Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-09 Thread Guo, Yejun
That's great, thanks. -Original Message- From: Armin K. [mailto:kre...@email.com] Sent: Monday, October 10, 2016 12:57 AM To: Guo, Yejun; beignet@lists.freedesktop.org Subject: Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS On 09.10.2016 04:34, Guo, Yejun

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-09 Thread Armin K.
On 09.10.2016 04:34, Guo, Yejun wrote: > thanks Armin, the patch looks good to me. > > could you also send a patch to fix CMRT_INCLUDE_DIRS? thanks. > > > thanks > yejun > Usage of CMRT_INCLUDE_DIRS is correct. Nothing to fix there. signature.asc Description: OpenPGP digital signature

[Beignet] [PATCH v2] Fix build with latest libdrm

2016-10-09 Thread Armin K
libdrm-2.4.71 contains drm_intel_get_pooled_eu and drm_intel_get_min_eu_in_pool with different signatures. v2: - Fix conditional not to include 0. Signed-off-by: Armin K --- src/intel/intel_driver.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[Beignet] [PATCH 2/2] Modify program Info using cl_get_info_helper.

2016-10-09 Thread junyan . he
From: Junyan He Signed-off-by: Junyan He --- src/CMakeLists.txt | 1 + src/cl_api.c | 122 -- src/cl_api_program.c | 162 +++ 3 files changed, 163

[Beignet] [PATCH 1/2] Modify clGetSamplerInfo using cl_get_info_helper.

2016-10-09 Thread junyan . he
From: Junyan He Signed-off-by: Junyan He --- src/CMakeLists.txt | 3 ++- src/cl_api.c | 29 -- src/cl_api_sampler.c | 57 3 files changed, 59 insertions(+), 30