mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 08:30:10 +01:00
gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.
This commit is contained in:
parent
32631b69f5
commit
ccf57af93f
1 changed files with 5 additions and 0 deletions
|
|
@ -384,6 +384,11 @@ emit_store(
|
|||
assert(0);
|
||||
break;
|
||||
|
||||
case TGSI_FILE_PREDICATE:
|
||||
/* FIXME */
|
||||
assert(0);
|
||||
break;
|
||||
|
||||
default:
|
||||
assert( 0 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue