panfrost: Shorten iffy comment
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10845>
This commit is contained in:
committed by
Marge Bot
parent
5aee982aec
commit
d6f993e5d4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user