Mesa (master): pan/mdg: fix comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 30 23:13:18 UTC 2020


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

Author: Italo Nicola <italonicola at collabora.com>
Date:   Wed Jul 15 09:23:18 2020 +0000

pan/mdg: fix comment

Signed-off-by: Italo Nicola <italonicola at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5933>

---

 src/panfrost/midgard/midgard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/midgard/midgard.h b/src/panfrost/midgard/midgard.h
index 04a7555150f..d93b845098b 100644
--- a/src/panfrost/midgard/midgard.h
+++ b/src/panfrost/midgard/midgard.h
@@ -716,7 +716,7 @@ __attribute__((__packed__))
 
         unsigned mask : 4;
 
-        /* Intriguingly, textures can take an outmod just like textures. Int
+        /* Intriguingly, textures can take an outmod just like alu ops. Int
          * outmods are not supported as far as I can tell, so this is only
          * meaningful for float samplers */
         midgard_outmod_float outmod  : 2;



More information about the mesa-commit mailing list