iris: Support storage images that have matching typed formats for reads
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_context.h
index 45b3954c7cb5a647097069fca149685847eb9e6a..a79d739100d97a489138f3693b7bcfd376a9324b 100644 (file)
@@ -137,9 +137,6 @@ struct etna_context {
    uint32_t prim_hwsupport;
    struct primconvert_context *primconvert;
 
-   /* list of resources used by currently-unsubmitted renders */
-   struct list_head used_resources;
-
    struct slab_child_pool transfer_pool;
    struct blitter_context *blitter;