mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
i915g: Fix comment.
Reported-by: Marcin Baczynski <marbacz@gmail.com>
This commit is contained in:
parent
465183c6ae
commit
468c2c0841
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ i915_translate_instruction(struct i915_fp_compile *p,
|
|||
break;
|
||||
|
||||
case TGSI_OPCODE_SNE:
|
||||
/* if we're neither < nor > then we're != */
|
||||
/* if we're < or > then we're != */
|
||||
src0 = src_vector(p, &inst->Src[0], fs);
|
||||
src1 = src_vector(p, &inst->Src[1], fs);
|
||||
tmp = i915_get_utemp(p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue