Re: [Mesa-dev] [PATCH v4] clover: stub missing CL 1.2 functions

2015-08-07 Thread Serge Martin
On Friday 07 August 2015 14:45:56 Francisco Jerez wrote: > "Serge Martin (EdB)" writes: > > As sugested by Tom a long time ago > > and in order to be able to create Piglit tests > > > > v2: > > replace NOT_SUPPORTED_BY_CL_1_1 macro with an inline function > > remove extra space in clLinkProgram a

Re: [Mesa-dev] [PATCH v4] clover: stub missing CL 1.2 functions

2015-08-07 Thread Francisco Jerez
"Serge Martin (EdB)" writes: > As sugested by Tom a long time ago > and in order to be able to create Piglit tests > > v2: > replace NOT_SUPPORTED_BY_CL_1_1 macro with an inline function > remove extra space in clLinkProgram arg > > v3: > use __func__ > > v4: > back to a macro, it make more sense

[Mesa-dev] [PATCH v4] clover: stub missing CL 1.2 functions

2015-08-07 Thread Serge Martin (EdB)
As sugested by Tom a long time ago and in order to be able to create Piglit tests v2: replace NOT_SUPPORTED_BY_CL_1_1 macro with an inline function remove extra space in clLinkProgram arg v3: use __func__ v4: back to a macro, it make more sense to use it with __func__ --- src/gallium/state_trac