[Mesa-dev] [PATCH 1/3] isl: Return surface creation success from aux helpers

Chad Versace chadversary at chromium.org
Tue Feb 21 23:34:15 UTC 2017


On Mon 20 Feb 2017, Jason Ekstrand wrote:
> The isl_surf_init call that each of these helpers make can, in theory,
> fail.  We should propagate that up to the caller rather than just
> silently ignoring it.
> 
> Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>
> ---
>  src/intel/isl/isl.c          | 72 +++++++++++++++++++++-----------------------
>  src/intel/isl/isl.h          |  4 +--
>  src/intel/vulkan/anv_image.c |  5 +--
>  3 files changed, 40 insertions(+), 41 deletions(-)

Thank you for adding my bool's back to the hiz funcs :)

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


More information about the mesa-dev mailing list