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

Author: Alyssa Rosenzweig <[email protected]>
Date:   Thu May 13 11:32:14 2021 -0400

panfrost: Shorten iffy comment

Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845>

---

 src/gallium/drivers/panfrost/pan_context.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/drivers/panfrost/pan_context.c 
b/src/gallium/drivers/panfrost/pan_context.c
index 09c90ef63ce..832675b1bc5 100644
--- a/src/gallium/drivers/panfrost/pan_context.c
+++ b/src/gallium/drivers/panfrost/pan_context.c
@@ -1109,9 +1109,7 @@ panfrost_bind_shader_state(
 
                 shader_state->compiled = true;
 
-                /* Fixup the stream out information, since what Gallium returns
-                 * normally is mildly insane */
-
+                /* Fixup the stream out information */
                 shader_state->stream_output = variants->base.stream_output;
                 shader_state->so_mask =
                         update_so_info(&shader_state->stream_output,

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to