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

2016-11-10 Thread Serge Martin
On Sunday 06 November 2016 13:58:31 Jan Vesely wrote: > On Sun, 2016-11-06 at 14:43 +0100, Serge Martin wrote: > > --- > > > > tests/cl.py| 2 + > > tests/cl/api/CMakeLists.cl.txt | 1 + > >

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

[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

[Piglit] [PATCH] cl: add clGetExtensionFunctionAddressForPlatform

2015-09-27 Thread Serge Martin
--- tests/cl/api/CMakeLists.cl.txt | 1 + .../get-extension-function-address-for-platform.c | 121 + 2 files changed, 122 insertions(+) create mode 100644 tests/cl/api/get-extension-function-address-for-platform.c diff --git