diff options
author | Kenneth Graunke <[email protected]> | 2019-06-26 23:56:45 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-06-27 08:12:22 -0700 |
commit | d6683e118fa9b4da8f366e1034b48276ff5146c2 (patch) | |
tree | 3a38d28405b533ac4f5eab2ec30b3a72f8606ae6 /src/gallium/drivers/iris/iris_context.h | |
parent | 340df53d6a9dea21a968bb040232ffa66db53add (diff) |
iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer object
We were at least cleaning up this reference, but we were failing to
pin it in iris_restore_compute_saved_bos.
Diffstat (limited to 'src/gallium/drivers/iris/iris_context.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index 21877173b3f..30a585f2741 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -713,6 +713,7 @@ struct iris_context { struct pipe_resource *blend; struct pipe_resource *index_buffer; struct pipe_resource *cs_thread_ids; + struct pipe_resource *cs_desc; } last_res; /** Records the size of variable-length state for INTEL_DEBUG=bat */ |