Module: Mesa Branch: master Commit: b259d86ad62503dfb3a18e501fb5ddff2c5c099a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b259d86ad62503dfb3a18e501fb5ddff2c5c099a
Author: Jason Ekstrand <[email protected]> Date: Wed Aug 24 23:12:18 2016 -0700 anv: Remove unused fields from anv_pipeline_bind_map Signed-off-by: Jason Ekstrand <[email protected]> Cc: "12.0" <[email protected]> --- src/intel/vulkan/anv_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index f7f1ff2..5fcbb92 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -1458,11 +1458,9 @@ struct anv_pipeline_bind_map { uint32_t surface_count; uint32_t sampler_count; uint32_t image_count; - uint32_t attachment_count; struct anv_pipeline_binding * surface_to_descriptor; struct anv_pipeline_binding * sampler_to_descriptor; - uint32_t * surface_to_attachment; }; struct anv_pipeline { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
