mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
intel: Update comment in intel_tex_copy from before miptree x/y rework.
This commit is contained in:
parent
551467d4ef
commit
4527faa344
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue