intel: Update comment in intel_tex_copy from before miptree x/y rework.
authorEric Anholt <eric@anholt.net>
Fri, 4 Jun 2010 22:34:31 +0000 (15:34 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 8 Jun 2010 20:42:02 +0000 (13:42 -0700)
src/mesa/drivers/dri/intel/intel_tex_copy.c

index ddc2c337c8a0f1b6d03df9e89bbcfaa33e9fafd1..224b506c05b17e77862b50b8472095e9b4cb5729 100644 (file)
@@ -132,7 +132,7 @@ do_copy_texsubimage(struct intel_context *intel,
                                     0,
                                     &image_x, &image_y);
 
-      /* Can't blit to tiled buffers with non-tile-aligned offset. */
+      /* The blitter can't handle Y-tiled buffers. */
       if (intelImage->mt->region->tiling == I915_TILING_Y) {
         return GL_FALSE;
       }