Re: [Mesa-dev] [PATCH 1/2] radeonsi: emit TXQ in separate functions

2016-05-16 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, May 13, 2016 at 6:57 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > TXQ is sufficiently different that having in it in the same code path as > texture sampling/fetching opcodes doesn't make much sense. > --- > src/gallium/drivers/radeonsi/si_shader

[Mesa-dev] [PATCH 1/2] radeonsi: emit TXQ in separate functions

2016-05-12 Thread Nicolai Hähnle
From: Nicolai Hähnle TXQ is sufficiently different that having in it in the same code path as texture sampling/fetching opcodes doesn't make much sense. --- src/gallium/drivers/radeonsi/si_shader.c | 109 ++- 1 file changed, 64 insertions(+), 45 deletions(-) diff --g