[Mesa-dev] [PATCH 5/6] intel/isl: Remove tiling checks from choose_msaa_layout

Chad Versace chadversary at chromium.org
Wed Sep 7 19:23:43 UTC 2016


On Fri 02 Sep 2016, Jason Ekstrand wrote:
> We already do those checks in filter_tiling.  There's no good reason to
> repeat them in choose_msaa_layout.  If anything they should have been
> asserts and not "return false" checks.  Also, this check was causing us to
> outright reject multisampled HiZ surfaces which wasn't intended.
> ---
>  src/intel/isl/isl_gen7.c | 10 +++++++---
>  src/intel/isl/isl_gen8.c | 11 -----------
>  2 files changed, 7 insertions(+), 14 deletions(-)

Reviewed-by: Chad Versace <chadversary at chromium.org>



More information about the mesa-dev mailing list