Re: [Mesa-dev] [PATCH 07/14] i965/meta_util: Re-enable sRGB-encoded fast-clears on CNL

2018-04-03 Thread Jason Ekstrand
2-7 are Reviewed-by: Jason Ekstrand On Fri, Mar 30, 2018 at 11:12 AM, Nanley Chery wrote: > The paths which sample with the clear color are now using a getter which > performs the sRGB decode needed to enable this fast clear. > > This path can be

[Mesa-dev] [PATCH 07/14] i965/meta_util: Re-enable sRGB-encoded fast-clears on CNL

2018-03-30 Thread Nanley Chery
The paths which sample with the clear color are now using a getter which performs the sRGB decode needed to enable this fast clear. This path can be exercised by fast-clearing a texture, then performing an operation which requires sRGB decoding. Test coverage for this feature is provided with the