Mesa (main): panfrost: Remove ancient TODO

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 23 02:35:38 UTC 2021


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Tue Oct  5 16:17:02 2021 -0400

panfrost: Remove ancient TODO

This was implemented ages ago.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13208>

---

 src/panfrost/lib/pan_afbc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/lib/pan_afbc.c b/src/panfrost/lib/pan_afbc.c
index 49949081bf3..08cc4b49dc3 100644
--- a/src/panfrost/lib/pan_afbc.c
+++ b/src/panfrost/lib/pan_afbc.c
@@ -64,7 +64,7 @@
  * and the driver never needs to know the internal data. For edge cases where
  * the driver really does need to read/write from the AFBC resource, we
  * generate a linear staging buffer and use the GPU to blit AFBC<--->linear.
- * TODO: Implement me. */
+ */
 
 #define AFBC_TILE_WIDTH 16
 #define AFBC_TILE_HEIGHT 16



More information about the mesa-commit mailing list