aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-01-06 15:56:26 -0800
committerKenneth Graunke <[email protected]>2019-02-21 10:26:11 -0800
commit7f318bf2ac08e26b5c6f3eb00135048527149e73 (patch)
tree6d9d21827ef3e36215835a2686fcf4d96f76f10c /src/gallium
parent02991e2878f4dad9ad22367693b17208791e4285 (diff)
iris: Delete genx->bound_vertex_buffers
This is actually stored in ice->state, as it isn't gen-specific
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/iris/iris_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/iris/iris_state.c b/src/gallium/drivers/iris/iris_state.c
index f8ef3f82e79..74a84e5065c 100644
--- a/src/gallium/drivers/iris/iris_state.c
+++ b/src/gallium/drivers/iris/iris_state.c
@@ -786,9 +786,6 @@ struct iris_depth_buffer_state {
struct iris_genx_state {
struct iris_vertex_buffer_state vertex_buffers[33];
- /** The number of bound vertex buffers. */
- uint64_t bound_vertex_buffers;
-
struct iris_depth_buffer_state depth_buffer;
uint32_t so_buffers[4 * GENX(3DSTATE_SO_BUFFER_length)];