Re: [Piglit] [PATCH] cl: add clGetExtensionFunctionAddressForPlatform

2016-11-06 Thread Jan Vesely
On Sun, 2016-11-06 at 14:43 +0100, Serge Martin wrote: > --- > tests/cl.py| 2 + > tests/cl/api/CMakeLists.cl.txt | 1 + > .../get-extension-function-address-for-platform.c | 124 > + > 3 files changed, 127

Re: [Piglit] [PATCH] cl: Use HAVE_RT to determine linking with rt.

2016-11-06 Thread Serge Martin
On Friday 04 November 2016 22:57:25 Vinson Lee wrote: > Fix build error on Mac OS X. > > Linking C executable ../../../../../bin/cl-custom-use-sub-buffer-in-kernel > ld: library not found for -lrt > > Fixes: e34b54672cbb ("cl: Fix build on systems where clock_gettime is only > avaiable in

[Piglit] [PATCH] cl: add clGetExtensionFunctionAddressForPlatform

2016-11-06 Thread Serge Martin
--- tests/cl.py| 2 + tests/cl/api/CMakeLists.cl.txt | 1 + .../get-extension-function-address-for-platform.c | 124 + 3 files changed, 127 insertions(+) create mode 100644