turnip: fix srgb MRT
authorJonathan Marek <jonathan@marek.ca>
Thu, 27 Feb 2020 15:22:02 +0000 (10:22 -0500)
committerMarge Bot <eric+marge@anholt.net>
Fri, 28 Feb 2020 14:04:20 +0000 (14:04 +0000)
commit6420406f197cc4f1170c340e839701aeb253fdf0
treeab7bf9afb971b43e4e5c21974f193189de96fcb7
parent8f9e1c6047e2542186ac87569934e306301c2996
turnip: fix srgb MRT

Register packing macros makes this only set the first bit. Set to whole
dword to fix srgb for color attachments >0.

Fixes: 59f29fc8 ("turnip: Convert the rest of tu_cmd_buffer.c over to the new pack macros.")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3979>
src/freedreno/vulkan/tu_cmd_buffer.c