Re: [Mesa-dev] [PATCH 1/5] mesa: add missing ETC2_SRGB cases in formats.c

2014-01-23 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Thu, Jan 23, 2014 at 3:11 AM, Brian Paul wrote: > In the _mesa_get_format_color_encoding() and _mesa_get_srgb_format_linear() > functions. > --- > src/mesa/main/formats.c | 12 > 1 file changed, 12 insertions(+) > > diff --git a

[Mesa-dev] [PATCH 1/5] mesa: add missing ETC2_SRGB cases in formats.c

2014-01-22 Thread Brian Paul
In the _mesa_get_format_color_encoding() and _mesa_get_srgb_format_linear() functions. --- src/mesa/main/formats.c | 12 1 file changed, 12 insertions(+) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 1246c4d..7bde1f1 100644 --- a/src/mesa/main/formats.c +++ b