freedreno: Drop obsolete comment

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11371>
This commit is contained in:
Rob Clark 2021-06-13 13:36:19 -07:00 committed by Marge Bot
parent 17375c5d2d
commit e2f9ef9ce9
1 changed files with 0 additions and 5 deletions

View File

@ -355,11 +355,6 @@ fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst,
return;
}
/* TODO if we have 2d core, or other DMA engine that could be used
* for simple copies and reasonably easily synchronized with the 3d
* core, this is where we'd plug it in..
*/
/* try blit on 3d pipe: */
if (fd_blitter_pipe_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, src,
src_level, src_box))