ソースを参照

r300/compiler: Fix yet another regression in register allocation

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
tags/mesa_7_7_rc1
Nicolai Hähnle 16年前
コミット
bcfba138cc
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c

+ 1
- 0
src/mesa/drivers/dri/r300/compiler/radeon_pair_regalloc.c ファイルの表示

@@ -177,6 +177,7 @@ static void scan_callback(void * data, struct rc_instruction * inst,
reg->Live.Start = -1;
else
reg->Live.Start = inst->IP;
reg->Live.End = inst->IP;
} else {
if (inst->IP > reg->Live.End)
reg->Live.End = inst->IP;

読み込み中…
キャンセル
保存