Re: [Mesa-dev] [PATCH] clover: Handle NULL devs argument in clBuildProgram

2012-07-01 Thread Francisco Jerez
Tom Stellard writes: > On Fri, Jun 29, 2012 at 12:18:15AM +0200, Francisco Jerez wrote: >> Tom Stellard writes: >> >> > If devs is NULL, then the kernel should be compiled for all devices >> > associated with the program's context. >> > --- >> > src/gallium/state_trackers/clover/api/program.cp

Re: [Mesa-dev] [PATCH] clover: Handle NULL devs argument in clBuildProgram

2012-06-29 Thread Tom Stellard
On Fri, Jun 29, 2012 at 12:18:15AM +0200, Francisco Jerez wrote: > Tom Stellard writes: > > > If devs is NULL, then the kernel should be compiled for all devices > > associated with the program's context. > > --- > > src/gallium/state_trackers/clover/api/program.cpp | 16 ++-- > >

Re: [Mesa-dev] [PATCH] clover: Handle NULL devs argument in clBuildProgram

2012-06-28 Thread Francisco Jerez
Tom Stellard writes: > If devs is NULL, then the kernel should be compiled for all devices > associated with the program's context. > --- > src/gallium/state_trackers/clover/api/program.cpp | 16 ++-- > 1 files changed, 10 insertions(+), 6 deletions(-) > > diff --git a/src/gallium/

[Mesa-dev] [PATCH] clover: Handle NULL devs argument in clBuildProgram

2012-06-28 Thread Tom Stellard
If devs is NULL, then the kernel should be compiled for all devices associated with the program's context. --- src/gallium/state_trackers/clover/api/program.cpp | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/gallium/state_trackers/clover/api/program.cp