Re: [Mesa-dev] [PATCH] mesa: fix SRGB alpha channel value in pack_float_R8G8B8X8_SRGB

2014-09-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Sep 16, 2014 6:57 PM, "Dave Airlie" wrote: > From: Dave Airlie > > Jason pointed out the bug on review adding new formats, > but the existing format also appears to have the bug, so > use 255 as the max, these are SRGB no SNORM. > > Signed-off-by: Dave Airlie > -

[Mesa-dev] [PATCH] mesa: fix SRGB alpha channel value in pack_float_R8G8B8X8_SRGB

2014-09-16 Thread Dave Airlie
From: Dave Airlie Jason pointed out the bug on review adding new formats, but the existing format also appears to have the bug, so use 255 as the max, these are SRGB no SNORM. Signed-off-by: Dave Airlie --- src/mesa/main/format_pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff