iris: Avoid flushing for cache history on transfer range flushes
[mesa.git] / src / gallium / drivers / iris / iris_resource.h
index 304339eb470f673c0eaeb9d012b8b013ab8f43d1..5e3356e5055c64434d7309a158815f1659de2adb 100644 (file)
@@ -232,6 +232,8 @@ struct iris_transfer {
    struct blorp_context *blorp;
    struct iris_batch *batch;
 
+   bool dest_had_defined_contents;
+
    void (*unmap)(struct iris_transfer *);
 };