mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 17:50:29 +01:00
iris: Delete dead ice->state.streamout_strides field.
Nothing uses this, it must be a remnant from an earlier approach.
This commit is contained in:
parent
085c0f1f13
commit
116144d65e
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue