diff options
author | Kenneth Graunke <[email protected]> | 2018-01-19 18:23:59 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:05 -0800 |
commit | ffd7f13b4d94383dd803ec1764447327a229c6f8 (patch) | |
tree | 51604a0d225bf2d5662134ed82a97384d8630876 /src | |
parent | 8097dc9dd951f8631d0839315914f36769bd6e7e (diff) |
iris: drop unused field
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index 5e7a3c021cc..10d815f839c 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -44,8 +44,6 @@ struct iris_batch_buffer { void *map; void *map_next; - unsigned flush_threshold; - struct iris_bo *partial_bo; unsigned partial_bytes; |