Re: [Mesa-dev] [PATCH v7 0/7] add clLinkProgram

2016-04-09 Thread Serge Martin
On Monday 29 February 2016 12:36:36 Francisco Jerez wrote: > Serge Martin writes: > > Ping > > Thanks for trying to split some of the LLVM interfacing changes into > separate patches. I'm about 80% done cleaning up the mess that > llvm/invocation.cpp is, I'll take care of rebasing your series an

Re: [Mesa-dev] [PATCH v7 0/7] add clLinkProgram

2016-02-29 Thread Francisco Jerez
Serge Martin writes: > Ping > Thanks for trying to split some of the LLVM interfacing changes into separate patches. I'm about 80% done cleaning up the mess that llvm/invocation.cpp is, I'll take care of rebasing your series and pong you once I'm done. Unfortunately the core/api changes from th

Re: [Mesa-dev] [PATCH v7 0/7] add clLinkProgram

2016-02-29 Thread Serge Martin
Ping On Saturday 13 February 2016 23:08:34 Serge Martin wrote: > This serie add clLinkProgram function needed for CL 1.2. > However, it lacks the binary type part that is mandatory for input > validation and also for CL_PROGRAM_BINARY_TYPE query. This will be adressed > in another serie once we ag

[Mesa-dev] [PATCH v7 0/7] add clLinkProgram

2016-02-13 Thread Serge Martin
This serie add clLinkProgram function needed for CL 1.2. However, it lacks the binary type part that is mandatory for input validation and also for CL_PROGRAM_BINARY_TYPE query. This will be adressed in another serie once we agree on the way to store it. Serge Martin (7): clover: add a LLVM comp