[Mesa-dev] [PATCH 15/39] gallium/util: Implement util_format_translate_3D

2016-05-15 Thread Axel Davy
This is the equivalent of util_format_translate, but for volumes. Signed-off-by: Axel Davy --- src/gallium/auxiliary/util/u_format.c | 34 ++ src/gallium/auxiliary/util/u_format.h | 13 + 2 files changed, 47 insertions(+) diff --git a/src/gallium/auxi

Re: [Mesa-dev] [PATCH 15/39] gallium/util: Implement util_format_translate_3D

2016-05-16 Thread Emil Velikov
On 15 May 2016 at 11:45, Axel Davy wrote: > This is the equivalent of util_format_translate, > but for volumes. > Nitpick: If you can wrap these ~72 that'll be great. > Signed-off-by: Axel Davy > --- > src/gallium/auxiliary/util/u_format.c | 34 ++ > src/gallium/