Re: [Mesa-dev] [PATCH 28/32] intel/isl/format: Add an srgb_to_linear helper

2017-07-22 Thread Pohjolainen, Topi
On Wed, Jul 19, 2017 at 02:01:54PM -0700, Jason Ekstrand wrote: > --- > src/intel/isl/gen_format_layout.py | 46 > +- > src/intel/isl/isl.h| 8 +++ > 2 files changed, 53 insertions(+), 1 deletion(-) > > diff --git a/src/intel/isl/gen_forma

[Mesa-dev] [PATCH 28/32] intel/isl/format: Add an srgb_to_linear helper

2017-07-19 Thread Jason Ekstrand
--- src/intel/isl/gen_format_layout.py | 46 +- src/intel/isl/isl.h| 8 +++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/src/intel/isl/gen_format_layout.py b/src/intel/isl/gen_format_layout.py index aa4e2d8..0ca42db 100644