Re: [Mesa-dev] [PATCH 3/7] clover: split module::section::text

2014-12-19 Thread EdB
On Friday, December 19, 2014 01:14:47 PM Tom Stellard wrote: > On Sun, Dec 14, 2014 at 11:31:23AM +0100, EdB wrote: > > OpenCL 1.2 make distinction between 3 binaries kind: > > executable as produce by clBuildProgram and clLinkProgam > > compiled as produce by clCompileProgram > > library as pro

Re: [Mesa-dev] [PATCH 3/7] clover: split module::section::text

2014-12-19 Thread Tom Stellard
On Sun, Dec 14, 2014 at 11:31:23AM +0100, EdB wrote: > OpenCL 1.2 make distinction between 3 binaries kind: > executable as produce by clBuildProgram and clLinkProgam > compiled as produce by clCompileProgram > library as produce by clLinkProgam with -create-library option s/produce/produced/

[Mesa-dev] [PATCH 3/7] clover: split module::section::text

2014-12-14 Thread EdB
OpenCL 1.2 make distinction between 3 binaries kind: executable as produce by clBuildProgram and clLinkProgam compiled as produce by clCompileProgram library as produce by clLinkProgam with -create-library option --- src/gallium/state_trackers/clover/core/kernel.cpp | 2 +- src/gallium/stat