mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
2beb60c4e7
commit
84e1a396ec
1 changed files with 1 additions and 0 deletions
|
|
@ -2236,6 +2236,7 @@ vec4_visitor::visit(ir_texture *ir)
|
|||
break;
|
||||
case ir_tg4:
|
||||
inst = new(mem_ctx) vec4_instruction(this, SHADER_OPCODE_TG4);
|
||||
break;
|
||||
case ir_query_levels:
|
||||
inst = new(mem_ctx) vec4_instruction(this, SHADER_OPCODE_TXS);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue