mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
st/mesa: add switch cases for new IR enums to silence warnings
This commit is contained in:
parent
820de34ceb
commit
db4580cbdf
1 changed files with 2 additions and 0 deletions
|
|
@ -1976,6 +1976,8 @@ glsl_to_tgsi_visitor::visit(ir_expression *ir)
|
|||
case ir_triop_bitfield_extract:
|
||||
case ir_quadop_bitfield_insert:
|
||||
case ir_quadop_vector:
|
||||
case ir_binop_vector_extract:
|
||||
case ir_triop_vector_insert:
|
||||
/* This operation is not supported, or should have already been handled.
|
||||
*/
|
||||
assert(!"Invalid ir opcode in glsl_to_tgsi_visitor::visit()");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue