diff options
author | Kenneth Graunke <[email protected]> | 2018-11-19 14:16:03 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:10 -0800 |
commit | 3e332af61111c627d0384a5c3bdc2ce1b279405a (patch) | |
tree | d032659f4343937f80a60d5dd40c9f5a085ee010 /src/gallium/drivers/iris/iris_batch.h | |
parent | 54347c078e7a4eb63ebc17ce1b9062860f44710c (diff) |
iris: Drop vestiges of throttling code
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index f79c300b4a0..73d02b573a4 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -62,9 +62,6 @@ struct iris_batch { /** Size of the primary batch if we've moved on to a secondary. */ unsigned primary_batch_size; - /** Last BO submitted to the hardware. Used for glFinish(). */ - struct iris_bo *last_bo; - /** Last Surface State Base Address set in this hardware context. */ uint64_t last_surface_base_address; |