Re: [Mesa-dev] [PATCH v2 2/7] intel/isl: Fix up asserts in calc_phys_level0_extent_sa

2016-09-23 Thread Nanley Chery
On Mon, Sep 12, 2016 at 05:58:19PM -0700, Jason Ekstrand wrote: > The assertion that a format is uncompressed in the multisample layouts > isn't quite right. What we really want to assert is that the format > supports multisampling which is a bit more complicated query. We also want > to assert

[Mesa-dev] [PATCH v2 2/7] intel/isl: Fix up asserts in calc_phys_level0_extent_sa

2016-09-12 Thread Jason Ekstrand
The assertion that a format is uncompressed in the multisample layouts isn't quite right. What we really want to assert is that the format supports multisampling which is a bit more complicated query. We also want to assert that it has a block size of 1x1 since we do nothing with the block size