i965: Remove comments about pre-965 hardware.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 22 May 2011 14:09:53 +0000 (07:09 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 22 May 2011 22:01:16 +0000 (15:01 -0700)
They're irrelevant for this driver.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_tex_layout.c

index 9ac0713..92e5d0f 100644 (file)
@@ -152,9 +152,6 @@ GLboolean brw_miptree_layout(struct intel_context *intel,
        * in the texture surfaces run, so they may be "vertical" through
        * memory.  As a result, the docs say in Surface Padding Requirements:
        * Sampling Engine Surfaces that two extra rows of padding are required.
-       * We don't know of similar requirements for pre-965, but given that
-       * those docs are silent on padding requirements in general, let's play
-       * it safe.
        */
       if (mt->target == GL_TEXTURE_CUBE_MAP)
         mt->total_height += 2;