浏览代码

i965: Remove "TXD" from justification of sampler message headers.

The coordinate offsets set in the m1 header are for textureOffset;
they have nothing to do with textureGrad (TXD).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
tags/mesa-7.11-rc1
Kenneth Graunke 14 年前
父节点
当前提交
24de02acac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/mesa/drivers/dri/i965/brw_fs.cpp

+ 1
- 1
src/mesa/drivers/dri/i965/brw_fs.cpp 查看文件

@@ -1320,7 +1320,7 @@ fs_visitor::emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
bool header_present = false;

if (ir->offset) {
/* The TXD offsets set up by the ir_texture visitor are in the
/* The offsets set up by the ir_texture visitor are in the
* m1 header, so we can't go headerless.
*/
header_present = true;

正在加载...
取消
保存