mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 20:00:37 +02:00
pan/mdg: Use consistent casing in midgard_print
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11123>
This commit is contained in:
parent
c88c5b1218
commit
34c6d105f6
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ mir_print_instruction(midgard_instruction *ins)
|
|||
}
|
||||
|
||||
case TAG_TEXTURE_4: {
|
||||
printf("texture");
|
||||
printf("TEX");
|
||||
|
||||
if (ins->helper_terminate)
|
||||
printf(".terminate");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue