Mesa (main): freedreno: Drop obsolete comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 15 19:26:49 UTC 2021


Module: Mesa
Branch: main
Commit: e2f9ef9ce9d12abc013d4bb2863792e8751d9095
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2f9ef9ce9d12abc013d4bb2863792e8751d9095

Author: Rob Clark <robdclark at chromium.org>
Date:   Sun Jun 13 13:36:19 2021 -0700

freedreno: Drop obsolete comment

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11371>

---

 src/gallium/drivers/freedreno/freedreno_blitter.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/freedreno/freedreno_blitter.c b/src/gallium/drivers/freedreno/freedreno_blitter.c
index 091f135aae2..8f2f3b1b9e3 100644
--- a/src/gallium/drivers/freedreno/freedreno_blitter.c
+++ b/src/gallium/drivers/freedreno/freedreno_blitter.c
@@ -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))



More information about the mesa-commit mailing list