Re: [Mesa-dev] [PATCH 02/11] nvc0: bind driver cb for compute on c7[] for Kepler

2016-02-29 Thread Samuel Pitoiset
On 02/27/2016 10:50 PM, Ilia Mirkin wrote: I think you're trying to resolve conflicts with images here again... please do that separately, and in a way that makes images available everywhere, not just compute. I don't think this needs to be part of this series though. I removed the first patc

Re: [Mesa-dev] [PATCH 02/11] nvc0: bind driver cb for compute on c7[] for Kepler

2016-02-27 Thread Ilia Mirkin
I think you're trying to resolve conflicts with images here again... please do that separately, and in a way that makes images available everywhere, not just compute. I don't think this needs to be part of this series though. On Sat, Feb 27, 2016 at 9:01 AM, Samuel Pitoiset wrote: > Signed-off-by

[Mesa-dev] [PATCH 02/11] nvc0: bind driver cb for compute on c7[] for Kepler

2016-02-27 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- src/gallium/drivers/nouveau/nvc0/nvc0_context.h| 11 ++- src/gallium/drivers/nouveau/nvc0/nvc0_program.c| 10 +++--- src/gallium/drivers/nouveau/nvc0/nve4_compute.c| 38 ++---