summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-07-01 22:03:20 -0700
committerKenneth Graunke <[email protected]>2019-02-21 10:26:07 -0800
commita7e0edffb6baf346723446d386e1df93c8b4c5a7 (patch)
tree55bc43b564c749e30854f6209338ae04d8ee41d6
parentccec5bab5b6cb1b6c71d10527f4e75429d225d31 (diff)
iris: dead pointer
-rw-r--r--src/gallium/drivers/iris/iris_context.h1
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];