Re: [Mesa-dev] [PATCH 3/3] radeonsi: remove cb0_is_integer handling

2016-09-29 Thread Marek Olšák
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 ___

Re: [Mesa-dev] [PATCH 3/3] radeonsi: remove cb0_is_integer handling

2016-09-29 Thread Nicolai Hähnle
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

[Mesa-dev] [PATCH 3/3] radeonsi: remove cb0_is_integer handling

2016-09-28 Thread Marek Olšák
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