Re: [Mesa-dev] [PATCH] util: Tiny optimisation for the linear→srgb conversion

2015-11-26 Thread Jason Ekstrand
Sure. R-B On Nov 26, 2015 8:58 AM, "Neil Roberts" wrote: > When converting 0.0 it would be nice if it didn't do any arithmetic. > --- > src/util/format_srgb.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/util/format_srgb.h b/src/util/format_srgb.h > index 4a8d73f.

[Mesa-dev] [PATCH] util: Tiny optimisation for the linear→srgb conversion

2015-11-26 Thread Neil Roberts
When converting 0.0 it would be nice if it didn't do any arithmetic. --- src/util/format_srgb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/format_srgb.h b/src/util/format_srgb.h index 4a8d73f..34b50af 100644 --- a/src/util/format_srgb.h +++ b/src/util/format_srgb.