Mesa (main): zink: remove reads/writes members from zink_resource_object

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 8 03:44:10 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Thu Oct  7 14:28:18 2021 -0400

zink: remove reads/writes members from zink_resource_object

these haven't been used in a while

Reviewed-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13259>

---

 src/gallium/drivers/zink/zink_resource.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/zink/zink_resource.h b/src/gallium/drivers/zink/zink_resource.h
index 39e9c1e8288..7051203658f 100644
--- a/src/gallium/drivers/zink/zink_resource.h
+++ b/src/gallium/drivers/zink/zink_resource.h
@@ -63,9 +63,6 @@ struct zink_resource_object {
    unsigned persistent_maps; //if nonzero, requires vkFlushMappedMemoryRanges during batch use
    struct zink_descriptor_refs desc_set_refs;
 
-   struct zink_batch_usage *reads;
-   struct zink_batch_usage *writes;
-
    struct util_dynarray tmp;
 
    union {



More information about the mesa-commit mailing list