mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 12:00:41 +02:00
gallivm: TGSI_OPCODE_CONT is not deprecated.
Note that with FIXME instead of an assertion failure. Addresses fdo 25956.
This commit is contained in:
parent
16a91bd2fd
commit
128d93a009
1 changed files with 1 additions and 2 deletions
|
|
@ -1403,8 +1403,7 @@ emit_instruction(
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_CONT:
|
||||
/* deprecated? */
|
||||
assert(0);
|
||||
/* FIXME */
|
||||
return 0;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue