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 <kenneth@whitecape.org>
This commit is contained in:
Kenneth Graunke 2013-07-10 16:07:14 -07:00
parent 4b704424e0
commit b72a298751
1 changed files with 2 additions and 2 deletions

View File

@ -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 */