diff options
author | Kenneth Graunke <[email protected]> | 2019-06-26 20:16:10 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-06-26 20:17:22 -0700 |
commit | 116144d65ef446c0d9ec17f166ca6114e3fbf686 (patch) | |
tree | 00e72bc03e63f7886c605e75a22423049d8960d6 /src/gallium/drivers/iris | |
parent | 085c0f1f13ca14e8d91c9dec64debcd95334389d (diff) |
iris: Delete dead ice->state.streamout_strides field.
Nothing uses this, it must be a remnant from an earlier approach.
Diffstat (limited to 'src/gallium/drivers/iris')
-rw-r--r-- | src/gallium/drivers/iris/iris_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index 7b72c41a939..e34ea930eae 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -681,9 +681,6 @@ struct iris_context { /** 3DSTATE_STREAMOUT and 3DSTATE_SO_DECL_LIST packets */ uint32_t *streamout; - /** Current strides for each streamout buffer */ - uint16_t *streamout_strides; - /** The SURFACE_STATE for a 1x1x1 null surface. */ struct iris_state_ref unbound_tex; |