From: Chad Versace <chad.vers...@intel.com> Unused.
Nanley Chery (amend): - Remove wip! tag Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com> --- src/intel/vulkan/anv_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index f24020c..8964e3f 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -1654,6 +1654,7 @@ anv_setup_pipeline_l3_config(struct anv_pipeline *pipeline); * Subsurface of an anv_image. */ struct anv_surface { + /** Valid only if isl_surf::size > 0. */ struct isl_surf isl; /** @@ -1700,6 +1701,7 @@ struct anv_image { struct { struct anv_surface depth_surface; + struct anv_surface hiz_surface; struct anv_surface stencil_surface; }; }; -- 2.9.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev