Re: [Mesa-dev] [PATCH v2] i965: Fix aux-surface size check

2018-02-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand We'll get it right one of these days! On Fri, Feb 16, 2018 at 2:52 AM, Daniel Stone wrote: > The previous commit reworked the checks intel_from_planar() to check the > right individual cases for regular/planar/aux buffers, and do size > checks in all cases. > > Unfo

[Mesa-dev] [PATCH v2] i965: Fix aux-surface size check

2018-02-16 Thread Daniel Stone
The previous commit reworked the checks intel_from_planar() to check the right individual cases for regular/planar/aux buffers, and do size checks in all cases. Unfortunately, the aux size check was broken, and required the aux surface to be allocated with the correct aux stride, but full image he