mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
update comment for TGSI_TOKEN_TYPE_IMMEDIATE case
This commit is contained in:
parent
a2b4d4a8db
commit
23e36c2dfb
1 changed files with 3 additions and 2 deletions
|
|
@ -928,8 +928,9 @@ i915_translate_instructions(struct i915_fp_compile *p,
|
|||
break;
|
||||
|
||||
case TGSI_TOKEN_TYPE_IMMEDIATE:
|
||||
/* XXX no-op? */
|
||||
assert(0);
|
||||
/* This is a no-op. We'll get immediates from the usual constant/
|
||||
* uniform buffer.
|
||||
*/
|
||||
break;
|
||||
|
||||
case TGSI_TOKEN_TYPE_INSTRUCTION:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue