panfrost: Don't leak the blend CSO hash table
[mesa.git] / src / gallium / drivers / panfrost / pan_context.h
index cd9a034975d3499b7f9ce46a75dc1f7eaff246be..111edc934c95b9142ee8ba51662cc6c4e238bafd 100644 (file)
@@ -216,7 +216,6 @@ struct panfrost_shader_state {
         /* Compiled, mapped descriptor, ready for the hardware */
         bool compiled;
         struct mali_shader_meta *tripipe;
-        mali_ptr tripipe_gpu;
 
         /* Non-descript information */
         int uniform_count;