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

2016-05-18 Thread Axel Davy
On 18/05/2016 22:49, Emil Velikov wrote: On 18 May 2016 at 21:33, Axel Davy wrote: This is the equivalent of util_format_translate, but for volumes. Signed-off-by: Axel Davy --- Emil, I hope I understood what you wanted correctly. Imho the function name should be all lowercase - util_format

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

2016-05-18 Thread Emil Velikov
On 18 May 2016 at 21:33, Axel Davy wrote: > This is the equivalent of util_format_translate, but for volumes. > > Signed-off-by: Axel Davy > --- > Emil, I hope I understood what you wanted correctly. > Imho the function name should be all lowercase - util_format_translate_3d. The rest of gallium

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

2016-05-18 Thread Axel Davy
This is the equivalent of util_format_translate, but for volumes. Signed-off-by: Axel Davy --- Emil, I hope I understood what you wanted correctly. src/gallium/auxiliary/util/u_format.c | 34 ++ src/gallium/auxiliary/util/u_format.h | 13 + 2 files ch