Re: [Mesa-dev] [PATCH v2 09/27] main/formats: Add a get_linear_format_srgb helper

2017-07-08 Thread Chad Versace
Patch 9 is Reviewed-by: Chad Versace ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 09/27] main/formats: Add a get_linear_format_srgb helper

2017-06-29 Thread Jason Ekstrand
--- src/mesa/main/format_fallback.py | 22 ++ src/mesa/main/formats.h | 3 +++ 2 files changed, 25 insertions(+) diff --git a/src/mesa/main/format_fallback.py b/src/mesa/main/format_fallback.py index ec86938..e797a7d 100644 --- a/src/mesa/main/format_fallback.py +++