ソースを参照

i965: Set the signed/unsigned type bit in Gen4/5 math messages.

It never mattered before since we only did floating point math.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
tags/mesa-8.0-rc1
Kenneth Graunke 14年前
コミット
6960f786c8
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_eu_emit.c

+ 1
- 1
src/mesa/drivers/dri/i965/brw_eu_emit.c ファイルの表示

@@ -1533,7 +1533,7 @@ void brw_math( struct brw_compile *p,
brw_set_math_message(p,
insn,
function,
BRW_MATH_INTEGER_UNSIGNED,
src.type == BRW_REGISTER_TYPE_D,
precision,
saturate,
data_type);

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