summaryrefslogtreecommitdiff
path: root/src/panfrost/midgard/midgard.h
diff options
context:
space:
mode:
authorItalo Nicola <italonicola@collabora.com>2020-07-15 09:23:18 +0000
committerMarge Bot <eric+marge@anholt.net>2020-07-30 22:55:36 +0000
commitf34815c6bef5538de6a52c3c1f09b77130880b47 (patch)
tree31cd63919d27a7ab0614264a75a4d1226ce23b72 /src/panfrost/midgard/midgard.h
parent5f7e0185cd9e93e19e3bbf9236458234f6448044 (diff)
downloadmesa-f34815c6bef5538de6a52c3c1f09b77130880b47.tar.gz
pan/mdg: fix comment
Signed-off-by: Italo Nicola <italonicola@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5933>
Diffstat (limited to 'src/panfrost/midgard/midgard.h')
-rw-r--r--src/panfrost/midgard/midgard.h2
1 files changed, 1 insertions, 1 deletions
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;