glsl: remove the shader_group_vote and shader_ballot expression ops
[mesa.git] / src / mesa / program / ir_to_mesa.cpp
index 39cde15e507c5652402351d6eb5b1202d1e4a816..be7901e7bcaad99a7a51c1624eb333f79000d12e 100644 (file)
@@ -1389,12 +1389,6 @@ ir_to_mesa_visitor::visit(ir_expression *ir)
    case ir_unop_dFdy_fine:
    case ir_unop_subroutine_to_int:
    case ir_unop_get_buffer_size:
-   case ir_unop_ballot:
-   case ir_binop_read_invocation:
-   case ir_unop_read_first_invocation:
-   case ir_unop_vote_any:
-   case ir_unop_vote_all:
-   case ir_unop_vote_eq:
    case ir_unop_bitcast_u642d:
    case ir_unop_bitcast_i642d:
    case ir_unop_bitcast_d2u64: