diff --git a/src/mesa/drivers/dri/intel/intel_tex_copy.c b/src/mesa/drivers/dri/intel/intel_tex_copy.c index ddc2c337c8a..224b506c05b 100644 --- a/src/mesa/drivers/dri/intel/intel_tex_copy.c +++ b/src/mesa/drivers/dri/intel/intel_tex_copy.c @@ -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; }