Re: [Mesa-dev] [PATCH] nv50/ir: use levelZero for texgather and non-frag tex/txp ops

2016-10-17 Thread Ilia Mirkin
On Tue, Oct 18, 2016 at 12:29 AM, Ilia Mirkin wrote: > radeonsi also does the same thing. I suspect that this is likely to be a > no-op in reality, but it brings nouveau code closer to what the blob > produces. Plus it makes sense to not try to do auto-derivatives on this. > > Signed-off-by: Ilia

[Mesa-dev] [PATCH] nv50/ir: use levelZero for texgather and non-frag tex/txp ops

2016-10-17 Thread Ilia Mirkin
radeonsi also does the same thing. I suspect that this is likely to be a no-op in reality, but it brings nouveau code closer to what the blob produces. Plus it makes sense to not try to do auto-derivatives on this. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_t