Re: [Mesa-dev] [PATCH 2/3] swr: disable logic op when the rt format is float

2016-11-08 Thread Ilia Mirkin
Ah indeed, I missed that. That's what I get for looking at the man page. On Tue, Nov 8, 2016 at 12:25 PM, Rowley, Timothy O wrote: > Looking at the spec, that seems like that should also check for sRGB and also > disable in that case (“GetFormatInfo(compileState.format).isSRGB”). > >> On Nov 7,

Re: [Mesa-dev] [PATCH 2/3] swr: disable logic op when the rt format is float

2016-11-08 Thread Rowley, Timothy O
Looking at the spec, that seems like that should also check for sRGB and also disable in that case (“GetFormatInfo(compileState.format).isSRGB”). > On Nov 7, 2016, at 6:18 PM, Ilia Mirkin wrote: > > Signed-off-by: Ilia Mirkin > --- > src/gallium/drivers/swr/swr_state.cpp | 5 + > 1 file cha

[Mesa-dev] [PATCH 2/3] swr: disable logic op when the rt format is float

2016-11-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/gallium/drivers/swr/swr_state.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/drivers/swr/swr_state.cpp b/src/gallium/drivers/swr/swr_state.cpp index d8a8ee1..acb0452 100644 --- a/src/gallium/drivers/swr/swr_state.cpp +++ b/src/gallium/