From a7e0edffb6baf346723446d386e1df93c8b4c5a7 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Sun, 1 Jul 2018 22:03:20 -0700 Subject: [PATCH] iris: dead pointer --- src/gallium/drivers/iris/iris_context.h | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.30.2