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
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