diff options
author | Kenneth Graunke <[email protected]> | 2013-07-10 16:07:14 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-07-15 19:40:53 -0700 |
commit | b72a2987510d50633239370d8c89791a8be6b049 (patch) | |
tree | d5ffce17aa54409425143f7169492f0d46c60622 /src/mesa/drivers/dri/i965 | |
parent | 4b704424e0df5dce1b6e588953b670073db7ab42 (diff) |
i965: Refer people to brw_tex_layout.c rather than the BSpec.
brw_tex_layout.c sets up the align_w/h fields, and has all the
appropriate spec references already.
Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h index 3304c3ed9b2..8face46433c 100644 --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h @@ -292,8 +292,8 @@ struct intel_mipmap_tree gl_format etc_format; /** - * The X offset of each image in the miptree must be aligned to this. See - * the "Alignment Unit Size" section of the BSpec. + * The X offset of each image in the miptree must be aligned to this. + * See the comments in brw_tex_layout.c. */ unsigned int align_w; unsigned int align_h; /**< \see align_w */ |