summaryrefslogtreecommitdiffstats
path: root/src/mesa/program
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-03-30 11:18:30 +0200
committerNicolai Hähnle <[email protected]>2017-04-05 15:25:51 +0200
commitd37b7b5232e419135776f9a6169adb4aad3900fb (patch)
treec7bb5487102ab2b727b2de527c8f5ce0a87d0847 /src/mesa/program
parentb8440ec9fa1ddaf33b590fcf9120122e3acbf497 (diff)
glsl: add ARB_shader_ballot operations
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/ir_to_mesa.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 9760f7b7121..6b33266f1b9 100644
--- a/src/mesa/program/ir_to_mesa.cpp
+++ b/src/mesa/program/ir_to_mesa.cpp
@@ -1389,6 +1389,9 @@ 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: