intel: Update comment in intel_tex_copy from before miptree x/y rework.

This commit is contained in:
Eric Anholt 2010-06-04 15:34:31 -07:00
parent 551467d4ef
commit 4527faa344
1 changed files with 1 additions and 1 deletions

View 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;
}