i965: Refer people to brw_tex_layout.c rather than the BSpec.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Jul 2013 23:07:14 +0000 (16:07 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Jul 2013 02:40:53 +0000 (19:40 -0700)
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>
src/mesa/drivers/dri/i965/intel_mipmap_tree.h

index 3304c3ed9b2bf0cdd8ec8ba3e14bd3e91fb512ab..8face46433cc4bcf2c1ba7cf3a6ff7e333d40a0f 100644 (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 */