Module: Mesa Branch: master Commit: 4527faa3440ffbd4a4ecc356630071fa1e94e7e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4527faa3440ffbd4a4ecc356630071fa1e94e7e8
Author: Eric Anholt <[email protected]> Date: Fri Jun 4 15:34:31 2010 -0700 intel: Update comment in intel_tex_copy from before miptree x/y rework. --- src/mesa/drivers/dri/intel/intel_tex_copy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_tex_copy.c b/src/mesa/drivers/dri/intel/intel_tex_copy.c index ddc2c33..224b506 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; } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
