Re: [Mesa-dev] [PATCH 1/2] util/format: add helper util_format_is_snorm8

2015-10-22 Thread Michel Dänzer
On 23.10.2015 08:20, Marek Olšák wrote: > From: Marek Olšák This series is Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _

[Mesa-dev] [PATCH 1/2] util/format: add helper util_format_is_snorm8

2015-10-22 Thread Marek Olšák
From: Marek Olšák --- src/gallium/auxiliary/util/u_format.c | 19 +++ src/gallium/auxiliary/util/u_format.h | 3 +++ 2 files changed, 22 insertions(+) diff --git a/src/gallium/auxiliary/util/u_format.c b/src/gallium/auxiliary/util/u_format.c index c1ce408..79630bf 100644 --- a