panfrost: Simplify depth/stencil/alpha
[mesa.git] / src / panfrost / midgard / midgard_compile.c
index 50260d577d2d0bb037754de80345d5f475039e1b..592e4dc70e4e5bf3c3e289fbfaac36cc81db3bfa 100644 (file)
@@ -2847,7 +2847,6 @@ midgard_compile_shader_nir(nir_shader *nir, panfrost_program *program, bool is_b
         ctx->nir = nir;
         ctx->stage = nir->info.stage;
         ctx->is_blend = is_blend;
-        ctx->alpha_ref = program->alpha_ref;
         ctx->blend_rt = MIDGARD_COLOR_RT0 + blend_rt;
         ctx->blend_input = ~0;
         ctx->blend_src1 = ~0;