On Thu, Sep 29, 2016 at 11:23 AM, Nicolai Hähnle wrote:
> This patch is
>
> Reviewed-by: Nicolai Hähnle
>
> though I wonder if it breaks nine. If it does, it should be up to nine to be
> fixed similarly to st/mesa, though.
Nine (DX9) doesn't use (doesn't support) integer textures.
Marek
___
This patch is
Reviewed-by: Nicolai Hähnle
though I wonder if it breaks nine. If it does, it should be up to nine
to be fixed similarly to st/mesa, though.
On 28.09.2016 15:44, Marek Olšák wrote:
From: Marek Olšák
st/mesa does this for us.
---
src/gallium/drivers/radeonsi/si_pipe.h
From: Marek Olšák
st/mesa does this for us.
---
src/gallium/drivers/radeonsi/si_pipe.h | 1 -
src/gallium/drivers/radeonsi/si_state.c | 9 +
src/gallium/drivers/radeonsi/si_state_shaders.c | 6 ++
3 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/src/ga