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

2015-08-06 Thread Francisco Jerez
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__ > Hah! Using __func__ *is* an argument to prefer a macro over

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

2015-08-05 Thread 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__ --- src/gallium/state_trackers/clover/api/dispatch.cpp | 10 - src/gallium/state_t