iris: Delete dead ice->state.streamout_strides field.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Jun 2019 03:16:10 +0000 (20:16 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Jun 2019 03:17:22 +0000 (20:17 -0700)
Nothing uses this, it must be a remnant from an earlier approach.

src/gallium/drivers/iris/iris_context.h

index 7b72c41a9396dfb08a61d006fbd0f4d6db72ad16..e34ea930eae6046ef7b18bd92a6810b11e34057b 100644 (file)
@@ -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;