Re: [Mesa-dev] [PATCH 5/9] meta: Refactor texture format translation
On Tue, Dec 20, 2016 at 6:45 AM, Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen > --- > src/mesa/drivers/common/meta_tex_subimage.c | 9 +++-- > src/mesa/main/glformats.c | 15 +++ > src/mesa/main/glformats.h | 4 > 3 files ch
[Mesa-dev] [PATCH 5/9] meta: Refactor texture format translation
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/common/meta_tex_subimage.c | 9 +++-- src/mesa/main/glformats.c | 15 +++ src/mesa/main/glformats.h | 4 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers