panfrost: Simplify depth/stencil/alpha
[mesa.git] / src / gallium / drivers / panfrost / pan_assemble.c
index 4a3bf793913f3e5791e33a3292eab055d1eadc54..2dbed04a6090dd45c25c811468223b908dc12035 100644 (file)
@@ -160,11 +160,7 @@ panfrost_shader_compile(struct panfrost_context *ctx,
         s->info.stage = stage;
 
         /* Call out to Midgard compiler given the above NIR */
-
-        panfrost_program program = {
-                .alpha_ref = state->alpha_state.ref_value
-        };
-
+        panfrost_program program = {};
         memcpy(program.rt_formats, state->rt_formats, sizeof(program.rt_formats));
 
         if (dev->quirks & IS_BIFROST) {