Re: [Mesa-dev] [RFC v5 02/19] i965: Only set planar_format if it's actually one

2017-11-20 Thread Jason Ekstrand
On Mon, Nov 6, 2017 at 2:02 PM, Louis-Francis Ratté-Boulianne < l...@collabora.com> wrote: > The planar_format image property was always set even for > non-planar formats. This was breaking CCS support as > intel_from_planar is now making sure we can't have both > a modifier and an planar format.

[Mesa-dev] [RFC v5 02/19] i965: Only set planar_format if it's actually one

2017-11-06 Thread Louis-Francis Ratté-Boulianne
The planar_format image property was always set even for non-planar formats. This was breaking CCS support as intel_from_planar is now making sure we can't have both a modifier and an planar format. Signed-off-by: Louis-Francis Ratté-Boulianne Reviewed-by: Daniel Stone --- src/mesa/drivers/dri/