diff options
author | Kenneth Graunke <[email protected]> | 2018-07-01 22:03:20 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:07 -0800 |
commit | a7e0edffb6baf346723446d386e1df93c8b4c5a7 (patch) | |
tree | 55bc43b564c749e30854f6209338ae04d8ee41d6 | |
parent | ccec5bab5b6cb1b6c71d10527f4e75429d225d31 (diff) |
iris: dead pointer
-rw-r--r-- | src/gallium/drivers/iris/iris_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index aa7449c0aba..75b303cc3cd 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -259,7 +259,6 @@ struct iris_context { struct iris_vertex_element_state *cso_vertex_elements; struct iris_vertex_buffer_state *cso_vertex_buffers; struct iris_viewport_state *cso_vp; - struct iris_depth_state *cso_depth; struct pipe_blend_color blend_color; struct pipe_poly_stipple poly_stipple; struct pipe_scissor_state scissors[IRIS_MAX_VIEWPORTS]; |