Mesa (master): anv: Remove unused fields from anv_pipeline_bind_map

Jason Ekstrand jekstrand at kemper.freedesktop.org
Tue Aug 30 22:49:04 UTC 2016


Module: Mesa
Branch: master
Commit: b259d86ad62503dfb3a18e501fb5ddff2c5c099a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b259d86ad62503dfb3a18e501fb5ddff2c5c099a

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Aug 24 23:12:18 2016 -0700

anv: Remove unused fields from anv_pipeline_bind_map

Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
Cc: "12.0" <mesa-stable at lists.freedesktop.org>

---

 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 {




More information about the mesa-commit mailing list